@azure/eventgrid 4.5.1-alpha.20211110.2 → 4.5.1-alpha.20211209.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 +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.5.1-alpha.
|
6
|
+
"version": "4.5.1-alpha.20211209.2",
|
7
7
|
"keywords": [
|
8
8
|
"node",
|
9
9
|
"azure",
|
@@ -63,7 +63,7 @@
|
|
63
63
|
"build:browser": "tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1",
|
64
64
|
"build:node": "tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1",
|
65
65
|
"build:samples": "echo Obsolete",
|
66
|
-
"build:test": "tsc -p . && rollup -c
|
66
|
+
"build:test": "tsc -p . && rollup -c 2>&1",
|
67
67
|
"build": "npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local",
|
68
68
|
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
69
69
|
"clean": "rimraf dist dist-browser dist-esm dist-test temp types *.tgz *.log",
|
@@ -81,7 +81,7 @@
|
|
81
81
|
"test:node": "npm run clean && npm run build:test && npm run unit-test:node",
|
82
82
|
"test": "npm run clean && npm run build:test && npm run unit-test",
|
83
83
|
"unit-test:browser": "karma start --single-run",
|
84
|
-
"unit-test:node": "mocha --require
|
84
|
+
"unit-test:node": "mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"",
|
85
85
|
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
|
86
86
|
"docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"
|
87
87
|
},
|