@aws-amplify/pubsub 5.0.12 → 5.0.13-unstableV5.10
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 +7 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/pubsub",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.13-unstableV5.10+935df3fd3",
|
|
4
4
|
"description": "Pubsub category of aws-amplify",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"module": "./lib-esm/index.js",
|
|
@@ -24,7 +24,8 @@
|
|
|
24
24
|
"build:cjs:watch": "node ./build es5 --watch",
|
|
25
25
|
"build:esm:watch": "node ./build es6 --watch",
|
|
26
26
|
"build": "npm run clean && npm run build:esm && npm run build:cjs",
|
|
27
|
-
"clean": "rimraf lib-esm lib dist
|
|
27
|
+
"clean": "npm run clean:size && rimraf lib-esm lib dist",
|
|
28
|
+
"clean:size": "rimraf dual-publish-tmp tmp*",
|
|
28
29
|
"format": "echo \"Not implemented\"",
|
|
29
30
|
"lint": "tslint 'src/**/*.ts' && npm run ts-coverage",
|
|
30
31
|
"ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 87.63"
|
|
@@ -49,9 +50,9 @@
|
|
|
49
50
|
"src"
|
|
50
51
|
],
|
|
51
52
|
"dependencies": {
|
|
52
|
-
"@aws-amplify/auth": "5.1.
|
|
53
|
-
"@aws-amplify/cache": "5.0.
|
|
54
|
-
"@aws-amplify/core": "5.0.
|
|
53
|
+
"@aws-amplify/auth": "5.1.7-unstableV5.10+935df3fd3",
|
|
54
|
+
"@aws-amplify/cache": "5.0.13-unstableV5.10+935df3fd3",
|
|
55
|
+
"@aws-amplify/core": "5.0.13-unstableV5.10+935df3fd3",
|
|
55
56
|
"graphql": "15.8.0",
|
|
56
57
|
"paho-mqtt": "^1.1.0",
|
|
57
58
|
"tslib": "^1.8.0",
|
|
@@ -122,5 +123,5 @@
|
|
|
122
123
|
"lib-esm"
|
|
123
124
|
]
|
|
124
125
|
},
|
|
125
|
-
"gitHead": "
|
|
126
|
+
"gitHead": "935df3fd35e8aa1efacae11012e26007516efdd5"
|
|
126
127
|
}
|