@azure/storage-blob-changefeed 12.0.0-alpha.20211213.2 → 12.0.0-alpha.20211214.3
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 +3 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/storage-blob-changefeed",
|
|
3
3
|
"sdk-type": "client",
|
|
4
|
-
"version": "12.0.0-alpha.
|
|
4
|
+
"version": "12.0.0-alpha.20211214.3",
|
|
5
5
|
"description": "Microsoft Azure Storage SDK for JavaScript - Blob Change Feed",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist-esm/storage-blob-changefeed/src/index.js",
|
|
@@ -50,8 +50,7 @@
|
|
|
50
50
|
"unit-test:browser": "echo 'browser not supported yet.'",
|
|
51
51
|
"unit-test:node": "mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --full-trace -t 120000 \"dist-test/index.node.js\"",
|
|
52
52
|
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
|
|
53
|
-
"emulator-tests": "cross-env STORAGE_CONNECTION_STRING=UseDevelopmentStorage=true && npm run test:node"
|
|
54
|
-
"docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"
|
|
53
|
+
"emulator-tests": "cross-env STORAGE_CONNECTION_STRING=UseDevelopmentStorage=true && npm run test:node"
|
|
55
54
|
},
|
|
56
55
|
"files": [
|
|
57
56
|
"BreakingChanges.md",
|
|
@@ -136,7 +135,7 @@
|
|
|
136
135
|
"karma-mocha-reporter": "^2.2.5",
|
|
137
136
|
"karma-sourcemap-loader": "^0.3.8",
|
|
138
137
|
"mocha": "^7.1.1",
|
|
139
|
-
"mocha-junit-reporter": "^
|
|
138
|
+
"mocha-junit-reporter": "^2.0.0",
|
|
140
139
|
"nyc": "^15.0.0",
|
|
141
140
|
"prettier": "^1.16.4",
|
|
142
141
|
"puppeteer": "^10.2.0",
|
|
@@ -150,7 +149,6 @@
|
|
|
150
149
|
"rollup-plugin-visualizer": "^4.0.4",
|
|
151
150
|
"source-map-support": "^0.5.9",
|
|
152
151
|
"ts-node": "^10.0.0",
|
|
153
|
-
"typedoc": "0.15.2",
|
|
154
152
|
"typescript": "~4.2.0",
|
|
155
153
|
"util": "^0.12.1",
|
|
156
154
|
"sinon": "^9.0.2"
|