@aws-amplify/notifications 2.0.90 → 2.0.91-context-cogs.077566e.0

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 +104 -104
package/package.json CHANGED
@@ -1,106 +1,106 @@
1
1
  {
2
- "name": "@aws-amplify/notifications",
3
- "version": "2.0.90",
4
- "description": "Notifications category of aws-amplify",
5
- "main": "./dist/cjs/index.js",
6
- "module": "./dist/esm/index.mjs",
7
- "react-native": "./dist/cjs/index.js",
8
- "typings": "./dist/esm/index.d.ts",
9
- "sideEffects": false,
10
- "publishConfig": {
11
- "access": "public"
12
- },
13
- "scripts": {
14
- "test": "npm run lint && jest -w 1 --coverage --logHeapUsage",
15
- "test:watch": "jest -w 1 --watch",
16
- "build-with-test": "npm run clean && npm run build",
17
- "build:umd": "webpack && webpack --config ./webpack.config.dev.js",
18
- "build:esm-cjs": "rollup --forceExit -c rollup.config.mjs",
19
- "build:watch": "npm run build:esm-cjs -- --watch",
20
- "build": "npm run clean && npm run build:esm-cjs && npm run build:umd",
21
- "clean": "npm run clean:size && rimraf dist lib lib-esm",
22
- "clean:size": "rimraf dual-publish-tmp tmp*",
23
- "format": "echo \"Not implemented\"",
24
- "lint": "eslint '**/*.{ts,tsx}' && npm run ts-coverage",
25
- "lint:fix": "eslint '**/*.{ts,tsx}' --fix",
26
- "ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 88.21"
27
- },
28
- "typesVersions": {
29
- ">=4.2": {
30
- "in-app-messaging": [
31
- "./dist/esm/inAppMessaging/index.d.ts"
32
- ],
33
- "push-notifications": [
34
- "./dist/esm/pushNotifications/providers/index.d.ts"
35
- ],
36
- "in-app-messaging/pinpoint": [
37
- "./dist/esm/inAppMessaging/providers/pinpoint/index.d.ts"
38
- ],
39
- "push-notifications/pinpoint": [
40
- "./dist/esm/pushNotifications/providers/pinpoint/index.d.ts"
41
- ]
42
- }
43
- },
44
- "exports": {
45
- ".": {
46
- "react-native": "./dist/cjs/index.js",
47
- "import": "./dist/esm/index.mjs",
48
- "require": "./dist/cjs/index.js"
49
- },
50
- "./in-app-messaging": {
51
- "react-native": "./dist/cjs/inAppMessaging/index.js",
52
- "types": "./dist/esm/inAppMessaging/index.d.ts",
53
- "import": "./dist/esm/inAppMessaging/index.mjs",
54
- "require": "./dist/cjs/inAppMessaging/index.js"
55
- },
56
- "./push-notifications": {
57
- "react-native": "./dist/cjs/pushNotifications/index.js",
58
- "types": "./dist/esm/pushNotifications/index.d.ts",
59
- "import": "./dist/esm/pushNotifications/index.mjs",
60
- "require": "./dist/cjs/pushNotifications/index.js"
61
- },
62
- "./in-app-messaging/pinpoint": {
63
- "react-native": "./dist/cjs/inAppMessaging/providers/pinpoint/index.js",
64
- "types": "./dist/esm/inAppMessaging/providers/pinpoint/index.d.ts",
65
- "import": "./dist/esm/inAppMessaging/providers/pinpoint/index.mjs",
66
- "require": "./dist/cjs/inAppMessaging/providers/pinpoint/index.js"
67
- },
68
- "./push-notifications/pinpoint": {
69
- "react-native": "./dist/cjs/pushNotifications/providers/pinpoint/index.js",
70
- "types": "./dist/esm/pushNotifications/providers/pinpoint/index.d.ts",
71
- "import": "./dist/esm/pushNotifications/providers/pinpoint/index.mjs",
72
- "require": "./dist/cjs/pushNotifications/providers/pinpoint/index.js"
73
- },
74
- "./package.json": "./package.json"
75
- },
76
- "repository": {
77
- "type": "git",
78
- "url": "https://github.com/aws-amplify/amplify-js.git"
79
- },
80
- "author": "Amazon Web Services",
81
- "license": "Apache-2.0",
82
- "bugs": {
83
- "url": "https://github.com/aws/aws-amplify/issues"
84
- },
85
- "homepage": "https://docs.amplify.aws/",
86
- "files": [
87
- "dist/cjs",
88
- "dist/esm",
89
- "src",
90
- "in-app-messaging",
91
- "push-notifications"
92
- ],
93
- "dependencies": {
94
- "@aws-sdk/types": "3.398.0",
95
- "lodash": "^4.17.21",
96
- "tslib": "^2.5.0"
97
- },
98
- "peerDependencies": {
99
- "@aws-amplify/core": "^6.1.0"
100
- },
101
- "devDependencies": {
102
- "@aws-amplify/core": "6.15.0",
103
- "@aws-amplify/react-native": "1.3.1"
104
- },
105
- "gitHead": "7b4c9e16aee48f03df25f77209d1677f21b15646"
2
+ "name": "@aws-amplify/notifications",
3
+ "version": "2.0.91-context-cogs.077566e.0+077566e",
4
+ "description": "Notifications category of aws-amplify",
5
+ "main": "./dist/cjs/index.js",
6
+ "module": "./dist/esm/index.mjs",
7
+ "react-native": "./dist/cjs/index.js",
8
+ "typings": "./dist/esm/index.d.ts",
9
+ "sideEffects": false,
10
+ "publishConfig": {
11
+ "access": "public"
12
+ },
13
+ "scripts": {
14
+ "test": "npm run lint && jest -w 1 --coverage --logHeapUsage",
15
+ "test:watch": "jest -w 1 --watch",
16
+ "build-with-test": "npm run clean && npm run build",
17
+ "build:umd": "webpack && webpack --config ./webpack.config.dev.js",
18
+ "build:esm-cjs": "rollup --forceExit -c rollup.config.mjs",
19
+ "build:watch": "npm run build:esm-cjs -- --watch",
20
+ "build": "npm run clean && npm run build:esm-cjs && npm run build:umd",
21
+ "clean": "npm run clean:size && rimraf dist lib lib-esm",
22
+ "clean:size": "rimraf dual-publish-tmp tmp*",
23
+ "format": "echo \"Not implemented\"",
24
+ "lint": "eslint '**/*.{ts,tsx}' && npm run ts-coverage",
25
+ "lint:fix": "eslint '**/*.{ts,tsx}' --fix",
26
+ "ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 88.21"
27
+ },
28
+ "typesVersions": {
29
+ ">=4.2": {
30
+ "in-app-messaging": [
31
+ "./dist/esm/inAppMessaging/index.d.ts"
32
+ ],
33
+ "push-notifications": [
34
+ "./dist/esm/pushNotifications/providers/index.d.ts"
35
+ ],
36
+ "in-app-messaging/pinpoint": [
37
+ "./dist/esm/inAppMessaging/providers/pinpoint/index.d.ts"
38
+ ],
39
+ "push-notifications/pinpoint": [
40
+ "./dist/esm/pushNotifications/providers/pinpoint/index.d.ts"
41
+ ]
42
+ }
43
+ },
44
+ "exports": {
45
+ ".": {
46
+ "react-native": "./dist/cjs/index.js",
47
+ "import": "./dist/esm/index.mjs",
48
+ "require": "./dist/cjs/index.js"
49
+ },
50
+ "./in-app-messaging": {
51
+ "react-native": "./dist/cjs/inAppMessaging/index.js",
52
+ "types": "./dist/esm/inAppMessaging/index.d.ts",
53
+ "import": "./dist/esm/inAppMessaging/index.mjs",
54
+ "require": "./dist/cjs/inAppMessaging/index.js"
55
+ },
56
+ "./push-notifications": {
57
+ "react-native": "./dist/cjs/pushNotifications/index.js",
58
+ "types": "./dist/esm/pushNotifications/index.d.ts",
59
+ "import": "./dist/esm/pushNotifications/index.mjs",
60
+ "require": "./dist/cjs/pushNotifications/index.js"
61
+ },
62
+ "./in-app-messaging/pinpoint": {
63
+ "react-native": "./dist/cjs/inAppMessaging/providers/pinpoint/index.js",
64
+ "types": "./dist/esm/inAppMessaging/providers/pinpoint/index.d.ts",
65
+ "import": "./dist/esm/inAppMessaging/providers/pinpoint/index.mjs",
66
+ "require": "./dist/cjs/inAppMessaging/providers/pinpoint/index.js"
67
+ },
68
+ "./push-notifications/pinpoint": {
69
+ "react-native": "./dist/cjs/pushNotifications/providers/pinpoint/index.js",
70
+ "types": "./dist/esm/pushNotifications/providers/pinpoint/index.d.ts",
71
+ "import": "./dist/esm/pushNotifications/providers/pinpoint/index.mjs",
72
+ "require": "./dist/cjs/pushNotifications/providers/pinpoint/index.js"
73
+ },
74
+ "./package.json": "./package.json"
75
+ },
76
+ "repository": {
77
+ "type": "git",
78
+ "url": "https://github.com/aws-amplify/amplify-js.git"
79
+ },
80
+ "author": "Amazon Web Services",
81
+ "license": "Apache-2.0",
82
+ "bugs": {
83
+ "url": "https://github.com/aws/aws-amplify/issues"
84
+ },
85
+ "homepage": "https://docs.amplify.aws/",
86
+ "files": [
87
+ "dist/cjs",
88
+ "dist/esm",
89
+ "src",
90
+ "in-app-messaging",
91
+ "push-notifications"
92
+ ],
93
+ "dependencies": {
94
+ "@aws-sdk/types": "3.398.0",
95
+ "lodash": "^4.17.21",
96
+ "tslib": "^2.5.0"
97
+ },
98
+ "peerDependencies": {
99
+ "@aws-amplify/core": "6.15.1-context-cogs.077566e.0+077566e"
100
+ },
101
+ "devDependencies": {
102
+ "@aws-amplify/core": "6.15.1-context-cogs.077566e.0+077566e",
103
+ "@aws-amplify/react-native": "1.3.2-context-cogs.077566e.0+077566e"
104
+ },
105
+ "gitHead": "077566e885ed4bd8cc94a6e7ef7f3eda96ec161a"
106
106
  }