@azure/synapse-spark 1.0.0-alpha.20251010.1 → 1.0.0-alpha.20251016.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
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/synapse/synapse-spark/README.md",
|
|
6
6
|
"repository": "github:Azure/azure-sdk-for-js",
|
|
7
7
|
"sdk-type": "client",
|
|
8
|
-
"version": "1.0.0-alpha.
|
|
8
|
+
"version": "1.0.0-alpha.20251016.1",
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@azure/core-auth": "^1.9.0",
|
|
11
11
|
"@azure/core-client": "^1.9.2",
|
|
@@ -33,16 +33,20 @@
|
|
|
33
33
|
"@types/node": "^20.19.0",
|
|
34
34
|
"@vitest/browser": "^3.2.3",
|
|
35
35
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
36
|
+
"cross-env": "^7.0.3",
|
|
36
37
|
"dotenv": "^16.0.0",
|
|
37
38
|
"eslint": "^9.33.0",
|
|
38
39
|
"playwright": "^1.50.1",
|
|
40
|
+
"prettier": "^3.6.2",
|
|
41
|
+
"rimraf": "^6.0.1",
|
|
42
|
+
"tshy": "^3.0.0",
|
|
39
43
|
"typescript": "~5.9.3",
|
|
40
44
|
"vitest": "^3.2.3",
|
|
41
|
-
"@azure-tools/test-credential": "^2.1.2",
|
|
42
45
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
43
46
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
44
|
-
"@azure/
|
|
45
|
-
"@azure/dev-tool": "^1.0.0"
|
|
47
|
+
"@azure-tools/test-credential": "^2.1.2",
|
|
48
|
+
"@azure/dev-tool": "^1.0.0",
|
|
49
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
46
50
|
},
|
|
47
51
|
"//metadata": {
|
|
48
52
|
"constantPaths": [
|
|
@@ -109,10 +113,10 @@
|
|
|
109
113
|
"scripts": {
|
|
110
114
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
111
115
|
"build:samples": "echo Skipped.",
|
|
112
|
-
"check-format": "
|
|
113
|
-
"clean": "
|
|
116
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
117
|
+
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
114
118
|
"extract-api": "dev-tool run extract-api",
|
|
115
|
-
"format": "
|
|
119
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
116
120
|
"lint": "eslint package.json src test",
|
|
117
121
|
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
118
122
|
"pack": "pnpm pack 2>&1",
|