@aws-amplify/api 5.0.12 → 5.0.13-unstableV5.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +6 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/api",
3
- "version": "5.0.12",
3
+ "version": "5.0.13-unstableV5.8+18c05360f",
4
4
  "description": "Api category of aws-amplify",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib-esm/index.js",
@@ -31,7 +31,8 @@
31
31
  "build:cjs:watch": "node ./build es5 --watch",
32
32
  "build:esm:watch": "node ./build es6 --watch",
33
33
  "build": "npm run clean && npm run build:esm && npm run build:cjs",
34
- "clean": "rimraf lib-esm lib dist dual-publish-tmp",
34
+ "clean": "npm run clean:size && rimraf lib-esm lib dist",
35
+ "clean:size": "rimraf dual-publish-tmp tmp*",
35
36
  "format": "echo \"Not implemented\"",
36
37
  "lint": "tslint 'src/**/*.ts' && npm run ts-coverage",
37
38
  "ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 91.93"
@@ -56,8 +57,8 @@
56
57
  "index.*.d.ts"
57
58
  ],
58
59
  "dependencies": {
59
- "@aws-amplify/api-graphql": "3.1.0",
60
- "@aws-amplify/api-rest": "3.0.12",
60
+ "@aws-amplify/api-graphql": "3.1.1-unstableV5.8+18c05360f",
61
+ "@aws-amplify/api-rest": "3.0.13-unstableV5.8+18c05360f",
61
62
  "tslib": "^1.8.0"
62
63
  },
63
64
  "size-limit": [
@@ -112,5 +113,5 @@
112
113
  "lib-esm"
113
114
  ]
114
115
  },
115
- "gitHead": "4794e2d8e9fe102c7108b6d63071bd71af07f76b"
116
+ "gitHead": "18c05360f3cf51a39ad7196192d28c996b5e746f"
116
117
  }