@azure/eventgrid 4.14.0-alpha.20230914.4 → 4.14.0-alpha.20230926.1

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 +5 -4
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "client",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "An isomorphic client library for the Azure Event Grid service.",
6
- "version": "4.14.0-alpha.20230914.4",
6
+ "version": "4.14.0-alpha.20230926.1",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -108,7 +108,7 @@
108
108
  "@microsoft/api-extractor": "^7.31.1",
109
109
  "@types/chai": "^4.1.6",
110
110
  "@types/chai-as-promised": "^7.1.0",
111
- "@types/mocha": "^7.0.2",
111
+ "@types/mocha": "^10.0.0",
112
112
  "@types/node": "^14.0.0",
113
113
  "@types/sinon": "^10.0.0",
114
114
  "@types/uuid": "^8.0.0",
@@ -126,7 +126,7 @@
126
126
  "karma-mocha": "^2.0.1",
127
127
  "karma-mocha-reporter": "^2.2.5",
128
128
  "karma-sourcemap-loader": "^0.3.8",
129
- "mocha": "^7.1.1",
129
+ "mocha": "^10.0.0",
130
130
  "mocha-junit-reporter": "^2.0.0",
131
131
  "nyc": "^15.0.0",
132
132
  "prettier": "^2.5.1",
@@ -134,6 +134,7 @@
134
134
  "sinon": "^15.0.0",
135
135
  "source-map-support": "^0.5.9",
136
136
  "ts-node": "^10.0.0",
137
- "typescript": "~5.0.0"
137
+ "typescript": "~5.0.0",
138
+ "esm": "^3.2.18"
138
139
  }
139
140
  }