@azure/notification-hubs 2.0.1-alpha.20250822.2 → 2.0.1-alpha.20250826.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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/notification-hubs",
|
|
3
|
-
"version": "2.0.1-alpha.
|
|
3
|
+
"version": "2.0.1-alpha.20250826.1",
|
|
4
4
|
"description": "Azure Notification Hubs SDK for JavaScript",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"main": "./dist/commonjs/index.js",
|
|
@@ -57,9 +57,9 @@
|
|
|
57
57
|
"playwright": "^1.50.1",
|
|
58
58
|
"typescript": "~5.8.3",
|
|
59
59
|
"vitest": "^3.2.3",
|
|
60
|
-
"@azure-tools/test-recorder": "^4.1.
|
|
61
|
-
"@azure/
|
|
62
|
-
"@azure/
|
|
60
|
+
"@azure-tools/test-recorder": "^4.1.1",
|
|
61
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
62
|
+
"@azure/dev-tool": "^1.0.0"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@azure-rest/core-client": "^2.3.3",
|
|
@@ -162,8 +162,7 @@
|
|
|
162
162
|
"pack": "pnpm pack 2>&1",
|
|
163
163
|
"test": "npm run test:node && npm run test:browser",
|
|
164
164
|
"test:browser": "dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
165
|
-
"test:node": "dev-tool run test:vitest",
|
|
166
|
-
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
165
|
+
"test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
|
|
167
166
|
"update-snippets": "dev-tool run update-snippets"
|
|
168
167
|
}
|
|
169
168
|
}
|