@azure/eventgrid 4.5.1-alpha.20211006.1 → 4.5.1-alpha.20211101.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 +2 -2
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.5.1-alpha.
|
6
|
+
"version": "4.5.1-alpha.20211101.2",
|
7
7
|
"keywords": [
|
8
8
|
"node",
|
9
9
|
"azure",
|
@@ -60,7 +60,6 @@
|
|
60
60
|
},
|
61
61
|
"scripts": {
|
62
62
|
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
63
|
-
"build:autorest": "autorest ./swagger/README.md --typescript --v3 && node ./scripts/setPathToEmpty.js",
|
64
63
|
"build:browser": "tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1",
|
65
64
|
"build:node": "tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1",
|
66
65
|
"build:samples": "echo Obsolete",
|
@@ -71,6 +70,7 @@
|
|
71
70
|
"execute:samples": "dev-tool samples run samples-dev",
|
72
71
|
"extract-api": "tsc -p . && api-extractor run --local",
|
73
72
|
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
73
|
+
"generate:client": "autorest --typescript ./swagger/README.md && node ./scripts/setPathToEmpty.js",
|
74
74
|
"integration-test:browser": "karma start --single-run",
|
75
75
|
"integration-test:node": "nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"",
|
76
76
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|