@azure/synapse-spark 1.0.0-alpha.20241030.1 → 1.0.0-alpha.20241101.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 +3 -4
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.20241101.1",
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@azure/core-auth": "^1.3.0",
|
|
11
11
|
"@azure/core-client": "^1.0.0",
|
|
@@ -56,8 +56,7 @@
|
|
|
56
56
|
"mocha": "^10.0.0",
|
|
57
57
|
"nyc": "^17.0.0",
|
|
58
58
|
"ts-node": "^10.0.0",
|
|
59
|
-
"typescript": "~5.6.2"
|
|
60
|
-
"uglify-js": "^3.4.9"
|
|
59
|
+
"typescript": "~5.6.2"
|
|
61
60
|
},
|
|
62
61
|
"//metadata": {
|
|
63
62
|
"constantPaths": [
|
|
@@ -102,7 +101,7 @@
|
|
|
102
101
|
"integration-test:browser": "echo skip",
|
|
103
102
|
"integration-test:node": "echo skip",
|
|
104
103
|
"lint": "echo skipped",
|
|
105
|
-
"minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
|
|
104
|
+
"minify": "dev-tool run vendored uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
|
|
106
105
|
"pack": "npm pack 2>&1",
|
|
107
106
|
"test": "npm run clean && npm run build:test && npm run unit-test",
|
|
108
107
|
"test:browser": "npm run clean && npm run build:test && npm run unit-test:browser",
|