@azure/eventgrid 5.4.1-alpha.20240418.1 → 5.4.1-alpha.20240422.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.
- package/package.json +4 -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": "5.4.1-alpha.
|
6
|
+
"version": "5.4.1-alpha.20240422.2",
|
7
7
|
"keywords": [
|
8
8
|
"node",
|
9
9
|
"azure",
|
@@ -68,11 +68,11 @@
|
|
68
68
|
"build:node": "tsc -p . && dev-tool run bundle",
|
69
69
|
"build:samples": "echo Obsolete",
|
70
70
|
"build:test": "tsc -p . && dev-tool run bundle",
|
71
|
-
"build": "npm run clean && tsc -p . && dev-tool run bundle &&
|
71
|
+
"build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
|
72
72
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
73
73
|
"clean": "rimraf --glob dist dist-browser dist-esm dist-test temp types *.tgz *.log",
|
74
74
|
"execute:samples": "dev-tool samples run samples-dev",
|
75
|
-
"extract-api": "tsc -p . &&
|
75
|
+
"extract-api": "tsc -p . && dev-tool run extract-api",
|
76
76
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
77
77
|
"generate:client": "autorest --typescript ./swagger/README.md && node ./scripts/setPathToEmpty.js",
|
78
78
|
"integration-test:browser": "dev-tool run test:browser",
|
@@ -112,7 +112,7 @@
|
|
112
112
|
"@types/node": "^18.0.0",
|
113
113
|
"@types/sinon": "^17.0.0",
|
114
114
|
"@types/uuid": "^8.0.0",
|
115
|
-
"
|
115
|
+
"nyc": "^15.1.0",
|
116
116
|
"chai": "^4.2.0",
|
117
117
|
"chai-as-promised": "^7.1.1",
|
118
118
|
"cross-env": "^7.0.2",
|