@azure/core-client 1.7.3-alpha.20230224.2 → 1.7.3-alpha.20230419.2

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 +2 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/core-client",
3
- "version": "1.7.3-alpha.20230224.2",
3
+ "version": "1.7.3-alpha.20230419.2",
4
4
  "description": "Core library for interfacing with AutoRest generated code",
5
5
  "sdk-type": "client",
6
6
  "main": "dist/index.js",
@@ -93,10 +93,8 @@
93
93
  "karma": "^6.2.0",
94
94
  "karma-chrome-launcher": "^3.0.0",
95
95
  "karma-coverage": "^2.0.0",
96
- "karma-edge-launcher": "^0.4.2",
97
96
  "karma-env-preprocessor": "^0.1.1",
98
97
  "karma-firefox-launcher": "^1.1.0",
99
- "karma-ie-launcher": "^1.0.0",
100
98
  "karma-junit-reporter": "^2.0.1",
101
99
  "karma-mocha": "^2.0.1",
102
100
  "karma-mocha-reporter": "^2.2.5",
@@ -107,7 +105,7 @@
107
105
  "rimraf": "^3.0.0",
108
106
  "sinon": "^9.0.2",
109
107
  "ts-node": "^10.0.0",
110
- "typescript": "~4.8.0",
108
+ "typescript": "~5.0.0",
111
109
  "util": "^0.12.1"
112
110
  }
113
111
  }