@azure/storage-file-datalake 12.28.1-alpha.20251010.1 → 12.28.1-alpha.20251014.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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.53.0"
8
+ "packageVersion": "7.53.1"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/storage-file-datalake",
3
- "version": "12.28.1-alpha.20251010.1",
3
+ "version": "12.28.1-alpha.20251014.1",
4
4
  "description": "Microsoft Azure Storage SDK for JavaScript - DataLake",
5
5
  "sdk-type": "client",
6
6
  "main": "./dist/commonjs/index.js",
@@ -85,16 +85,20 @@
85
85
  "@types/node": "^20.19.0",
86
86
  "@vitest/browser": "^3.2.3",
87
87
  "@vitest/coverage-istanbul": "^3.2.3",
88
+ "cross-env": "^7.0.3",
88
89
  "dotenv": "^16.0.0",
89
90
  "eslint": "^9.33.0",
90
91
  "playwright": "^1.50.1",
92
+ "prettier": "^3.6.2",
93
+ "rimraf": "^6.0.1",
94
+ "tshy": "^3.0.0",
91
95
  "typescript": "~5.9.3",
92
96
  "vitest": "^3.2.3",
93
97
  "@azure-tools/test-credential": "^2.1.2",
94
- "@azure-tools/test-utils-vitest": "^2.0.1",
95
98
  "@azure-tools/test-recorder": "^4.1.1",
96
- "@azure/dev-tool": "^1.0.0-alpha.20251010.1",
97
- "@azure/eslint-plugin-azure-sdk": "^3.0.0-alpha.20251010.1"
99
+ "@azure-tools/test-utils-vitest": "^2.0.1",
100
+ "@azure/dev-tool": "^1.0.0-alpha.20251014.1",
101
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0-alpha.20251014.1"
98
102
  },
99
103
  "type": "module",
100
104
  "tshy": {
@@ -137,12 +141,12 @@
137
141
  "scripts": {
138
142
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
139
143
  "build:samples": "tsc -p tsconfig.samples.json",
140
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
141
- "clean": "dev-tool run vendored rimraf --glob dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml",
142
- "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",
144
+ "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
145
+ "clean": "rimraf --glob dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml",
146
+ "clean:samples": "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",
143
147
  "execute:samples": "dev-tool samples run samples-dev",
144
148
  "extract-api": "dev-tool run build-package && dev-tool run extract-api",
145
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
149
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
146
150
  "generate:client": "autorest --typescript ./swagger/README.md",
147
151
  "lint": "eslint package.json src test",
148
152
  "lint:fix": "eslint package.json src test --fix",