@azure/storage-file-share 12.29.0-alpha.20250808.1 → 12.29.0-alpha.20250826.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.29.0-alpha.20250808.1",
4
+ "version": "12.29.0-alpha.20250826.1",
5
5
  "description": "Microsoft Azure Storage SDK for JavaScript - File",
6
6
  "main": "./dist/commonjs/index.js",
7
7
  "module": "./dist/esm/index.js",
@@ -11,25 +11,6 @@
11
11
  "engines": {
12
12
  "node": ">=20.0.0"
13
13
  },
14
- "scripts": {
15
- "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
16
- "build:samples": "echo Obsolete.",
17
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
18
- "clean": "dev-tool run vendored rimraf --glob dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml",
19
- "clean:samples": "dev-tool run vendored rimraf samples/v12/javascript/node_modules samples/v12/typescript/node_modules samples/v12/typescript/dist samples/v12/typescript/package-lock.json samples/v12/javascript/package-lock.json",
20
- "execute:samples": "dev-tool samples run samples-dev",
21
- "extract-api": "dev-tool run build-package && dev-tool run extract-api",
22
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
23
- "generate:client": "autorest --typescript ./swagger/README.md",
24
- "lint": "eslint package.json src test",
25
- "lint:fix": "eslint package.json src test --fix",
26
- "pack": "npm pack 2>&1",
27
- "test": "npm run test:node && npm run test:browser",
28
- "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
29
- "test:node": "dev-tool run test:vitest",
30
- "test:node:esm": "dev-tool run test:vitest --esm",
31
- "update-snippets": "dev-tool run update-snippets"
32
- },
33
14
  "files": [
34
15
  "dist/",
35
16
  "README.md",
@@ -104,22 +85,22 @@
104
85
  "tslib": "^2.8.1"
105
86
  },
106
87
  "devDependencies": {
107
- "@azure-tools/test-credential": "^2.0.0",
108
88
  "@azure-tools/test-perf": "^1.0.0",
109
- "@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
110
- "@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
111
89
  "@azure/storage-blob": "12.27.0",
112
- "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
113
- "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
114
- "@azure/identity": "^4.7.0",
115
- "@types/node": "^20.0.0",
116
- "@vitest/browser": "^3.0.9",
117
- "@vitest/coverage-istanbul": "^3.0.9",
90
+ "@azure/identity": "4.11.1",
91
+ "@types/node": "^20.19.0",
92
+ "@vitest/browser": "^3.2.3",
93
+ "@vitest/coverage-istanbul": "^3.2.3",
118
94
  "dotenv": "^16.0.0",
119
- "eslint": "^9.9.0",
120
- "playwright": "^1.51.0",
121
- "typescript": "~5.8.2",
122
- "vitest": "^3.0.9"
95
+ "eslint": "^9.33.0",
96
+ "playwright": "^1.50.1",
97
+ "typescript": "~5.8.3",
98
+ "vitest": "^3.2.3",
99
+ "@azure/dev-tool": "^1.0.0",
100
+ "@azure-tools/test-credential": "^2.1.2",
101
+ "@azure-tools/test-recorder": "^4.1.1",
102
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
103
+ "@azure-tools/test-utils-vitest": "^2.0.1"
123
104
  },
124
105
  "type": "module",
125
106
  "tshy": {
@@ -158,5 +139,23 @@
158
139
  "default": "./dist/commonjs/index.js"
159
140
  }
160
141
  }
142
+ },
143
+ "scripts": {
144
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
145
+ "build:samples": "tsc -p tsconfig.samples.json",
146
+ "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
147
+ "clean": "dev-tool run vendored rimraf --glob dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml",
148
+ "clean:samples": "dev-tool run vendored rimraf samples/v12/javascript/node_modules samples/v12/typescript/node_modules samples/v12/typescript/dist samples/v12/typescript/package-lock.json samples/v12/javascript/package-lock.json",
149
+ "execute:samples": "dev-tool samples run samples-dev",
150
+ "extract-api": "dev-tool run build-package && dev-tool run extract-api",
151
+ "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
152
+ "generate:client": "autorest --typescript ./swagger/README.md",
153
+ "lint": "eslint package.json src test",
154
+ "lint:fix": "eslint package.json src test --fix",
155
+ "pack": "pnpm pack 2>&1",
156
+ "test": "npm run test:node && npm run test:browser",
157
+ "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
158
+ "test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
159
+ "update-snippets": "dev-tool run update-snippets"
161
160
  }
162
- }
161
+ }