@aws-amplify/geo 2.0.12 → 2.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/geo",
3
- "version": "2.0.12",
3
+ "version": "2.0.13-unstableV5.8+18c05360f",
4
4
  "description": "Geo category for aws-amplify",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib-esm/index.js",
@@ -24,7 +24,8 @@
24
24
  "build:cjs:watch": "node ./build es5 --watch",
25
25
  "build:esm:watch": "rimraf lib-esm && node ./build es6 --watch",
26
26
  "build": "yarn clean && yarn build:esm && yarn run build:cjs",
27
- "clean": "rimraf lib-esm lib dist dual-publish-tmp",
27
+ "clean": "npm run clean:size && rimraf lib-esm lib dist",
28
+ "clean:size": "rimraf dual-publish-tmp tmp*",
28
29
  "format": "echo \"Not implemented\"",
29
30
  "lint": "tslint '{__tests__,src}/**/*.ts' && npm run ts-coverage",
30
31
  "ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 86.56"
@@ -45,7 +46,7 @@
45
46
  "src"
46
47
  ],
47
48
  "dependencies": {
48
- "@aws-amplify/core": "5.0.12",
49
+ "@aws-amplify/core": "5.0.13-unstableV5.8+18c05360f",
49
50
  "@aws-sdk/client-location": "3.186.0",
50
51
  "@turf/boolean-clockwise": "6.5.0",
51
52
  "camelcase-keys": "6.2.2",
@@ -56,7 +57,7 @@
56
57
  "name": "Geo (top-level class)",
57
58
  "path": "./lib-esm/index.js",
58
59
  "import": "{ Amplify, Geo }",
59
- "limit": "64.5 kB"
60
+ "limit": "65 kB"
60
61
  }
61
62
  ],
62
63
  "jest": {
@@ -112,5 +113,5 @@
112
113
  "lib-esm"
113
114
  ]
114
115
  },
115
- "gitHead": "4794e2d8e9fe102c7108b6d63071bd71af07f76b"
116
+ "gitHead": "18c05360f3cf51a39ad7196192d28c996b5e746f"
116
117
  }