@azure/eventgrid-namespaces 1.0.0-alpha.20240419.3 → 1.0.0-beta.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 +7 -7
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": "1.0.0-alpha.20240419.3",
6
+ "version": "1.0.0-beta.2",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -49,11 +49,11 @@
49
49
  "build:node": "tsc -p . && dev-tool run bundle",
50
50
  "build:samples": "echo Obsolete",
51
51
  "build:test": "tsc -p . && dev-tool run bundle",
52
- "build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
52
+ "build": "npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local",
53
53
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
54
54
  "clean": "rimraf --glob dist dist-browser dist-esm dist-test temp types *.tgz *.log",
55
55
  "execute:samples": "dev-tool samples run samples-dev",
56
- "extract-api": "tsc -p . && dev-tool run extract-api",
56
+ "extract-api": "tsc -p . && api-extractor run --local",
57
57
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
58
58
  "integration-test:browser": "dev-tool run test:browser",
59
59
  "integration-test:node": "dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"",
@@ -83,10 +83,10 @@
83
83
  "devDependencies": {
84
84
  "@azure/identity": "^4.1.0",
85
85
  "@azure/core-client": "^1.5.0",
86
- "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
87
- "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
86
+ "@azure/dev-tool": "^1.0.0",
87
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
88
88
  "@azure/service-bus": "^7.0.0",
89
- "@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb",
89
+ "@azure/test-utils": "^1.0.0",
90
90
  "@azure-tools/test-recorder": "^3.0.0",
91
91
  "@microsoft/api-extractor": "^7.31.1",
92
92
  "@types/chai": "^4.1.6",
@@ -110,7 +110,7 @@
110
110
  "karma-mocha-reporter": "^2.2.5",
111
111
  "karma-sourcemap-loader": "^0.3.8",
112
112
  "mocha": "^10.0.0",
113
- "nyc": "^15.1.0",
113
+ "c8": "^9.1.0",
114
114
  "prettier": "^2.5.1",
115
115
  "rimraf": "^5.0.5",
116
116
  "sinon": "^17.0.0",