@aws-amplify/notifications 1.0.12 → 1.0.13-unstableV5.10

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 +8 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/notifications",
3
- "version": "1.0.12",
3
+ "version": "1.0.13-unstableV5.10+935df3fd3",
4
4
  "description": "Notifications category of aws-amplify",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib-esm/index.js",
@@ -22,7 +22,8 @@
22
22
  "build:cjs:watch": "node ./build es5 --watch",
23
23
  "build:esm:watch": "node ./build es6 --watch",
24
24
  "build": "npm run clean && npm run build:esm && npm run build:cjs",
25
- "clean": "rimraf lib-esm lib dist dual-publish-tmp",
25
+ "clean": "npm run clean:size && rimraf lib-esm lib dist",
26
+ "clean:size": "rimraf dual-publish-tmp tmp*",
26
27
  "format": "echo \"Not implemented\"",
27
28
  "lint": "tslint 'src/**/*.ts' && npm run ts-coverage",
28
29
  "ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 88.21"
@@ -46,8 +47,8 @@
46
47
  "src"
47
48
  ],
48
49
  "dependencies": {
49
- "@aws-amplify/cache": "5.0.12",
50
- "@aws-amplify/core": "5.0.12",
50
+ "@aws-amplify/cache": "5.0.13-unstableV5.10+935df3fd3",
51
+ "@aws-amplify/core": "5.0.13-unstableV5.10+935df3fd3",
51
52
  "@aws-sdk/client-pinpoint": "3.186.0",
52
53
  "lodash": "^4.17.21",
53
54
  "uuid": "^3.2.1"
@@ -57,13 +58,13 @@
57
58
  "name": "Notifications (top-level class)",
58
59
  "path": "./lib-esm/index.js",
59
60
  "import": "{ Amplify, Notifications }",
60
- "limit": "70 kB"
61
+ "limit": "70.5 kB"
61
62
  },
62
63
  {
63
64
  "name": "Notifications (with Analytics)",
64
65
  "path": "./lib-esm/index.js",
65
66
  "import": "{ Amplify, Notifications, Analytics }",
66
- "limit": "70 kB"
67
+ "limit": "70.5 kB"
67
68
  }
68
69
  ],
69
70
  "jest": {
@@ -110,5 +111,5 @@
110
111
  "lib-esm"
111
112
  ]
112
113
  },
113
- "gitHead": "4794e2d8e9fe102c7108b6d63071bd71af07f76b"
114
+ "gitHead": "935df3fd35e8aa1efacae11012e26007516efdd5"
114
115
  }