@azure-rest/arm-servicefabric 1.0.0-alpha.20240126.1 → 1.0.0-alpha.20240307.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 -5
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@azure-rest/arm-servicefabric",
|
|
3
3
|
"sdk-type": "client",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
|
-
"version": "1.0.0-alpha.
|
|
5
|
+
"version": "1.0.0-alpha.20240307.1",
|
|
6
6
|
"description": "",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"build:test": "tsc -p . && dev-tool run bundle",
|
|
49
49
|
"build:debug": "tsc -p . && dev-tool run bundle && api-extractor run --local",
|
|
50
50
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
51
|
-
"clean": "rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
51
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
52
52
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
53
53
|
"extract-api": "rimraf review && mkdirp ./review && api-extractor run --local",
|
|
54
54
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
@@ -85,13 +85,13 @@
|
|
|
85
85
|
"dotenv": "^16.0.0",
|
|
86
86
|
"eslint": "^8.0.0",
|
|
87
87
|
"mkdirp": "^1.0.4",
|
|
88
|
-
"rimraf": "^
|
|
88
|
+
"rimraf": "^5.0.5",
|
|
89
89
|
"source-map-support": "^0.5.9",
|
|
90
90
|
"typescript": "~5.3.3",
|
|
91
91
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
92
92
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
93
93
|
"@azure-tools/test-credential": "^1.0.0",
|
|
94
|
-
"@azure/identity": "^
|
|
94
|
+
"@azure/identity": "^4.0.1",
|
|
95
95
|
"@azure-tools/test-recorder": "^3.0.0",
|
|
96
96
|
"mocha": "^10.0.0",
|
|
97
97
|
"cross-env": "^7.0.2",
|
|
@@ -109,7 +109,8 @@
|
|
|
109
109
|
"karma": "^6.2.0",
|
|
110
110
|
"c8": "^8.0.0",
|
|
111
111
|
"ts-node": "^10.0.0",
|
|
112
|
-
"esm": "^3.2.18"
|
|
112
|
+
"esm": "^3.2.18",
|
|
113
|
+
"@types/mocha": "^10.0.0"
|
|
113
114
|
},
|
|
114
115
|
"browser": {
|
|
115
116
|
"./dist-esm/test/public/utils/env.js": "./dist-esm/test/public/utils/env.browser.js"
|