Skip to content

Commit

Permalink
chore(release): Publish [ci skip]
Browse files Browse the repository at this point in the history
 - amazon-cognito-identity-js@6.0.0
 - @aws-amplify/analytics@6.0.0
 - @aws-amplify/api-graphql@3.0.0
 - @aws-amplify/api-rest@3.0.0
 - @aws-amplify/api@5.0.0
 - @aws-amplify/auth@5.0.0
 - aws-amplify-react-native@7.0.0
 - aws-amplify@5.0.0
 - @aws-amplify/cache@5.0.0
 - @aws-amplify/core@5.0.0
 - @aws-amplify/datastore-storage-adapter@2.0.0
 - @aws-amplify/datastore@4.0.0
 - @aws-amplify/geo@2.0.0
 - @aws-amplify/interactions@5.0.0
 - @aws-amplify/notifications@1.0.0
 - @aws-amplify/predictions@5.0.0
 - @aws-amplify/pubsub@5.0.0
 - @aws-amplify/pushnotification@5.0.0
 - @aws-amplify/storage@5.0.0
 - @aws-amplify/xr@4.0.0
  • Loading branch information
aws-amplify-bot committed Nov 8, 2022
1 parent 558e608 commit ee238ee
Show file tree
Hide file tree
Showing 20 changed files with 185 additions and 117 deletions.
8 changes: 4 additions & 4 deletions packages/amazon-cognito-identity-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "amazon-cognito-identity-js",
"description": "Amazon Cognito Identity Provider JavaScript SDK",
"version": "5.2.12",
"version": "6.0.0",
"author": {
"name": "Amazon Web Services",
"email": "aws@amazon.com",
Expand Down Expand Up @@ -49,7 +49,7 @@
"lint2": "eslint enhance-rn.js",
"test": "jest --config ./jest.config.js",
"format": "echo \"Not implemented\"",
"ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json"
"ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json"
},
"main": "lib/index.js",
"react-native": {
Expand Down Expand Up @@ -89,7 +89,7 @@
"jsdoc": "3.4.0",
"react": "^16.0.0",
"rimraf": "^2.5.4",
"webpack": "^3.5.5",
"uglifyjs-webpack-plugin": "^1.0.0"
"uglifyjs-webpack-plugin": "^1.0.0",
"webpack": "^3.5.5"
}
}
18 changes: 11 additions & 7 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/analytics",
"version": "5.2.27",
"version": "6.0.0",
"description": "Analytics category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand All @@ -24,7 +24,7 @@
"clean": "rimraf lib-esm lib dist",
"format": "echo \"Not implemented\"",
"lint": "tslint 'src/**/*.ts' && npm run ts-coverage",
"ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 69.26"
"ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 69.26"
},
"react-native": {
"./lib/index": "./lib-esm/index.js",
Expand All @@ -40,18 +40,22 @@
"url": "https://github.com/aws/aws-amplify/issues"
},
"homepage": "https://aws-amplify.github.io/",
"files": ["lib", "lib-esm", "src"],
"files": [
"lib",
"lib-esm",
"src"
],
"dependencies": {
"@aws-amplify/cache": "4.0.62",
"@aws-amplify/core": "4.7.11",
"@aws-amplify/cache": "5.0.0",
"@aws-amplify/core": "5.0.0",
"@aws-sdk/client-firehose": "3.6.1",
"@aws-sdk/client-kinesis": "3.6.1",
"@aws-sdk/client-personalize-events": "3.6.1",
"@aws-sdk/client-pinpoint": "3.6.1",
"@aws-sdk/util-utf8-browser": "3.6.1",
"lodash": "^4.17.20",
"uuid": "^3.2.1",
"tslib": "^1.8.0"
"tslib": "^1.8.0",
"uuid": "^3.2.1"
},
"jest": {
"globals": {
Expand Down
24 changes: 14 additions & 10 deletions packages/api-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/api-graphql",
"version": "2.3.24",
"version": "3.0.0",
"description": "Api-graphql category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand All @@ -26,7 +26,7 @@
"clean": "rimraf lib-esm lib dist",
"format": "echo \"Not implemented\"",
"lint": "tslint 'src/**/*.ts' && npm run ts-coverage",
"ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 75.62"
"ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 75.62"
},
"repository": {
"type": "git",
Expand All @@ -41,17 +41,21 @@
"devDependencies": {
"@types/zen-observable": "^0.8.0"
},
"files": ["lib", "lib-esm", "src"],
"files": [
"lib",
"lib-esm",
"src"
],
"dependencies": {
"@aws-amplify/api-rest": "2.0.60",
"@aws-amplify/auth": "4.6.13",
"@aws-amplify/cache": "4.0.62",
"@aws-amplify/core": "4.7.11",
"@aws-amplify/pubsub": "4.5.10",
"@aws-amplify/api-rest": "3.0.0",
"@aws-amplify/auth": "5.0.0",
"@aws-amplify/cache": "5.0.0",
"@aws-amplify/core": "5.0.0",
"@aws-amplify/pubsub": "5.0.0",
"graphql": "15.8.0",
"tslib": "^1.8.0",
"uuid": "^3.2.1",
"zen-observable-ts": "0.8.19",
"tslib": "^1.8.0"
"zen-observable-ts": "0.8.19"
},
"jest": {
"globals": {
Expand Down
12 changes: 8 additions & 4 deletions packages/api-rest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/api-rest",
"version": "2.0.60",
"version": "3.0.0",
"description": "Api-rest category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand All @@ -26,7 +26,7 @@
"clean": "rimraf lib-esm lib dist",
"format": "echo \"Not implemented\"",
"lint": "tslint 'src/**/*.ts' && npm run ts-coverage",
"ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 65.41"
"ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 65.41"
},
"repository": {
"type": "git",
Expand All @@ -38,9 +38,13 @@
"url": "https://github.com/aws/aws-amplify/issues"
},
"homepage": "https://aws-amplify.github.io/",
"files": ["lib", "lib-esm", "src"],
"files": [
"lib",
"lib-esm",
"src"
],
"dependencies": {
"@aws-amplify/core": "4.7.11",
"@aws-amplify/core": "5.0.0",
"axios": "0.26.0",
"tslib": "^1.8.0"
},
Expand Down
15 changes: 10 additions & 5 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/api",
"version": "4.0.60",
"version": "5.0.0",
"description": "Api category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"clean": "rimraf lib-esm lib dist",
"format": "echo \"Not implemented\"",
"lint": "tslint 'src/**/*.ts' && npm run ts-coverage",
"ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 91.93"
"ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 91.93"
},
"repository": {
"type": "git",
Expand All @@ -48,10 +48,15 @@
"devDependencies": {
"@types/zen-observable": "^0.8.0"
},
"files": ["lib", "lib-esm", "src", "index.*.d.ts"],
"files": [
"lib",
"lib-esm",
"src",
"index.*.d.ts"
],
"dependencies": {
"@aws-amplify/api-graphql": "2.3.24",
"@aws-amplify/api-rest": "2.0.60",
"@aws-amplify/api-graphql": "3.0.0",
"@aws-amplify/api-rest": "3.0.0",
"tslib": "^1.8.0"
},
"jest": {
Expand Down
14 changes: 9 additions & 5 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/auth",
"version": "4.6.13",
"version": "5.0.0",
"description": "Auth category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand All @@ -26,7 +26,7 @@
"clean": "rimraf lib-esm lib dist",
"format": "echo \"Not implemented\"",
"lint": "tslint '{__tests__,src}/**/*.ts' && npm run ts-coverage",
"ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 77.44"
"ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 77.44"
},
"repository": {
"type": "git",
Expand All @@ -38,10 +38,14 @@
"url": "https://github.com/aws/aws-amplify/issues"
},
"homepage": "https://aws-amplify.github.io/",
"files": ["lib", "lib-esm", "src"],
"files": [
"lib",
"lib-esm",
"src"
],
"dependencies": {
"@aws-amplify/core": "4.7.11",
"amazon-cognito-identity-js": "5.2.12",
"@aws-amplify/core": "5.0.0",
"amazon-cognito-identity-js": "6.0.0",
"tslib": "^1.8.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/aws-amplify-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-amplify-react-native",
"version": "6.0.8",
"version": "7.0.0",
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"react-test-renderer": "^17.0.2",
"rimraf": "^2.6.2"
},
"dependencies": {
"dependencies": {
"buffer": "^5.2.1"
},
"peerDependencies": {
Expand Down
36 changes: 20 additions & 16 deletions packages/aws-amplify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-amplify",
"version": "4.3.42",
"version": "5.0.0",
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand All @@ -22,7 +22,7 @@
"lint": "tslint 'src/**/*.ts' && npm run ts-coverage",
"generate-docs-local": "typedoc --out docs src",
"generate-docs-root": "typedoc --out ../../docs src",
"ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 93.26"
"ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 93.26"
},
"repository": {
"type": "git",
Expand All @@ -34,21 +34,25 @@
"url": "https://github.com/aws/aws-amplify/issues"
},
"homepage": "https://aws-amplify.github.io/",
"files": ["lib", "lib-esm", "src"],
"files": [
"lib",
"lib-esm",
"src"
],
"dependencies": {
"@aws-amplify/analytics": "5.2.27",
"@aws-amplify/api": "4.0.60",
"@aws-amplify/auth": "4.6.13",
"@aws-amplify/cache": "4.0.62",
"@aws-amplify/core": "4.7.11",
"@aws-amplify/datastore": "3.14.3",
"@aws-amplify/geo": "1.3.23",
"@aws-amplify/interactions": "4.1.8",
"@aws-amplify/notifications": "0.0.1",
"@aws-amplify/predictions": "4.0.60",
"@aws-amplify/pubsub": "4.5.10",
"@aws-amplify/storage": "4.5.13",
"@aws-amplify/xr": "3.0.60",
"@aws-amplify/analytics": "6.0.0",
"@aws-amplify/api": "5.0.0",
"@aws-amplify/auth": "5.0.0",
"@aws-amplify/cache": "5.0.0",
"@aws-amplify/core": "5.0.0",
"@aws-amplify/datastore": "4.0.0",
"@aws-amplify/geo": "2.0.0",
"@aws-amplify/interactions": "5.0.0",
"@aws-amplify/notifications": "1.0.0",
"@aws-amplify/predictions": "5.0.0",
"@aws-amplify/pubsub": "5.0.0",
"@aws-amplify/storage": "5.0.0",
"@aws-amplify/xr": "4.0.0",
"tslib": "^2.0.0"
},
"jest": {
Expand Down
12 changes: 8 additions & 4 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/cache",
"version": "4.0.62",
"version": "5.0.0",
"description": "Cache category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"clean": "rimraf lib-esm lib dist",
"format": "echo \"Not implemented\"",
"lint": "tslint 'src/**/*.ts' && npm run ts-coverage",
"ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 87.74"
"ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 87.74"
},
"repository": {
"type": "git",
Expand All @@ -40,9 +40,13 @@
"url": "https://github.com/aws/aws-amplify/issues"
},
"homepage": "https://aws-amplify.github.io/",
"files": ["lib", "lib-esm", "src"],
"files": [
"lib",
"lib-esm",
"src"
],
"dependencies": {
"@aws-amplify/core": "4.7.11",
"@aws-amplify/core": "5.0.0",
"tslib": "^1.8.0"
},
"jest": {
Expand Down
17 changes: 11 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/core",
"version": "4.7.11",
"version": "5.0.0",
"description": "Core category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand All @@ -26,7 +26,7 @@
"clean": "rimraf lib-esm lib dist",
"format": "echo \"Not implemented\"",
"lint": "tslint 'src/**/*.ts' && npm run ts-coverage",
"ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 76.41"
"ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 76.41"
},
"react-native": {
"./lib/index": "./lib-esm/index.js",
Expand All @@ -51,17 +51,22 @@
"prepend-file": "^1.3.1",
"react-native": "^0.64.1"
},
"files": ["lib", "lib-esm", "src", "typings.d.ts"],
"dependencies": {
"files": [
"lib",
"lib-esm",
"src",
"typings.d.ts"
],
"dependencies": {
"@aws-crypto/sha256-js": "1.2.2",
"@aws-sdk/client-cloudwatch-logs": "3.6.1",
"@aws-sdk/client-cognito-identity": "3.6.1",
"@aws-sdk/credential-provider-cognito-identity": "3.6.1",
"@aws-sdk/types": "3.6.1",
"@aws-sdk/util-hex-encoding": "3.6.1",
"tslib": "^1.8.0",
"universal-cookie": "^4.0.4",
"zen-observable-ts": "0.8.19",
"tslib": "^1.8.0"
"zen-observable-ts": "0.8.19"
},
"jest": {
"globals": {
Expand Down
Loading

0 comments on commit ee238ee

Please sign in to comment.