@azure/core-client 1.7.4-alpha.20230908.2 → 1.7.4-alpha.20230925.3

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 +6 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/core-client",
3
- "version": "1.7.4-alpha.20230908.2",
3
+ "version": "1.7.4-alpha.20230925.3",
4
4
  "description": "Core library for interfacing with AutoRest generated code",
5
5
  "sdk-type": "client",
6
6
  "main": "dist/index.js",
@@ -40,7 +40,7 @@
40
40
  "test:node": "npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node",
41
41
  "test": "npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test",
42
42
  "unit-test:browser": "karma start --single-run",
43
- "unit-test:node": "cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 50000 --full-trace --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"",
43
+ "unit-test:node": "cross-env TS_NODE_FILES=true dev-tool run test:node-ts-input --no-test-proxy=true --timeout 50000",
44
44
  "unit-test": "npm run unit-test:node && npm run unit-test:browser"
45
45
  },
46
46
  "files": [
@@ -80,7 +80,7 @@
80
80
  "@azure/core-xml": "^1.0.0",
81
81
  "@microsoft/api-extractor": "^7.31.1",
82
82
  "@types/chai": "^4.1.6",
83
- "@types/mocha": "^7.0.2",
83
+ "@types/mocha": "^10.0.0",
84
84
  "@types/node": "^14.0.0",
85
85
  "@types/sinon": "^10.0.0",
86
86
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
@@ -99,14 +99,15 @@
99
99
  "karma-mocha": "^2.0.1",
100
100
  "karma-mocha-reporter": "^2.2.5",
101
101
  "karma-sourcemap-loader": "^0.3.8",
102
- "mocha": "^7.1.1",
102
+ "mocha": "^10.0.0",
103
103
  "mocha-junit-reporter": "^2.0.0",
104
104
  "prettier": "^2.5.1",
105
105
  "rimraf": "^3.0.0",
106
106
  "sinon": "^15.0.0",
107
107
  "ts-node": "^10.0.0",
108
108
  "typescript": "~5.0.0",
109
- "util": "^0.12.1"
109
+ "util": "^0.12.1",
110
+ "esm": "^3.2.18"
110
111
  },
111
112
  "//metadata": {
112
113
  "migrationDate": "2023-03-08T18:36:03.000Z"