@azure/synapse-artifacts 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
|
@@ -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.20241101.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": {
|
|
@@ -67,8 +67,7 @@
|
|
|
67
67
|
"sinon": "^17.0.0",
|
|
68
68
|
"source-map-support": "^0.5.9",
|
|
69
69
|
"ts-node": "^10.0.0",
|
|
70
|
-
"typescript": "~5.6.2"
|
|
71
|
-
"uglify-js": "^3.4.9"
|
|
70
|
+
"typescript": "~5.6.2"
|
|
72
71
|
},
|
|
73
72
|
"bugs": {
|
|
74
73
|
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
|
|
@@ -96,7 +95,7 @@
|
|
|
96
95
|
"integration-test:browser": "echo skip",
|
|
97
96
|
"integration-test:node": "echo skip",
|
|
98
97
|
"lint": "echo skipped",
|
|
99
|
-
"minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
|
|
98
|
+
"minify": "dev-tool run vendored uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
|
|
100
99
|
"pack": "npm pack 2>&1",
|
|
101
100
|
"test": "npm run clean && npm run build:test && npm run unit-test",
|
|
102
101
|
"test:browser": "npm run clean && npm run build:test && npm run unit-test:browser",
|