@azure/storage-file-datalake 12.28.1-alpha.20251010.1 → 12.28.1-alpha.20251015.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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/storage-file-datalake",
|
|
3
|
-
"version": "12.28.1-alpha.
|
|
3
|
+
"version": "12.28.1-alpha.20251015.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",
|
|
97
|
+
"@azure-tools/test-recorder": "^4.1.1",
|
|
93
98
|
"@azure-tools/test-credential": "^2.1.2",
|
|
94
99
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
95
|
-
"@azure
|
|
96
|
-
"@azure/dev-tool": "^1.0.0-alpha.
|
|
97
|
-
"@azure/eslint-plugin-azure-sdk": "^3.0.0-alpha.20251010.1"
|
|
100
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0-alpha.20251015.1",
|
|
101
|
+
"@azure/dev-tool": "^1.0.0-alpha.20251015.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": "
|
|
141
|
-
"clean": "
|
|
142
|
-
"clean:samples": "
|
|
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": "
|
|
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",
|