@azure/arm-notificationhubs 3.0.0-alpha.20250808.1 → 3.0.0-alpha.20250814.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 +1 -2
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"sdk-type": "mgmt",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "A generated SDK for NotificationHubsManagementClient.",
|
|
6
|
-
"version": "3.0.0-alpha.
|
|
6
|
+
"version": "3.0.0-alpha.20250814.2",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=20.0.0"
|
|
9
9
|
},
|
|
@@ -66,7 +66,6 @@
|
|
|
66
66
|
"lint": "dev-tool run vendored eslint package.json src test",
|
|
67
67
|
"lint:fix": "dev-tool run vendored eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
68
68
|
"pack": "npm pack 2>&1",
|
|
69
|
-
"prepack": "npm run build",
|
|
70
69
|
"test": "npm run test:node && npm run test:browser",
|
|
71
70
|
"test:browser": "echo skipped",
|
|
72
71
|
"test:node": "dev-tool run test:vitest",
|