@azure/core-lro
Advanced tools
Comparing version 3.1.1-alpha.20240926.5 to 3.1.1-alpha.20240927.3
@@ -5,3 +5,3 @@ { | ||
"sdk-type": "client", | ||
"version": "3.1.1-alpha.20240926.5", | ||
"version": "3.1.1-alpha.20240927.3", | ||
"type": "module", | ||
@@ -70,5 +70,5 @@ "description": "Isomorphic client library for supporting long-running operations in node.js and browser.", | ||
"scripts": { | ||
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api", | ||
"build:samples": "echo Obsolete", | ||
"build:test": "echo skipped. actual commands inlined in browser test scripts", | ||
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api", | ||
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"", | ||
@@ -79,14 +79,14 @@ "clean": "rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js", | ||
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"", | ||
"integration-test": "npm run integration-test:node && npm run integration-test:browser", | ||
"integration-test:browser": "echo skipped", | ||
"integration-test:node": "echo skipped", | ||
"integration-test": "npm run integration-test:node && npm run integration-test:browser", | ||
"lint": "eslint package.json api-extractor.json src test ", | ||
"lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]", | ||
"lint": "eslint package.json api-extractor.json src test ", | ||
"pack": "npm pack 2>&1", | ||
"test": "npm run unit-test", | ||
"test:browser": "npm run unit-test:browser && npm run integration-test:browser", | ||
"test:node": "npm run unit-test:node && npm run integration-test:node", | ||
"test": "npm run unit-test", | ||
"unit-test": "npm run unit-test:node && npm run unit-test:browser", | ||
"unit-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser", | ||
"unit-test:node": "dev-tool run test:vitest --no-test-proxy", | ||
"unit-test": "npm run unit-test:node && npm run unit-test:browser", | ||
"update-snippets": "dev-tool run update-snippets" | ||
@@ -101,6 +101,6 @@ }, | ||
"devDependencies": { | ||
"@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb", | ||
"@azure/core-rest-pipeline": "^1.1.0", | ||
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb", | ||
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb", | ||
"@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb", | ||
"@microsoft/api-extractor": "^7.40.3", | ||
@@ -107,0 +107,0 @@ "@types/node": "^18.0.0", |
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