@azure-rest/synapse-access-control 1.0.0-alpha.20241030.1 → 1.0.0-alpha.20241031.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.
Files changed (1) hide show
  1. 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-access-control/README.md",
6
6
  "repository": "github:Azure/azure-sdk-for-js",
7
7
  "sdk-type": "client",
8
- "version": "1.0.0-alpha.20241030.1",
8
+ "version": "1.0.0-alpha.20241031.1",
9
9
  "dependencies": {
10
10
  "@azure-rest/core-client": "^1.0.0",
11
11
  "@azure/core-auth": "^1.3.0",
@@ -72,8 +72,7 @@
72
72
  "nyc": "^17.0.0",
73
73
  "source-map-support": "^0.5.9",
74
74
  "ts-node": "^10.0.0",
75
- "typescript": "~5.6.2",
76
- "uglify-js": "^3.4.9"
75
+ "typescript": "~5.6.2"
77
76
  },
78
77
  "bugs": {
79
78
  "url": "https://github.com/Azure/azure-sdk-for-js/issues"
@@ -103,7 +102,7 @@
103
102
  "integration-test:browser": "echo skip",
104
103
  "integration-test:node": "echo skip",
105
104
  "lint": "echo skip",
106
- "minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
105
+ "minify": "dev-tool run vendored uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
107
106
  "pack": "npm pack 2>&1",
108
107
  "test": "npm run clean && npm run build:test && npm run unit-test",
109
108
  "test:browser": "npm run clean && npm run build:test && npm run unit-test:browser",