@azure/synapse-artifacts 1.0.0-alpha.20250804.1 → 1.0.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
|
@@ -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.20250826.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": {
|
|
@@ -33,20 +33,20 @@
|
|
|
33
33
|
"module": "./dist/esm/index.js",
|
|
34
34
|
"types": "./dist/commonjs/index.d.ts",
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@azure-tools/test-credential": "^2.0.0",
|
|
37
|
-
"@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
|
|
38
|
-
"@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
|
|
39
|
-
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
40
|
-
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
41
36
|
"@azure/logger": "^1.1.4",
|
|
42
|
-
"@types/node": "^20.
|
|
43
|
-
"@vitest/browser": "^3.
|
|
44
|
-
"@vitest/coverage-istanbul": "^3.
|
|
37
|
+
"@types/node": "^20.19.0",
|
|
38
|
+
"@vitest/browser": "^3.2.3",
|
|
39
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
45
40
|
"dotenv": "^16.0.0",
|
|
46
|
-
"eslint": "^9.
|
|
41
|
+
"eslint": "^9.33.0",
|
|
47
42
|
"playwright": "^1.50.1",
|
|
48
|
-
"typescript": "~5.8.
|
|
49
|
-
"vitest": "^3.
|
|
43
|
+
"typescript": "~5.8.3",
|
|
44
|
+
"vitest": "^3.2.3",
|
|
45
|
+
"@azure-tools/test-credential": "^2.1.1",
|
|
46
|
+
"@azure-tools/test-utils-vitest": "^2.0.0",
|
|
47
|
+
"@azure/dev-tool": "^1.0.0",
|
|
48
|
+
"@azure-tools/test-recorder": "^4.1.0",
|
|
49
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
50
50
|
},
|
|
51
51
|
"bugs": {
|
|
52
52
|
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
|
|
@@ -56,23 +56,6 @@
|
|
|
56
56
|
"README.md",
|
|
57
57
|
"LICENSE"
|
|
58
58
|
],
|
|
59
|
-
"scripts": {
|
|
60
|
-
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
61
|
-
"build:samples": "echo skipped.",
|
|
62
|
-
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
63
|
-
"clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
64
|
-
"extract-api": "dev-tool run extract-api",
|
|
65
|
-
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
66
|
-
"generate:client": "autorest --typescript ./swagger/README.md",
|
|
67
|
-
"lint": "eslint package.json src test",
|
|
68
|
-
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
69
|
-
"pack": "npm pack 2>&1",
|
|
70
|
-
"test": "npm run test:node && npm run test:browser",
|
|
71
|
-
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
72
|
-
"test:node": "dev-tool run test:vitest",
|
|
73
|
-
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
74
|
-
"update-snippets": "dev-tool run update-snippets"
|
|
75
|
-
},
|
|
76
59
|
"sideEffects": false,
|
|
77
60
|
"autoPublish": true,
|
|
78
61
|
"//metadata": {
|
|
@@ -125,5 +108,21 @@
|
|
|
125
108
|
}
|
|
126
109
|
}
|
|
127
110
|
},
|
|
128
|
-
"react-native": "./dist/react-native/index.js"
|
|
129
|
-
|
|
111
|
+
"react-native": "./dist/react-native/index.js",
|
|
112
|
+
"scripts": {
|
|
113
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
114
|
+
"build:samples": "echo Skipped.",
|
|
115
|
+
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
116
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
117
|
+
"extract-api": "dev-tool run extract-api",
|
|
118
|
+
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
119
|
+
"generate:client": "autorest --typescript ./swagger/README.md",
|
|
120
|
+
"lint": "eslint package.json src test",
|
|
121
|
+
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
122
|
+
"pack": "pnpm pack 2>&1",
|
|
123
|
+
"test": "npm run test:node && npm run test:browser",
|
|
124
|
+
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
125
|
+
"test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
|
|
126
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
127
|
+
}
|
|
128
|
+
}
|