@aws-amplify/notifications 1.3.2 → 1.3.3-api-v6.13

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.
@@ -1,5 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
4
+ // SPDX-License-Identifier: Apache-2.0
3
5
  exports.AMPLIFY_SYMBOL = (typeof Symbol !== 'undefined' && typeof Symbol.for === 'function'
4
6
  ? Symbol.for('amplify_default')
5
7
  : '@@amplify_default');
@@ -1 +1 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/common/constants.ts"],"names":[],"mappings":";;AAAa,QAAA,cAAc,GAAG,CAC7B,OAAO,MAAM,KAAK,WAAW,IAAI,OAAO,MAAM,CAAC,GAAG,KAAK,UAAU;IAChE,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC,iBAAiB,CAAC;IAC/B,CAAC,CAAC,mBAAmB,CACZ,CAAC"}
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/common/constants.ts"],"names":[],"mappings":";;AAAA,qEAAqE;AACrE,sCAAsC;AACzB,QAAA,cAAc,GAAG,CAC7B,OAAO,MAAM,KAAK,WAAW,IAAI,OAAO,MAAM,CAAC,GAAG,KAAK,UAAU;IAChE,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC,iBAAiB,CAAC;IAC/B,CAAC,CAAC,mBAAmB,CACZ,CAAC"}
@@ -1,3 +1,5 @@
1
+ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+ // SPDX-License-Identifier: Apache-2.0
1
3
  export var AMPLIFY_SYMBOL = (typeof Symbol !== 'undefined' && typeof Symbol.for === 'function'
2
4
  ? Symbol.for('amplify_default')
3
5
  : '@@amplify_default');
@@ -1 +1 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/common/constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,IAAM,cAAc,GAAG,CAC7B,OAAO,MAAM,KAAK,WAAW,IAAI,OAAO,MAAM,CAAC,GAAG,KAAK,UAAU;IAChE,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC,iBAAiB,CAAC;IAC/B,CAAC,CAAC,mBAAmB,CACZ,CAAC"}
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/common/constants.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AACtC,MAAM,CAAC,IAAM,cAAc,GAAG,CAC7B,OAAO,MAAM,KAAK,WAAW,IAAI,OAAO,MAAM,CAAC,GAAG,KAAK,UAAU;IAChE,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC,iBAAiB,CAAC;IAC/B,CAAC,CAAC,mBAAmB,CACZ,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/notifications",
3
- "version": "1.3.2",
3
+ "version": "1.3.3-api-v6.13+5927d05d2",
4
4
  "description": "Notifications category of aws-amplify",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib-esm/index.js",
@@ -49,9 +49,9 @@
49
49
  "src"
50
50
  ],
51
51
  "dependencies": {
52
- "@aws-amplify/cache": "5.1.3",
53
- "@aws-amplify/core": "5.5.2",
54
- "@aws-amplify/rtn-push-notification": "1.1.1",
52
+ "@aws-amplify/cache": "5.1.4-api-v6.13+5927d05d2",
53
+ "@aws-amplify/core": "5.5.3-api-v6.13+5927d05d2",
54
+ "@aws-amplify/rtn-push-notification": "1.1.2-api-v6.57+5927d05d2",
55
55
  "lodash": "^4.17.21",
56
56
  "uuid": "^3.2.1"
57
57
  },
@@ -65,14 +65,14 @@
65
65
  "name": "Notifications (top-level class)",
66
66
  "path": "./lib-esm/index.js",
67
67
  "import": "{ Amplify, Notifications }",
68
- "limit": "29.8 kB"
68
+ "limit": "29.9 kB"
69
69
  },
70
70
  {
71
71
  "name": "Notifications (with Analytics)",
72
72
  "path": "./lib-esm/index.js",
73
73
  "import": "{ Amplify, Notifications, Analytics }",
74
- "limit": "29.8 kB"
74
+ "limit": "29.902 kB"
75
75
  }
76
76
  ],
77
- "gitHead": "b1061a190d11d1313e3c669dbeea79564cb6ea89"
77
+ "gitHead": "5927d05d267ab4d14badbb8133ee08596f1918d5"
78
78
  }
@@ -1,3 +1,5 @@
1
+ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+ // SPDX-License-Identifier: Apache-2.0
1
3
  export const AMPLIFY_SYMBOL = (
2
4
  typeof Symbol !== 'undefined' && typeof Symbol.for === 'function'
3
5
  ? Symbol.for('amplify_default')