@azure/notification-hubs 1.0.3-alpha.20230810.1 → 1.0.3-alpha.20230926.1
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/notification-hubs",
|
|
3
|
-
"version": "1.0.3-alpha.
|
|
3
|
+
"version": "1.0.3-alpha.20230926.1",
|
|
4
4
|
"description": "Azure Notification Hubs SDK for JavaScript",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"extract-api": "tsc -p . && api-extractor run --local",
|
|
58
58
|
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
59
59
|
"integration-test:browser": "echo skipped",
|
|
60
|
-
"integration-test:node": "
|
|
60
|
+
"integration-test:node": "dev-tool run test:node-ts-input -- --timeout 600000 \"test/internal/**/*.spec.ts\" \"test/public/**/*.spec.ts\"",
|
|
61
61
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
62
62
|
"lint:fix": "eslint README.md package.json api-extractor.json src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]",
|
|
63
63
|
"lint": "eslint README.md package.json api-extractor.json src test --ext .ts,.javascript,.js",
|
|
@@ -109,13 +109,13 @@
|
|
|
109
109
|
"@rollup/plugin-replace": "^5.0.2",
|
|
110
110
|
"@rollup/plugin-typescript": "^11.1.1",
|
|
111
111
|
"@types/chai": "^4.3.1",
|
|
112
|
-
"@types/mocha": "^
|
|
112
|
+
"@types/mocha": "^10.0.0",
|
|
113
113
|
"@types/node": "^14.0.0",
|
|
114
114
|
"chai": "^4.3.6",
|
|
115
115
|
"dotenv": "^16.0.0",
|
|
116
116
|
"downlevel-dts": "^0.10.0",
|
|
117
117
|
"eslint": "^8.16.0",
|
|
118
|
-
"esm": "^3.2.
|
|
118
|
+
"esm": "^3.2.18",
|
|
119
119
|
"karma": "^6.4.0",
|
|
120
120
|
"karma-chrome-launcher": "^3.1.1",
|
|
121
121
|
"karma-coverage": "^2.2.0",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"karma-mocha": "^2.0.1",
|
|
128
128
|
"karma-mocha-reporter": "^2.2.5",
|
|
129
129
|
"karma-sourcemap-loader": "^0.3.8",
|
|
130
|
-
"mocha": "^
|
|
130
|
+
"mocha": "^10.0.0",
|
|
131
131
|
"mocha-junit-reporter": "^2.0.2",
|
|
132
132
|
"nyc": "^15.1.0",
|
|
133
133
|
"prettier": "^2.5.1",
|