@azure/core-http
Advanced tools
Comparing version 3.0.2-alpha.20230823.2 to 3.0.2-alpha.20230925.3
@@ -5,3 +5,3 @@ { | ||
"author": "Microsoft Corporation", | ||
"version": "3.0.2-alpha.20230823.2", | ||
"version": "3.0.2-alpha.20230925.3", | ||
"description": "Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest", | ||
@@ -92,3 +92,3 @@ "tags": [ | ||
"unit-test:browser": "karma start --single-run", | ||
"unit-test:node": "cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"" | ||
"unit-test:node": "cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register -r chai/register-should.js --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"" | ||
}, | ||
@@ -147,3 +147,3 @@ "sideEffects": false, | ||
"@types/express": "^4.16.0", | ||
"@types/mocha": "^7.0.2", | ||
"@types/mocha": "^10.0.0", | ||
"@types/node": "^14.0.0", | ||
@@ -167,3 +167,3 @@ "@types/sinon": "^10.0.0", | ||
"karma-sourcemap-loader": "^0.3.8", | ||
"mocha": "^7.1.1", | ||
"mocha": "^10.0.0", | ||
"mocha-junit-reporter": "^2.0.0", | ||
@@ -181,4 +181,5 @@ "npm-run-all": "^4.1.5", | ||
"uglify-js": "^3.4.9", | ||
"xhr-mock": "^2.4.1" | ||
"xhr-mock": "^2.4.1", | ||
"esm": "^3.2.18" | ||
} | ||
} |
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
1752152
42