@azure/storage-blob 12.9.0-alpha.20211213.2 → 12.9.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 +3 -8
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@azure/storage-blob",
3
3
  "sdk-type": "client",
4
- "version": "12.9.0-alpha.20211213.2",
4
+ "version": "12.9.0-alpha.20211214.3",
5
5
  "description": "Microsoft Azure Storage SDK for JavaScript - Blob",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist-esm/storage-blob/src/index.js",
@@ -60,8 +60,7 @@
60
60
  "unit-test:browser": "karma start --single-run",
61
61
  "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\"",
62
62
  "unit-test": "npm run unit-test:node && npm run unit-test:browser",
63
- "emulator-tests": "cross-env STORAGE_CONNECTION_STRING=UseDevelopmentStorage=true && npm run test:node",
64
- "docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"
63
+ "emulator-tests": "cross-env STORAGE_CONNECTION_STRING=UseDevelopmentStorage=true && npm run test:node"
65
64
  },
66
65
  "files": [
67
66
  "BreakingChanges.md",
@@ -135,7 +134,6 @@
135
134
  "tslib": "^2.2.0"
136
135
  },
137
136
  "devDependencies": {
138
- "@azure/core-rest-pipeline": "^1.1.0",
139
137
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
140
138
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
141
139
  "@azure/identity": "^2.0.1",
@@ -148,7 +146,6 @@
148
146
  "@rollup/plugin-json": "^4.0.0",
149
147
  "@types/mocha": "^7.0.2",
150
148
  "@types/node": "^12.0.0",
151
- "@types/node-fetch": "^2.5.0",
152
149
  "assert": "^1.4.1",
153
150
  "cross-env": "^7.0.2",
154
151
  "dotenv": "^8.2.0",
@@ -171,8 +168,7 @@
171
168
  "karma-mocha-reporter": "^2.2.5",
172
169
  "karma-sourcemap-loader": "^0.3.8",
173
170
  "mocha": "^7.1.1",
174
- "mocha-junit-reporter": "^1.18.0",
175
- "node-fetch": "^2.6.0",
171
+ "mocha-junit-reporter": "^2.0.0",
176
172
  "nyc": "^15.0.0",
177
173
  "prettier": "^1.16.4",
178
174
  "puppeteer": "^10.2.0",
@@ -187,7 +183,6 @@
187
183
  "source-map-support": "^0.5.9",
188
184
  "ts-node": "^10.0.0",
189
185
  "typescript": "~4.2.0",
190
- "typedoc": "0.15.2",
191
186
  "util": "^0.12.1"
192
187
  }
193
188
  }