@aws-amplify/analytics 6.0.12 → 6.0.13-unstableV5.8
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 +6 -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.13-unstableV5.8+18c05360f",
|
|
4
4
|
"description": "Analytics category of aws-amplify",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"module": "./lib-esm/index.js",
|
|
@@ -22,7 +22,8 @@
|
|
|
22
22
|
"build:cjs:watch": "node ./build es5 --watch",
|
|
23
23
|
"build:esm:watch": "node ./build es6 --watch",
|
|
24
24
|
"build": "npm run clean && npm run build:esm && npm run build:cjs",
|
|
25
|
-
"clean": "rimraf lib-esm lib dist
|
|
25
|
+
"clean": "npm run clean:size && rimraf lib-esm lib dist",
|
|
26
|
+
"clean:size": "rimraf dual-publish-tmp tmp*",
|
|
26
27
|
"format": "echo \"Not implemented\"",
|
|
27
28
|
"lint": "tslint 'src/**/*.ts' && npm run ts-coverage",
|
|
28
29
|
"ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 69.26"
|
|
@@ -47,8 +48,8 @@
|
|
|
47
48
|
"src"
|
|
48
49
|
],
|
|
49
50
|
"dependencies": {
|
|
50
|
-
"@aws-amplify/cache": "5.0.
|
|
51
|
-
"@aws-amplify/core": "5.0.
|
|
51
|
+
"@aws-amplify/cache": "5.0.13-unstableV5.8+18c05360f",
|
|
52
|
+
"@aws-amplify/core": "5.0.13-unstableV5.8+18c05360f",
|
|
52
53
|
"@aws-sdk/client-firehose": "3.6.1",
|
|
53
54
|
"@aws-sdk/client-kinesis": "3.6.1",
|
|
54
55
|
"@aws-sdk/client-personalize-events": "3.6.1",
|
|
@@ -120,5 +121,5 @@
|
|
|
120
121
|
"<rootDir>/src/setupTests.ts"
|
|
121
122
|
]
|
|
122
123
|
},
|
|
123
|
-
"gitHead": "
|
|
124
|
+
"gitHead": "18c05360f3cf51a39ad7196192d28c996b5e746f"
|
|
124
125
|
}
|