@aws-amplify/datastore 4.0.9 → 4.0.10-unstableV5.5

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 +17 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/datastore",
3
- "version": "4.0.9",
3
+ "version": "4.0.10-unstableV5.5+f895f7836",
4
4
  "description": "AppSyncLocal support for aws-amplify",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib-esm/index.js",
@@ -17,13 +17,14 @@
17
17
  ],
18
18
  "scripts": {
19
19
  "test": "npm run lint && jest -w 1 --coverage",
20
+ "test:size": "size-limit",
20
21
  "build-with-test": "npm test && npm run build",
21
22
  "build:cjs": "node ./build es5 && webpack && webpack --config ./webpack.config.dev.js",
22
23
  "build:esm": "node ./build es6",
23
24
  "build:cjs:watch": "node ./build es5 --watch",
24
25
  "build:esm:watch": "rimraf lib-esm && node ./build es6 --watch",
25
26
  "build": "yarn clean && yarn build:esm && npm run build:cjs",
26
- "clean": "rimraf lib-esm lib dist",
27
+ "clean": "rimraf lib-esm lib dist dual-publish-tmp",
27
28
  "format": "echo \"Not implemented\" && npm run ts-coverage",
28
29
  "lint": "tslint '{__tests__,src}/**/*.ts'",
29
30
  "ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 92.05"
@@ -53,11 +54,11 @@
53
54
  "ssr"
54
55
  ],
55
56
  "dependencies": {
56
- "@aws-amplify/api": "5.0.9",
57
- "@aws-amplify/auth": "5.1.3",
58
- "@aws-amplify/core": "5.0.9",
59
- "@aws-amplify/pubsub": "5.0.9",
60
- "amazon-cognito-identity-js": "6.1.2",
57
+ "@aws-amplify/api": "5.0.10-unstableV5.5+f895f7836",
58
+ "@aws-amplify/auth": "5.1.4-unstableV5.5+f895f7836",
59
+ "@aws-amplify/core": "5.0.10-unstableV5.5+f895f7836",
60
+ "@aws-amplify/pubsub": "5.0.10-unstableV5.5+f895f7836",
61
+ "amazon-cognito-identity-js": "6.1.3-unstableV5.8+f895f7836",
61
62
  "idb": "5.0.6",
62
63
  "immer": "9.0.6",
63
64
  "ulid": "2.3.0",
@@ -65,6 +66,14 @@
65
66
  "zen-observable-ts": "0.8.19",
66
67
  "zen-push": "0.2.1"
67
68
  },
69
+ "size-limit": [
70
+ {
71
+ "name": "DataStore (top-level class)",
72
+ "path": "./lib-esm/index.js",
73
+ "import": "{ Amplify, DataStore }",
74
+ "limit": "162 kB"
75
+ }
76
+ ],
68
77
  "jest": {
69
78
  "globals": {
70
79
  "ts-jest": {
@@ -119,5 +128,5 @@
119
128
  "lib-esm"
120
129
  ]
121
130
  },
122
- "gitHead": "5e4beb9b69a91ffb6fc79cf6305e27cf9794cacf"
131
+ "gitHead": "f895f78360251cf13d063757d58b366563c7efc5"
123
132
  }