@azure-rest/arm-servicefabric 1.0.0-alpha.20250121.1 → 1.0.0-alpha.20250123.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 +6 -6
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@azure-rest/arm-servicefabric",
|
|
3
3
|
"sdk-type": "mgmt",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
|
-
"version": "1.0.0-alpha.
|
|
5
|
+
"version": "1.0.0-alpha.20250123.1",
|
|
6
6
|
"description": "",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"node": ">=18.0.0"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
|
-
"build": "npm run clean && dev-tool run build-package && dev-tool run
|
|
41
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
42
42
|
"build:browser": "dev-tool run build-package && dev-tool run bundle",
|
|
43
43
|
"build:debug": "dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api",
|
|
44
44
|
"build:node": "dev-tool run build-package && dev-tool run bundle --browser-test false",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
48
48
|
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
49
49
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
50
|
-
"extract-api": "dev-tool run vendored rimraf review && dev-tool run
|
|
50
|
+
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
51
51
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
52
52
|
"generate:client": "autorest --typescript swagger/README.md && npm run format",
|
|
53
53
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
@@ -84,14 +84,14 @@
|
|
|
84
84
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
85
85
|
"@azure/identity": "^4.0.1",
|
|
86
86
|
"@types/node": "^18.0.0",
|
|
87
|
-
"@vitest/browser": "^
|
|
88
|
-
"@vitest/coverage-istanbul": "^
|
|
87
|
+
"@vitest/browser": "^3.0.3",
|
|
88
|
+
"@vitest/coverage-istanbul": "^3.0.3",
|
|
89
89
|
"autorest": "latest",
|
|
90
90
|
"dotenv": "^16.0.0",
|
|
91
91
|
"eslint": "^9.9.0",
|
|
92
92
|
"playwright": "^1.49.1",
|
|
93
93
|
"typescript": "~5.7.2",
|
|
94
|
-
"vitest": "^
|
|
94
|
+
"vitest": "^3.0.3"
|
|
95
95
|
},
|
|
96
96
|
"browser": "./dist/browser/index.js",
|
|
97
97
|
"//sampleConfiguration": {
|