Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
david-mcafee committed Aug 29, 2023
1 parent b332f77 commit 82dccba
Show file tree
Hide file tree
Showing 6 changed files with 2,509 additions and 74 deletions.
11 changes: 1 addition & 10 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
"packages/core",
"packages/auth",
"packages/analytics",
"packages/storage",
"packages/aws-amplify",
"packages/api",
"packages/amplify-v6-types-package",
"packages/api-graphql"
],
"packages": ["packages/*"],
"exact": true,
"version": "independent",
"useNx": false,
Expand Down
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,7 @@
},
"workspaces": {
"packages": [
"packages/core",
"packages/auth",
"packages/analytics",
"packages/storage",
"packages/aws-amplify",
"packages/adapter-nextjs"
"packages/*"
],
"nohoist": [
"**/@types/react-native",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/src/API.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import type { ModelTypes } from '@aws-amplify/types-package-alpha';

const logger = new Logger('API');
/**
* @deprecatedeiifccuhchvdfvcgl
* @deprecated
* Use RestApi or GraphQLAPI to reduce your application bundle size
* Export Cloud Logic APIs
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/datastore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"ssr"
],
"dependencies": {
"@aws-amplify/api": "6.0.0",
"@aws-amplify/api": "5.4.2",
"@aws-amplify/auth": "6.0.0",
"@aws-amplify/pubsub": "6.0.0",
"amazon-cognito-identity-js": "6.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/pubsub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/pubsub",
"private": true,
"private": false,
"version": "6.0.0",
"description": "Pubsub category of aws-amplify",
"main": "./lib/index.js",
Expand Down
Loading

0 comments on commit 82dccba

Please sign in to comment.