@azure/synapse-spark 1.0.0-alpha.20250411.1 → 1.0.0-alpha.20250417.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.20250417.1",
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@azure/core-auth": "^1.9.0",
|
|
11
11
|
"@azure/core-client": "^1.9.2",
|
|
@@ -67,18 +67,18 @@
|
|
|
67
67
|
],
|
|
68
68
|
"scripts": {
|
|
69
69
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
70
|
-
"build:samples": "echo
|
|
71
|
-
"build:test": "
|
|
70
|
+
"build:samples": "echo skipped.",
|
|
71
|
+
"build:test": "echo skipped.",
|
|
72
72
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
73
73
|
"clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
74
74
|
"extract-api": "dev-tool run extract-api",
|
|
75
75
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
76
|
-
"integration-test": "echo
|
|
77
|
-
"integration-test:browser": "echo
|
|
78
|
-
"integration-test:node": "echo
|
|
76
|
+
"integration-test": "echo skipped.",
|
|
77
|
+
"integration-test:browser": "echo skipped.",
|
|
78
|
+
"integration-test:node": "echo skipped.",
|
|
79
79
|
"lint": "eslint README.md package.json api-extractor.json src test",
|
|
80
80
|
"lint:fix": "eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
|
|
81
|
-
"minify": "
|
|
81
|
+
"minify": "echo skipped",
|
|
82
82
|
"pack": "npm pack 2>&1",
|
|
83
83
|
"test": "npm run clean && npm run build:test && npm run unit-test",
|
|
84
84
|
"test:browser": "npm run clean && npm run build:test && npm run unit-test:browser",
|