@azure/notification-hubs 1.0.0-alpha.20221213.2 → 1.0.0-alpha.20221214.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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/notification-hubs",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20221214.2",
|
|
4
4
|
"description": "Azure Notification Hubs SDK for JavaScript",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -99,10 +99,11 @@
|
|
|
99
99
|
"devDependencies": {
|
|
100
100
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
101
101
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
102
|
+
"@azure-tools/test-recorder": ">=2.1.0-alpha <2.1.0-alphb",
|
|
102
103
|
"@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb",
|
|
103
104
|
"@microsoft/api-extractor": "^7.31.1",
|
|
104
105
|
"@types/chai": "^4.3.1",
|
|
105
|
-
"@types/mocha": "^
|
|
106
|
+
"@types/mocha": "^7.0.2",
|
|
106
107
|
"@types/node": "^14.0.0",
|
|
107
108
|
"@types/uuid": "^8.3.4",
|
|
108
109
|
"chai": "^4.3.6",
|
|
@@ -123,7 +124,7 @@
|
|
|
123
124
|
"karma-mocha": "^2.0.1",
|
|
124
125
|
"karma-mocha-reporter": "^2.2.5",
|
|
125
126
|
"karma-sourcemap-loader": "^0.3.8",
|
|
126
|
-
"mocha": "^
|
|
127
|
+
"mocha": "^7.1.1",
|
|
127
128
|
"mocha-junit-reporter": "^2.0.2",
|
|
128
129
|
"nyc": "^15.1.0",
|
|
129
130
|
"prettier": "^2.5.1",
|