@aws-amplify/notifications 1.6.18 → 1.6.20

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/lib/index.js CHANGED
@@ -10,4 +10,5 @@ var InAppMessaging_1 = require("./InAppMessaging");
10
10
  exports.InAppMessageInteractionEvent = InAppMessaging_1.InAppMessageInteractionEvent;
11
11
  var types_1 = require("./PushNotification/types");
12
12
  exports.PushNotificationPermissionStatus = types_1.PushNotificationPermissionStatus;
13
+ // chore: trigger v5-stable LTS release to complete partial publish (uuid-v11 RN fix, datastore). No functional change.
13
14
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,qEAAqE;AACrE,sCAAsC;;AAEtC,iDAA2D;AAAlD,wCAAA,OAAO,CAAiB;AAEjC,mCAAqD;AAA5C,6CAAA,yBAAyB,CAAA;AAElC,mDAY0B;AANzB,wDAAA,4BAA4B,CAAA;AAO7B,kDAIkC;AADjC,mDAAA,gCAAgC,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,qEAAqE;AACrE,sCAAsC;;AAEtC,iDAA2D;AAAlD,wCAAA,OAAO,CAAiB;AAEjC,mCAAqD;AAA5C,6CAAA,yBAAyB,CAAA;AAElC,mDAY0B;AANzB,wDAAA,4BAA4B,CAAA;AAO7B,kDAIkC;AADjC,mDAAA,gCAAgC,CAAA;AAIjC,uHAAuH"}
package/lib-esm/index.js CHANGED
@@ -4,4 +4,5 @@ export { default as Notifications } from './Notifications';
4
4
  export { AWSPinpointProviderCommon } from './common';
5
5
  export { InAppMessageInteractionEvent, } from './InAppMessaging';
6
6
  export { PushNotificationPermissionStatus, } from './PushNotification/types';
7
+ // chore: trigger v5-stable LTS release to complete partial publish (uuid-v11 RN fix, datastore). No functional change.
7
8
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AAEtC,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAE3D,OAAO,EAAE,yBAAyB,EAAE,MAAM,UAAU,CAAC;AAErD,OAAO,EAMN,4BAA4B,GAM5B,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAGN,gCAAgC,GAChC,MAAM,0BAA0B,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AAEtC,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAE3D,OAAO,EAAE,yBAAyB,EAAE,MAAM,UAAU,CAAC;AAErD,OAAO,EAMN,4BAA4B,GAM5B,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAGN,gCAAgC,GAChC,MAAM,0BAA0B,CAAC;AAGlC,uHAAuH"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/notifications",
3
- "version": "1.6.18",
3
+ "version": "1.6.20",
4
4
  "description": "Notifications category of aws-amplify",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib-esm/index.js",
@@ -49,11 +49,11 @@
49
49
  "src"
50
50
  ],
51
51
  "dependencies": {
52
- "@aws-amplify/cache": "5.1.22",
53
- "@aws-amplify/core": "5.8.16",
54
- "@aws-amplify/rtn-push-notification": "1.1.15",
55
- "lodash": "^4.17.21",
56
- "uuid": "^3.2.1"
52
+ "@aws-amplify/cache": "5.1.23",
53
+ "@aws-amplify/core": "5.8.17",
54
+ "@aws-amplify/rtn-push-notification": "1.1.16",
55
+ "lodash": "^4.18.1",
56
+ "uuid": "^11.1.1"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@babel/plugin-proposal-class-properties": "^7.0.0",
@@ -74,5 +74,5 @@
74
74
  "limit": "31.50 kB"
75
75
  }
76
76
  ],
77
- "gitHead": "3883ed405f94ef64b264ef3ca0ab8687ad74a707"
77
+ "gitHead": "bb0ec43d446b177736becb764afb331a78a8c96c"
78
78
  }
package/src/index.ts CHANGED
@@ -24,3 +24,5 @@ export {
24
24
  PushNotificationPermissionStatus,
25
25
  } from './PushNotification/types';
26
26
  export { NotificationsConfig, UserInfo } from './types';
27
+
28
+ // chore: trigger v5-stable LTS release to complete partial publish (uuid-v11 RN fix, datastore). No functional change.