@azure/eventgrid 4.15.1-alpha.20231016.2 → 4.15.1-alpha.20231023.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 +3 -3
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.15.1-alpha.20231016.2",
6
+ "version": "4.15.1-alpha.20231023.1",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -128,13 +128,13 @@
128
128
  "karma-sourcemap-loader": "^0.3.8",
129
129
  "mocha": "^10.0.0",
130
130
  "mocha-junit-reporter": "^2.0.0",
131
- "nyc": "^15.0.0",
131
+ "c8": "^8.0.0",
132
132
  "prettier": "^2.5.1",
133
133
  "rimraf": "^3.0.0",
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.2.0",
138
138
  "esm": "^3.2.18"
139
139
  }
140
140
  }