@azure/arm-notificationhubs 3.0.0-alpha.20251010.1 → 3.0.0-alpha.20251013.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
|
@@ -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.20251013.1",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=20.0.0"
|
|
9
9
|
},
|
|
@@ -34,15 +34,20 @@
|
|
|
34
34
|
"@types/node": "^20.19.0",
|
|
35
35
|
"@vitest/browser": "^3.2.3",
|
|
36
36
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
37
|
+
"cross-env": "^7.0.3",
|
|
37
38
|
"dotenv": "^16.0.0",
|
|
39
|
+
"eslint": "^9.33.0",
|
|
38
40
|
"playwright": "^1.50.1",
|
|
41
|
+
"prettier": "^3.6.2",
|
|
42
|
+
"rimraf": "^6.0.1",
|
|
43
|
+
"tshy": "^3.0.0",
|
|
39
44
|
"typescript": "~5.9.3",
|
|
40
45
|
"vitest": "^3.2.3",
|
|
41
46
|
"@azure-tools/test-credential": "^2.1.2",
|
|
42
47
|
"@azure/dev-tool": "^1.0.0",
|
|
43
48
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
44
|
-
"@azure-tools/test-
|
|
45
|
-
"@azure-tools/test-
|
|
49
|
+
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
50
|
+
"@azure-tools/test-recorder": "^4.1.1"
|
|
46
51
|
},
|
|
47
52
|
"repository": "github:Azure/azure-sdk-for-js",
|
|
48
53
|
"bugs": {
|
|
@@ -117,13 +122,13 @@
|
|
|
117
122
|
"scripts": {
|
|
118
123
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
119
124
|
"build:samples": "tsc -p tsconfig.samples.json",
|
|
120
|
-
"check-format": "
|
|
121
|
-
"clean": "
|
|
125
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"samples-dev/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
126
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
122
127
|
"execute:samples": "echo skipped",
|
|
123
128
|
"extract-api": "dev-tool run extract-api",
|
|
124
|
-
"format": "
|
|
125
|
-
"lint": "
|
|
126
|
-
"lint:fix": "
|
|
129
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
130
|
+
"lint": "eslint package.json src test",
|
|
131
|
+
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
127
132
|
"pack": "pnpm pack 2>&1",
|
|
128
133
|
"test": "npm run test:node && npm run test:browser",
|
|
129
134
|
"test:browser": "echo skipped",
|