@azure/storage-blob-changefeed 12.0.0-alpha.20210901.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.
Files changed (1) hide show
  1. package/package.json +7 -9
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.20210901.2",
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",
@@ -93,7 +92,7 @@
93
92
  ]
94
93
  },
95
94
  "dependencies": {
96
- "@azure/storage-blob": "^12.8.0-beta.1",
95
+ "@azure/storage-blob": "^12.8.0",
97
96
  "@azure/abort-controller": "^1.0.0",
98
97
  "@azure/core-http": "^2.0.0",
99
98
  "@azure/core-lro": "^2.2.0",
@@ -108,7 +107,7 @@
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.7.11",
110
+ "@microsoft/api-extractor": "^7.18.11",
112
111
  "@rollup/plugin-multi-entry": "^3.0.0",
113
112
  "@rollup/plugin-replace": "^2.2.0",
114
113
  "@types/mocha": "^7.0.2",
@@ -136,8 +135,8 @@
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": "^1.18.0",
140
- "nyc": "^14.0.0",
138
+ "mocha-junit-reporter": "^2.0.0",
139
+ "nyc": "^15.0.0",
141
140
  "prettier": "^1.16.4",
142
141
  "puppeteer": "^10.2.0",
143
142
  "rimraf": "^3.0.0",
@@ -149,8 +148,7 @@
149
148
  "rollup-plugin-terser": "^5.1.1",
150
149
  "rollup-plugin-visualizer": "^4.0.4",
151
150
  "source-map-support": "^0.5.9",
152
- "ts-node": "^9.0.0",
153
- "typedoc": "0.15.2",
151
+ "ts-node": "^10.0.0",
154
152
  "typescript": "~4.2.0",
155
153
  "util": "^0.12.1",
156
154
  "sinon": "^9.0.2"