@azure/storage-file-share 12.23.0-alpha.20231120.1 → 12.23.0-alpha.20231206.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@azure/storage-file-share",
3
3
  "sdk-type": "client",
4
- "version": "12.23.0-alpha.20231120.1",
4
+ "version": "12.23.0-alpha.20231206.1",
5
5
  "description": "Microsoft Azure Storage SDK for JavaScript - File",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist-esm/storage-file-share/src/index.js",
@@ -20,13 +20,6 @@
20
20
  "./dist/index.js": "./dist-esm/storage-file-share/src/index.js"
21
21
  },
22
22
  "types": "./types/latest/storage-file-share.d.ts",
23
- "typesVersions": {
24
- "<3.6": {
25
- "*": [
26
- "./types/3.1/storage-file-share.d.ts"
27
- ]
28
- }
29
- },
30
23
  "engines": {
31
24
  "node": ">=18.0.0"
32
25
  },
@@ -37,8 +30,7 @@
37
30
  "build:nodebrowser": "dev-tool run bundle",
38
31
  "build:prep-samples": "dev-tool samples prep && cd dist-samples && tsc",
39
32
  "build:test": "tsc -p . && dev-tool run bundle",
40
- "build:types": "downlevel-dts types/latest types/3.1",
41
- "build": "npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local && npm run build:types",
33
+ "build": "npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local",
42
34
  "build:samples": "echo Obsolete.",
43
35
  "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
44
36
  "clean": "rimraf dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml",
@@ -65,7 +57,6 @@
65
57
  "dist-esm/storage-blob/src/",
66
58
  "dist-esm/storage-file-share/src",
67
59
  "types/latest/storage-file-share.d.ts",
68
- "types/3.1/storage-file-share.d.ts",
69
60
  "README.md",
70
61
  "LICENSE"
71
62
  ],
@@ -155,7 +146,6 @@
155
146
  "chai": "^4.2.0",
156
147
  "cross-env": "^7.0.2",
157
148
  "dotenv": "^16.0.0",
158
- "downlevel-dts": "^0.10.0",
159
149
  "es6-promise": "^4.2.5",
160
150
  "eslint": "^8.0.0",
161
151
  "esm": "^3.2.18",
@@ -170,7 +160,6 @@
170
160
  "karma-mocha-reporter": "^2.2.5",
171
161
  "karma-sourcemap-loader": "^0.3.8",
172
162
  "mocha": "^10.0.0",
173
- "mocha-junit-reporter": "^2.0.0",
174
163
  "c8": "^8.0.0",
175
164
  "prettier": "^2.5.1",
176
165
  "puppeteer": "^19.2.2",