@azure/storage-file-share 12.23.0-alpha.20231120.1 → 12.23.0-alpha.20231212.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 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.20231212.2",
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
  ],
@@ -130,12 +121,11 @@
130
121
  "@azure/core-paging": "^1.1.1",
131
122
  "@azure/core-rest-pipeline": "^1.10.1",
132
123
  "@azure/core-tracing": "^1.0.0",
133
- "@azure/core-util": "^1.4.0",
124
+ "@azure/core-util": "^1.6.1",
134
125
  "@azure/core-xml": "^1.3.2",
135
126
  "@azure/logger": "^1.0.0",
136
127
  "events": "^3.0.0",
137
- "tslib": "^2.2.0",
138
- "uuid": "^8.3.0"
128
+ "tslib": "^2.2.0"
139
129
  },
140
130
  "devDependencies": {
141
131
  "@azure/storage-blob": ">=12.23.0-alpha <12.23.0-alphb",
@@ -151,11 +141,9 @@
151
141
  "@types/mocha": "^10.0.0",
152
142
  "@types/node": "^18.0.0",
153
143
  "@types/sinon": "^17.0.0",
154
- "@types/uuid": "^8.0.0",
155
144
  "chai": "^4.2.0",
156
145
  "cross-env": "^7.0.2",
157
146
  "dotenv": "^16.0.0",
158
- "downlevel-dts": "^0.10.0",
159
147
  "es6-promise": "^4.2.5",
160
148
  "eslint": "^8.0.0",
161
149
  "esm": "^3.2.18",
@@ -170,7 +158,6 @@
170
158
  "karma-mocha-reporter": "^2.2.5",
171
159
  "karma-sourcemap-loader": "^0.3.8",
172
160
  "mocha": "^10.0.0",
173
- "mocha-junit-reporter": "^2.0.0",
174
161
  "c8": "^8.0.0",
175
162
  "prettier": "^2.5.1",
176
163
  "puppeteer": "^19.2.2",