@azure/arm-servicelinker
Advanced tools
Comparing version 2.1.1-alpha.20240925.1 to 2.1.1-alpha.20240926.1
@@ -6,3 +6,3 @@ { | ||
"description": "A generated SDK for ServiceLinkerManagementClient.", | ||
"version": "2.1.1-alpha.20240925.1", | ||
"version": "2.1.1-alpha.20240926.1", | ||
"engines": { | ||
@@ -12,7 +12,7 @@ "node": ">=18.0.0" | ||
"dependencies": { | ||
"@azure/abort-controller": "^1.0.0", | ||
"@azure/core-auth": "^1.3.0", | ||
"@azure/core-client": "^1.6.1", | ||
"@azure/core-lro": "^2.2.0", | ||
"@azure/abort-controller": "^1.0.0", | ||
"@azure/core-paging": "^1.2.0", | ||
"@azure/core-client": "^1.6.1", | ||
"@azure/core-auth": "^1.3.0", | ||
"@azure/core-rest-pipeline": "^1.8.0", | ||
@@ -33,19 +33,19 @@ "tslib": "^2.2.0" | ||
"devDependencies": { | ||
"@azure-tools/test-credential": "^1.0.0", | ||
"@azure-tools/test-recorder": "^3.0.0", | ||
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb", | ||
"@azure/identity": "^4.0.1", | ||
"@microsoft/api-extractor": "^7.31.1", | ||
"mkdirp": "^3.0.1", | ||
"typescript": "~5.6.2", | ||
"uglify-js": "^3.4.9", | ||
"rimraf": "^5.0.5", | ||
"dotenv": "^16.0.0", | ||
"@azure/identity": "^4.0.1", | ||
"@azure-tools/test-recorder": "^3.0.0", | ||
"@azure-tools/test-credential": "^1.0.0", | ||
"mocha": "^10.0.0", | ||
"@types/chai": "^4.2.8", | ||
"@types/mocha": "^10.0.0", | ||
"@types/node": "^18.0.0", | ||
"chai": "^4.2.0", | ||
"cross-env": "^7.0.2", | ||
"@types/node": "^18.0.0", | ||
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb", | ||
"dotenv": "^16.0.0", | ||
"mkdirp": "^3.0.1", | ||
"mocha": "^10.0.0", | ||
"rimraf": "^5.0.5", | ||
"ts-node": "^10.0.0", | ||
"@types/mocha": "^10.0.0" | ||
"typescript": "~5.6.2", | ||
"uglify-js": "^3.4.9" | ||
}, | ||
@@ -77,26 +77,27 @@ "repository": { | ||
"scripts": { | ||
"audit": "echo skipped", | ||
"build": "npm run clean && tsc && dev-tool run bundle && npm run minify && mkdirp ./review && npm run extract-api", | ||
"minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js", | ||
"prepack": "npm run build", | ||
"pack": "npm pack 2>&1", | ||
"extract-api": "dev-tool run extract-api", | ||
"lint": "echo skipped", | ||
"audit": "echo skipped", | ||
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log", | ||
"build:browser": "echo skipped", | ||
"build:node": "echo skipped", | ||
"build:browser": "echo skipped", | ||
"build:samples": "echo skipped.", | ||
"build:test": "echo skipped", | ||
"build:samples": "echo skipped.", | ||
"check-format": "echo skipped", | ||
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log", | ||
"execute:samples": "echo skipped", | ||
"extract-api": "dev-tool run extract-api", | ||
"format": "echo skipped", | ||
"integration-test": "npm run integration-test:node && npm run integration-test:browser", | ||
"integration-test:browser": "echo skipped", | ||
"integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/*.ts'", | ||
"lint": "echo skipped", | ||
"minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js", | ||
"pack": "npm pack 2>&1", | ||
"prepack": "npm run build", | ||
"test": "npm run integration-test", | ||
"test:browser": "echo skipped", | ||
"test:node": "echo skipped", | ||
"test:browser": "echo skipped", | ||
"unit-test": "npm run unit-test:node && npm run unit-test:browser", | ||
"unit-test:browser": "echo skipped", | ||
"unit-test:node": "cross-env TEST_MODE=playback npm run integration-test:node", | ||
"unit-test:browser": "echo skipped", | ||
"integration-test": "npm run integration-test:node && npm run integration-test:browser", | ||
"integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/*.ts'", | ||
"integration-test:browser": "echo skipped" | ||
"update-snippets": "echo skipped" | ||
}, | ||
@@ -103,0 +104,0 @@ "sideEffects": false, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
541715
5