@azure/eventgrid 4.5.1-alpha.20211213.1 → 4.5.1-alpha.20211214.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 -6
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.20211214.2",
|
7
7
|
"keywords": [
|
8
8
|
"node",
|
9
9
|
"azure",
|
@@ -82,8 +82,7 @@
|
|
82
82
|
"test": "npm run clean && npm run build:test && npm run unit-test",
|
83
83
|
"unit-test:browser": "karma start --single-run",
|
84
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
|
-
"unit-test": "npm run unit-test:node && npm run unit-test:browser"
|
86
|
-
"docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"
|
85
|
+
"unit-test": "npm run unit-test:node && npm run unit-test:browser"
|
87
86
|
},
|
88
87
|
"sideEffects": false,
|
89
88
|
"autoPublish": false,
|
@@ -133,7 +132,7 @@
|
|
133
132
|
"karma-mocha-reporter": "^2.2.5",
|
134
133
|
"karma-sourcemap-loader": "^0.3.8",
|
135
134
|
"mocha": "^7.1.1",
|
136
|
-
"mocha-junit-reporter": "^
|
135
|
+
"mocha-junit-reporter": "^2.0.0",
|
137
136
|
"nyc": "^15.0.0",
|
138
137
|
"prettier": "^1.16.4",
|
139
138
|
"rimraf": "^3.0.0",
|
@@ -145,7 +144,6 @@
|
|
145
144
|
"sinon": "^9.0.2",
|
146
145
|
"source-map-support": "^0.5.9",
|
147
146
|
"ts-node": "^10.0.0",
|
148
|
-
"typescript": "~4.2.0"
|
149
|
-
"typedoc": "0.15.2"
|
147
|
+
"typescript": "~4.2.0"
|
150
148
|
}
|
151
149
|
}
|