Skip to content

Commit

Permalink
Revert "Publish"
Browse files Browse the repository at this point in the history
This reverts commit 44dd989.
  • Loading branch information
jordanranz committed Jul 25, 2019
1 parent ed64281 commit 1319d31
Show file tree
Hide file tree
Showing 17 changed files with 75 additions and 50 deletions.
2 changes: 1 addition & 1 deletion 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": "3.0.15",
"version": "3.0.14",
"author": {
"name": "Amazon Web Services",
"email": "aws@amazon.com",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui",
"version": "1.0.23",
"version": "1.0.22",
"main": "dist/aws-amplify-ui.js",
"types": "lib/index.d.ts",
"publishConfig": {
Expand Down
8 changes: 5 additions & 3 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/analytics",
"version": "1.2.21",
"version": "1.2.20",
"description": "Analytics category of aws-amplify",
"main": "./index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -33,9 +33,11 @@
"url": "https://github.com/aws/aws-amplify/issues"
},
"homepage": "https://github.com/aws/aws-amplify#readme",
"devDependencies": {
},
"dependencies": {
"@aws-amplify/cache": "^1.0.30",
"@aws-amplify/core": "^1.0.30",
"@aws-amplify/cache": "^1.0.29",
"@aws-amplify/core": "^1.0.29",
"uuid": "^3.2.1"
},
"jest": {
Expand Down
8 changes: 4 additions & 4 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/api",
"version": "1.0.40",
"version": "1.0.39",
"description": "Api category of aws-amplify",
"main": "./index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -36,9 +36,9 @@
"prettier": "^1.7.4"
},
"dependencies": {
"@aws-amplify/auth": "^1.2.29",
"@aws-amplify/cache": "^1.0.30",
"@aws-amplify/core": "^1.0.30",
"@aws-amplify/auth": "^1.2.28",
"@aws-amplify/cache": "^1.0.29",
"@aws-amplify/core": "^1.0.29",
"@types/zen-observable": "^0.5.3",
"axios": "^0.19.0",
"graphql": "0.13.0",
Expand Down
10 changes: 6 additions & 4 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/auth",
"version": "1.2.29",
"version": "1.2.28",
"description": "Auth category of aws-amplify",
"main": "./index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -32,10 +32,12 @@
"url": "https://github.com/aws/aws-amplify/issues"
},
"homepage": "https://github.com/aws/aws-amplify#readme",
"devDependencies": {
},
"dependencies": {
"@aws-amplify/cache": "^1.0.30",
"@aws-amplify/core": "^1.0.30",
"amazon-cognito-identity-js": "^3.0.15",
"@aws-amplify/cache": "^1.0.29",
"@aws-amplify/core": "^1.0.29",
"amazon-cognito-identity-js": "^3.0.14",
"crypto-js": "^3.1.9-1"
},
"jest": {
Expand Down
5 changes: 3 additions & 2 deletions packages/aws-amplify-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-amplify-angular",
"version": "3.0.8",
"version": "3.0.7",
"description": "AWS Amplify Angular Components",
"main": "bundles/aws-amplify-angular.umd.js",
"module": "dist/index.js",
Expand Down Expand Up @@ -36,6 +36,7 @@
"@types/node": "^9.4.6",
"@types/paho-mqtt": "^1.0.3",
"@types/zen-observable": "^0.5.3",
"@types/lodash": "^4.14.106",
"angular2-template-loader": "^0.6.2",
"awesome-typescript-loader": "^4.0.1",
"aws-amplify": "1.1.31-unstable.0",
Expand Down Expand Up @@ -69,7 +70,7 @@
"zone.js": "^0.8.26"
},
"dependencies": {
"@aws-amplify/ui": "^1.0.23",
"@aws-amplify/ui": "^1.0.22",
"rxjs-compat": "^6.2.1"
}
}
2 changes: 1 addition & 1 deletion 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": "2.1.16",
"version": "2.1.15",
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
"main": "dist/index.js",
"scripts": {
Expand Down
10 changes: 5 additions & 5 deletions packages/aws-amplify-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-amplify-react",
"version": "2.3.14",
"version": "2.3.11",
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
"main": "./index.js",
"module": "./esm/index.js",
Expand All @@ -20,14 +20,14 @@
"lint": "tslint 'src/**/*.ts'"
},
"devDependencies": {
"@types/enzyme": "^3.1.0",
"@types/enzyme-adapter-react-16": "^1.0.3",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.3",
"enzyme-to-json": "^3.2.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-test-renderer": "^16.0.0"
"react-test-renderer": "^16.0.0",
"@types/enzyme": "^3.1.0",
"@types/enzyme-adapter-react-16": "^1.0.3"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -91,9 +91,9 @@
"regenerator-runtime": "^0.11.1"
},
"peerDependencies": {
"@aws-amplify/auth": "^1.0.20-unstable.0",
"@aws-amplify/analytics": "^1.0.20-unstable.0",
"@aws-amplify/api": "^1.0.20-unstable.0",
"@aws-amplify/auth": "^1.0.20-unstable.0",
"@aws-amplify/core": "^1.0.20-unstable.0",
"@aws-amplify/interactions": "^1.0.20-unstable.0",
"@aws-amplify/storage": "^1.0.20-unstable.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-amplify-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-amplify-vue",
"version": "0.2.14",
"version": "0.2.13",
"license": "Apache-2.0",
"private": false,
"author": "Amazon Web Services",
Expand Down
24 changes: 13 additions & 11 deletions packages/aws-amplify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-amplify",
"version": "1.1.33",
"version": "1.1.32",
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
"main": "./index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -31,16 +31,18 @@
"url": "https://github.com/aws/aws-amplify/issues"
},
"homepage": "https://github.com/aws/aws-amplify#readme",
"devDependencies": {
},
"dependencies": {
"@aws-amplify/analytics": "^1.2.21",
"@aws-amplify/api": "^1.0.40",
"@aws-amplify/auth": "^1.2.29",
"@aws-amplify/cache": "^1.0.30",
"@aws-amplify/core": "^1.0.30",
"@aws-amplify/interactions": "^1.0.33",
"@aws-amplify/pubsub": "^1.0.31",
"@aws-amplify/storage": "^1.0.34",
"@aws-amplify/ui": "^1.0.23",
"@aws-amplify/xr": "^0.1.20"
"@aws-amplify/analytics": "^1.2.20",
"@aws-amplify/api": "^1.0.39",
"@aws-amplify/auth": "^1.2.28",
"@aws-amplify/cache": "^1.0.29",
"@aws-amplify/core": "^1.0.29",
"@aws-amplify/interactions": "^1.0.32",
"@aws-amplify/pubsub": "^1.0.30",
"@aws-amplify/storage": "^1.0.31",
"@aws-amplify/ui": "^1.0.22",
"@aws-amplify/xr": "^0.1.19"
}
}
12 changes: 9 additions & 3 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@aws-amplify/cache",
"version": "1.0.30",
"version": "1.0.29",
"description": "Cache category of aws-amplify",
"main": "./index.js",
"module": "./esm/index.js",
"typings": "./esm/index.d.ts",
"react-native": {
"./lib/index.js": "./lib/reactnative.js"
"./index": "./esm/index.js",
"./esm/index.js": "./esm/reactnative.js"
},
"sideEffects": false,
"publishConfig": {
Expand All @@ -22,6 +23,9 @@
"format": "tsfmt --useTsfmt tsfmt.json -r src/**/*.ts",
"lint": "tslint 'src/**/*.ts'"
},
"react-native": {
"./lib/index.js": "./lib/reactnative.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aws/aws-amplify.git"
Expand All @@ -32,8 +36,10 @@
"url": "https://github.com/aws/aws-amplify/issues"
},
"homepage": "https://github.com/aws/aws-amplify#readme",
"devDependencies": {
},
"dependencies": {
"@aws-amplify/core": "^1.0.30"
"@aws-amplify/core": "^1.0.29"
},
"jest": {
"globals": {
Expand Down
14 changes: 10 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "@aws-amplify/core",
"version": "1.0.30",
"version": "1.0.29",
"description": "Core category of aws-amplify",
"main": "./index.js",
"module": "./esm/index.js",
"typings": "./esm/index.d.ts",
"react-native": {
"./lib/ClientDevice": "./lib/ClientDevice/reactnative.js",
"./lib/RNComponents": "./lib/RNComponents/reactnative.js",
"./lib/StorageHelper": "./lib/StorageHelper/reactnative.js"
"./index": "./esm/index.js",
"./esm/ClientDevice": "./esm/ClientDevice/reactnative.js",
"./esm/RNComponents": "./esm/RNComponents/reactnative.js",
"./esm/StorageHelper": "./esm/StorageHelper/reactnative.js"
},
"sideEffects": false,
"publishConfig": {
Expand All @@ -24,6 +25,11 @@
"format": "tsfmt --useTsfmt tsfmt.json -r src/**/*.ts",
"lint": "tslint 'src/**/*.ts'"
},
"react-native": {
"./lib/ClientDevice": "./lib/ClientDevice/reactnative.js",
"./lib/RNComponents": "./lib/RNComponents/reactnative.js",
"./lib/StorageHelper": "./lib/StorageHelper/reactnative.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aws/aws-amplify.git"
Expand Down
6 changes: 4 additions & 2 deletions packages/interactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/interactions",
"version": "1.0.33",
"version": "1.0.32",
"description": "Interactions category of aws-amplify",
"main": "./index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -32,8 +32,10 @@
"url": "https://github.com/aws/aws-amplify/issues"
},
"homepage": "https://github.com/aws/aws-amplify#readme",
"devDependencies": {
},
"dependencies": {
"@aws-amplify/core": "^1.0.30"
"@aws-amplify/core": "^1.0.29"
},
"jest": {
"globals": {
Expand Down
4 changes: 2 additions & 2 deletions packages/pubsub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/pubsub",
"version": "1.0.31",
"version": "1.0.30",
"description": "Pubsub category of aws-amplify",
"main": "./index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"cpx": "^1.5.0"
},
"dependencies": {
"@aws-amplify/core": "^1.0.30",
"@aws-amplify/core": "^1.0.29",
"@types/zen-observable": "^0.5.3",
"uuid": "^3.2.1",
"zen-observable": "^0.8.6"
Expand Down
6 changes: 4 additions & 2 deletions packages/pushnotification/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/pushnotification",
"version": "1.0.30",
"version": "1.0.29",
"description": "Push notifications category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib/index.js",
Expand All @@ -26,8 +26,10 @@
"url": "https://github.com/aws/aws-amplify/issues"
},
"homepage": "https://github.com/aws/aws-amplify#readme",
"devDependencies": {
},
"dependencies": {
"@aws-amplify/core": "^1.0.30"
"@aws-amplify/core": "^1.0.29"
},
"peerdependencies": {
"react-native": "^0.55.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/storage",
"version": "1.0.34",
"version": "1.0.33",
"description": "Storage category of aws-amplify",
"main": "./index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"typescript": "^3.2.2"
},
"dependencies": {
"@aws-amplify/core": "^1.0.30"
"@aws-amplify/core": "^1.0.29"
},
"jest": {
"globals": {
Expand Down
6 changes: 4 additions & 2 deletions packages/xr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/xr",
"version": "0.1.20",
"version": "0.1.19",
"description": "XR category of aws-amplify",
"main": "./index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -32,8 +32,10 @@
"url": "https://github.com/aws/aws-amplify/issues"
},
"homepage": "https://github.com/aws/aws-amplify#readme",
"devDependencies": {
},
"dependencies": {
"@aws-amplify/core": "^1.0.30"
"@aws-amplify/core": "^1.0.29"
},
"jest": {
"globals": {
Expand Down

0 comments on commit 1319d31

Please sign in to comment.