@aws-amplify/notifications 1.0.12-upgrade-uuid-9.20 → 1.0.12
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/CHANGELOG.md +8 -0
- package/package.json +10 -10
- package/lib/index.native.d.ts +0 -4
- package/lib/index.native.js +0 -10
- package/lib/index.native.js.map +0 -1
- package/lib-esm/index.native.d.ts +0 -4
- package/lib-esm/index.native.js +0 -6
- package/lib-esm/index.native.js.map +0 -1
- package/src/index.native.ts +0 -22
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.0.12](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/notifications@1.0.11...@aws-amplify/notifications@1.0.12) (2023-01-30)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-amplify/notifications
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [1.0.11](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/notifications@1.0.10...@aws-amplify/notifications@1.0.11) (2023-01-19)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-amplify/notifications
|
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.12",
|
|
4
4
|
"description": "Notifications category of aws-amplify",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"module": "./lib-esm/index.js",
|
|
@@ -27,6 +27,9 @@
|
|
|
27
27
|
"lint": "tslint 'src/**/*.ts' && npm run ts-coverage",
|
|
28
28
|
"ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 88.21"
|
|
29
29
|
},
|
|
30
|
+
"react-native": {
|
|
31
|
+
"./lib/index": "./lib-esm/index.js"
|
|
32
|
+
},
|
|
30
33
|
"repository": {
|
|
31
34
|
"type": "git",
|
|
32
35
|
"url": "https://github.com/aws-amplify/amplify-js.git"
|
|
@@ -43,27 +46,24 @@
|
|
|
43
46
|
"src"
|
|
44
47
|
],
|
|
45
48
|
"dependencies": {
|
|
46
|
-
"@aws-amplify/cache": "5.0.12
|
|
47
|
-
"@aws-amplify/core": "5.0.12
|
|
49
|
+
"@aws-amplify/cache": "5.0.12",
|
|
50
|
+
"@aws-amplify/core": "5.0.12",
|
|
48
51
|
"@aws-sdk/client-pinpoint": "3.186.0",
|
|
49
52
|
"lodash": "^4.17.21",
|
|
50
|
-
"uuid": "
|
|
51
|
-
},
|
|
52
|
-
"devDependencies": {
|
|
53
|
-
"react-native-get-random-values": "1.8.0"
|
|
53
|
+
"uuid": "^3.2.1"
|
|
54
54
|
},
|
|
55
55
|
"size-limit": [
|
|
56
56
|
{
|
|
57
57
|
"name": "Notifications (top-level class)",
|
|
58
58
|
"path": "./lib-esm/index.js",
|
|
59
59
|
"import": "{ Amplify, Notifications }",
|
|
60
|
-
"limit": "70
|
|
60
|
+
"limit": "70 kB"
|
|
61
61
|
},
|
|
62
62
|
{
|
|
63
63
|
"name": "Notifications (with Analytics)",
|
|
64
64
|
"path": "./lib-esm/index.js",
|
|
65
65
|
"import": "{ Amplify, Notifications, Analytics }",
|
|
66
|
-
"limit": "70
|
|
66
|
+
"limit": "70 kB"
|
|
67
67
|
}
|
|
68
68
|
],
|
|
69
69
|
"jest": {
|
|
@@ -110,5 +110,5 @@
|
|
|
110
110
|
"lib-esm"
|
|
111
111
|
]
|
|
112
112
|
},
|
|
113
|
-
"gitHead": "
|
|
113
|
+
"gitHead": "4794e2d8e9fe102c7108b6d63071bd71af07f76b"
|
|
114
114
|
}
|
package/lib/index.native.d.ts
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import 'react-native-get-random-values';
|
|
2
|
-
export { default as Notifications } from './Notifications';
|
|
3
|
-
export { AWSPinpointUserInfo, InAppMessage, InAppMessageAction, InAppMessageButton, InAppMessageContent, InAppMessageImage, InAppMessageInteractionEvent, InAppMessageLayout, InAppMessageStyle, InAppMessageTextAlign, InAppMessagingConfig, InAppMessagingEvent, UserInfo, } from './InAppMessaging';
|
|
4
|
-
export { NotificationsConfig } from './types';
|
package/lib/index.native.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
3
|
-
// SPDX-License-Identifier: Apache-2.0
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
require("react-native-get-random-values");
|
|
6
|
-
var Notifications_1 = require("./Notifications");
|
|
7
|
-
exports.Notifications = Notifications_1.default;
|
|
8
|
-
var InAppMessaging_1 = require("./InAppMessaging");
|
|
9
|
-
exports.InAppMessageInteractionEvent = InAppMessaging_1.InAppMessageInteractionEvent;
|
|
10
|
-
//# sourceMappingURL=index.native.js.map
|
package/lib/index.native.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.native.js","sourceRoot":"","sources":["../src/index.native.ts"],"names":[],"mappings":";AAAA,qEAAqE;AACrE,sCAAsC;;AAEtC,0CAAwC;AAExC,iDAA2D;AAAlD,wCAAA,OAAO,CAAiB;AACjC,mDAc0B;AAPzB,wDAAA,4BAA4B,CAAA"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import 'react-native-get-random-values';
|
|
2
|
-
export { default as Notifications } from './Notifications';
|
|
3
|
-
export { AWSPinpointUserInfo, InAppMessage, InAppMessageAction, InAppMessageButton, InAppMessageContent, InAppMessageImage, InAppMessageInteractionEvent, InAppMessageLayout, InAppMessageStyle, InAppMessageTextAlign, InAppMessagingConfig, InAppMessagingEvent, UserInfo, } from './InAppMessaging';
|
|
4
|
-
export { NotificationsConfig } from './types';
|
package/lib-esm/index.native.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
2
|
-
// SPDX-License-Identifier: Apache-2.0
|
|
3
|
-
import 'react-native-get-random-values';
|
|
4
|
-
export { default as Notifications } from './Notifications';
|
|
5
|
-
export { InAppMessageInteractionEvent, } from './InAppMessaging';
|
|
6
|
-
//# sourceMappingURL=index.native.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.native.js","sourceRoot":"","sources":["../src/index.native.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AAEtC,OAAO,gCAAgC,CAAC;AAExC,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAON,4BAA4B,GAO5B,MAAM,kBAAkB,CAAC"}
|
package/src/index.native.ts
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
2
|
-
// SPDX-License-Identifier: Apache-2.0
|
|
3
|
-
|
|
4
|
-
import 'react-native-get-random-values';
|
|
5
|
-
|
|
6
|
-
export { default as Notifications } from './Notifications';
|
|
7
|
-
export {
|
|
8
|
-
AWSPinpointUserInfo,
|
|
9
|
-
InAppMessage,
|
|
10
|
-
InAppMessageAction,
|
|
11
|
-
InAppMessageButton,
|
|
12
|
-
InAppMessageContent,
|
|
13
|
-
InAppMessageImage,
|
|
14
|
-
InAppMessageInteractionEvent,
|
|
15
|
-
InAppMessageLayout,
|
|
16
|
-
InAppMessageStyle,
|
|
17
|
-
InAppMessageTextAlign,
|
|
18
|
-
InAppMessagingConfig,
|
|
19
|
-
InAppMessagingEvent,
|
|
20
|
-
UserInfo,
|
|
21
|
-
} from './InAppMessaging';
|
|
22
|
-
export { NotificationsConfig } from './types';
|