@aws-amplify/analytics 6.0.9 → 6.0.10-unstableV5.4
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/package.json +20 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/analytics",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.10-unstableV5.4+d34c01aa0",
|
|
4
4
|
"description": "Analytics category of aws-amplify",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"module": "./lib-esm/index.js",
|
|
@@ -15,13 +15,14 @@
|
|
|
15
15
|
"scripts": {
|
|
16
16
|
"test": "tslint 'src/**/*.ts' && jest -w 1 --coverage",
|
|
17
17
|
"test:watch": "tslint 'src/**/*.ts' && jest -w 1 --watch",
|
|
18
|
+
"test:size": "size-limit",
|
|
18
19
|
"build-with-test": "npm run clean && npm test && tsc && webpack",
|
|
19
20
|
"build:cjs": "node ./build es5 && webpack && webpack --config ./webpack.config.dev.js",
|
|
20
21
|
"build:esm": "node ./build es6",
|
|
21
22
|
"build:cjs:watch": "node ./build es5 --watch",
|
|
22
23
|
"build:esm:watch": "node ./build es6 --watch",
|
|
23
24
|
"build": "npm run clean && npm run build:esm && npm run build:cjs",
|
|
24
|
-
"clean": "rimraf lib-esm lib dist",
|
|
25
|
+
"clean": "rimraf lib-esm lib dist dual-publish-tmp",
|
|
25
26
|
"format": "echo \"Not implemented\"",
|
|
26
27
|
"lint": "tslint 'src/**/*.ts' && npm run ts-coverage",
|
|
27
28
|
"ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 69.26"
|
|
@@ -46,8 +47,8 @@
|
|
|
46
47
|
"src"
|
|
47
48
|
],
|
|
48
49
|
"dependencies": {
|
|
49
|
-
"@aws-amplify/cache": "5.0.
|
|
50
|
-
"@aws-amplify/core": "5.0.
|
|
50
|
+
"@aws-amplify/cache": "5.0.10-unstableV5.4+d34c01aa0",
|
|
51
|
+
"@aws-amplify/core": "5.0.10-unstableV5.4+d34c01aa0",
|
|
51
52
|
"@aws-sdk/client-firehose": "3.6.1",
|
|
52
53
|
"@aws-sdk/client-kinesis": "3.6.1",
|
|
53
54
|
"@aws-sdk/client-personalize-events": "3.6.1",
|
|
@@ -57,6 +58,20 @@
|
|
|
57
58
|
"tslib": "^1.8.0",
|
|
58
59
|
"uuid": "^3.2.1"
|
|
59
60
|
},
|
|
61
|
+
"size-limit": [
|
|
62
|
+
{
|
|
63
|
+
"name": "Analytics (Pinpoint)",
|
|
64
|
+
"path": "./lib-esm/index.js",
|
|
65
|
+
"import": "{ Amplify, Analytics, AWSPinpointProvider }",
|
|
66
|
+
"limit": "56.5 kB"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "Analytics (Kinesis)",
|
|
70
|
+
"path": "./lib-esm/index.js",
|
|
71
|
+
"import": "{ Amplify, Analytics, AWSKinesisProvider }",
|
|
72
|
+
"limit": "68.5 kB"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
60
75
|
"jest": {
|
|
61
76
|
"globals": {
|
|
62
77
|
"ts-jest": {
|
|
@@ -105,5 +120,5 @@
|
|
|
105
120
|
"<rootDir>/src/setupTests.ts"
|
|
106
121
|
]
|
|
107
122
|
},
|
|
108
|
-
"gitHead": "
|
|
123
|
+
"gitHead": "d34c01aa04599508e9473d128779bc8212343ece"
|
|
109
124
|
}
|