@aws-amplify/geo 2.0.9 → 2.0.10-unstableV5.4
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.
- package/package.json +13 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/geo",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.10-unstableV5.4+d34c01aa0",
|
|
4
4
|
"description": "Geo category 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": "yarn run lint && jest -w 1 --coverage",
|
|
20
|
+
"test:size": "size-limit",
|
|
20
21
|
"build-with-test": "yarn test && yarn 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 && yarn 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\"",
|
|
28
29
|
"lint": "tslint '{__tests__,src}/**/*.ts' && npm run ts-coverage",
|
|
29
30
|
"ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 86.56"
|
|
@@ -44,12 +45,20 @@
|
|
|
44
45
|
"src"
|
|
45
46
|
],
|
|
46
47
|
"dependencies": {
|
|
47
|
-
"@aws-amplify/core": "5.0.
|
|
48
|
+
"@aws-amplify/core": "5.0.10-unstableV5.4+d34c01aa0",
|
|
48
49
|
"@aws-sdk/client-location": "3.186.0",
|
|
49
50
|
"@turf/boolean-clockwise": "6.5.0",
|
|
50
51
|
"camelcase-keys": "6.2.2",
|
|
51
52
|
"tslib": "^1.8.0"
|
|
52
53
|
},
|
|
54
|
+
"size-limit": [
|
|
55
|
+
{
|
|
56
|
+
"name": "Geo (top-level class)",
|
|
57
|
+
"path": "./lib-esm/index.js",
|
|
58
|
+
"import": "{ Amplify, Geo }",
|
|
59
|
+
"limit": "64.5 kB"
|
|
60
|
+
}
|
|
61
|
+
],
|
|
53
62
|
"jest": {
|
|
54
63
|
"globals": {
|
|
55
64
|
"ts-jest": {
|
|
@@ -103,5 +112,5 @@
|
|
|
103
112
|
"lib-esm"
|
|
104
113
|
]
|
|
105
114
|
},
|
|
106
|
-
"gitHead": "
|
|
115
|
+
"gitHead": "d34c01aa04599508e9473d128779bc8212343ece"
|
|
107
116
|
}
|