@azure/synapse-artifacts 1.0.0-alpha.20251013.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
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"author": "Microsoft Corporation",
|
|
4
4
|
"description": "A generated SDK for ArtifactsClient.",
|
|
5
5
|
"sdk-type": "client",
|
|
6
|
-
"version": "1.0.0-alpha.
|
|
6
|
+
"version": "1.0.0-alpha.20251016.1",
|
|
7
7
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/synapse/synapse-artifacts/README.md",
|
|
8
8
|
"repository": "github:Azure/azure-sdk-for-js",
|
|
9
9
|
"dependencies": {
|
|
@@ -37,16 +37,20 @@
|
|
|
37
37
|
"@types/node": "^20.19.0",
|
|
38
38
|
"@vitest/browser": "^3.2.3",
|
|
39
39
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
40
|
+
"cross-env": "^7.0.3",
|
|
40
41
|
"dotenv": "^16.0.0",
|
|
41
42
|
"eslint": "^9.33.0",
|
|
42
43
|
"playwright": "^1.50.1",
|
|
44
|
+
"prettier": "^3.6.2",
|
|
45
|
+
"rimraf": "^6.0.1",
|
|
46
|
+
"tshy": "^3.0.0",
|
|
43
47
|
"typescript": "~5.9.3",
|
|
44
48
|
"vitest": "^3.2.3",
|
|
45
49
|
"@azure-tools/test-credential": "^2.1.2",
|
|
46
|
-
"@azure
|
|
47
|
-
"@azure-tools/test-recorder": "^4.1.1",
|
|
50
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
48
51
|
"@azure/dev-tool": "^1.0.0",
|
|
49
|
-
"@azure/
|
|
52
|
+
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
53
|
+
"@azure-tools/test-recorder": "^4.1.1"
|
|
50
54
|
},
|
|
51
55
|
"bugs": {
|
|
52
56
|
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
|
|
@@ -112,10 +116,10 @@
|
|
|
112
116
|
"scripts": {
|
|
113
117
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
114
118
|
"build:samples": "echo Skipped.",
|
|
115
|
-
"check-format": "
|
|
116
|
-
"clean": "
|
|
119
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
120
|
+
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
117
121
|
"extract-api": "dev-tool run extract-api",
|
|
118
|
-
"format": "
|
|
122
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
119
123
|
"generate:client": "autorest --typescript ./swagger/README.md",
|
|
120
124
|
"lint": "eslint package.json src test",
|
|
121
125
|
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|