@azure/storage-blob-changefeed 12.0.0-alpha.20210910.5 → 12.0.0-alpha.20211217.2
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 -8
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.20211217.2",
|
|
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",
|
|
@@ -108,13 +107,14 @@
|
|
|
108
107
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
109
108
|
"@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb",
|
|
110
109
|
"@azure-tools/test-recorder": "^1.0.0",
|
|
111
|
-
"@microsoft/api-extractor": "7.
|
|
110
|
+
"@microsoft/api-extractor": "^7.18.11",
|
|
112
111
|
"@rollup/plugin-multi-entry": "^3.0.0",
|
|
113
112
|
"@rollup/plugin-replace": "^2.2.0",
|
|
113
|
+
"@types/chai": "^4.1.6",
|
|
114
114
|
"@types/mocha": "^7.0.2",
|
|
115
115
|
"@types/node": "^12.0.0",
|
|
116
116
|
"@types/sinon": "^9.0.4",
|
|
117
|
-
"
|
|
117
|
+
"chai": "^4.2.0",
|
|
118
118
|
"cross-env": "^7.0.2",
|
|
119
119
|
"dotenv": "^8.2.0",
|
|
120
120
|
"downlevel-dts": "~0.4.0",
|
|
@@ -136,8 +136,8 @@
|
|
|
136
136
|
"karma-mocha-reporter": "^2.2.5",
|
|
137
137
|
"karma-sourcemap-loader": "^0.3.8",
|
|
138
138
|
"mocha": "^7.1.1",
|
|
139
|
-
"mocha-junit-reporter": "^
|
|
140
|
-
"nyc": "^
|
|
139
|
+
"mocha-junit-reporter": "^2.0.0",
|
|
140
|
+
"nyc": "^15.0.0",
|
|
141
141
|
"prettier": "^1.16.4",
|
|
142
142
|
"puppeteer": "^10.2.0",
|
|
143
143
|
"rimraf": "^3.0.0",
|
|
@@ -150,7 +150,6 @@
|
|
|
150
150
|
"rollup-plugin-visualizer": "^4.0.4",
|
|
151
151
|
"source-map-support": "^0.5.9",
|
|
152
152
|
"ts-node": "^10.0.0",
|
|
153
|
-
"typedoc": "0.15.2",
|
|
154
153
|
"typescript": "~4.2.0",
|
|
155
154
|
"util": "^0.12.1",
|
|
156
155
|
"sinon": "^9.0.2"
|