@azure/arm-network 34.1.0-alpha.20251105.1 → 34.1.0-alpha.20251107.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 +23 -23
package/package.json
CHANGED
|
@@ -3,16 +3,16 @@
|
|
|
3
3
|
"sdk-type": "mgmt",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "A generated SDK for NetworkManagementClient.",
|
|
6
|
-
"version": "34.1.0-alpha.
|
|
6
|
+
"version": "34.1.0-alpha.20251107.1",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=20.0.0"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@azure/core-lro": "^2.5.4",
|
|
12
11
|
"@azure/abort-controller": ">=2.1.3-alpha <2.1.3-alphb",
|
|
13
|
-
"@azure/core-paging": ">=1.6.3-alpha <1.6.3-alphb",
|
|
14
|
-
"@azure/core-client": ">=1.10.2-alpha <1.10.2-alphb",
|
|
15
12
|
"@azure/core-auth": ">=1.10.2-alpha <1.10.2-alphb",
|
|
13
|
+
"@azure/core-client": ">=1.10.2-alpha <1.10.2-alphb",
|
|
14
|
+
"@azure/core-lro": "^2.5.4",
|
|
15
|
+
"@azure/core-paging": ">=1.6.3-alpha <1.6.3-alphb",
|
|
16
16
|
"@azure/core-rest-pipeline": ">=1.22.2-alpha <1.22.2-alphb",
|
|
17
17
|
"tslib": "^2.8.1"
|
|
18
18
|
},
|
|
@@ -30,24 +30,24 @@
|
|
|
30
30
|
"types": "./dist/commonjs/index.d.ts",
|
|
31
31
|
"type": "module",
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
33
|
+
"@azure/identity": "4.11.1",
|
|
34
|
+
"@types/node": "^20.19.0",
|
|
35
|
+
"@vitest/browser-playwright": "^4.0.0",
|
|
36
|
+
"@vitest/coverage-istanbul": "^4.0.6",
|
|
36
37
|
"cross-env": "^7.0.3",
|
|
38
|
+
"dotenv": "^16.0.0",
|
|
37
39
|
"eslint": "^9.33.0",
|
|
40
|
+
"playwright": "^1.50.1",
|
|
38
41
|
"prettier": "^3.6.2",
|
|
42
|
+
"rimraf": "^6.0.1",
|
|
39
43
|
"tshy": "^3.0.0",
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"@vitest/browser": "^3.2.3",
|
|
43
|
-
"@vitest/coverage-istanbul": "^3.2.3",
|
|
44
|
-
"playwright": "^1.50.1",
|
|
45
|
-
"vitest": "^3.2.3",
|
|
46
|
-
"@azure/dev-tool": "1.0.0",
|
|
47
|
-
"@azure-tools/test-recorder": "4.1.1",
|
|
44
|
+
"typescript": "~5.9.3",
|
|
45
|
+
"vitest": "^4.0.6",
|
|
48
46
|
"@azure-tools/test-credential": "2.1.2",
|
|
49
47
|
"@azure-tools/test-utils-vitest": "2.0.1",
|
|
50
|
-
"@azure/
|
|
48
|
+
"@azure/dev-tool": "1.0.0",
|
|
49
|
+
"@azure-tools/test-recorder": "4.1.1",
|
|
50
|
+
"@azure/logger": "1.3.1-alpha.20251107.1"
|
|
51
51
|
},
|
|
52
52
|
"repository": "github:Azure/azure-sdk-for-js",
|
|
53
53
|
"bugs": {
|
|
@@ -118,18 +118,18 @@
|
|
|
118
118
|
},
|
|
119
119
|
"scripts": {
|
|
120
120
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
121
|
-
"pack": "pnpm pack 2>&1",
|
|
122
|
-
"extract-api": "dev-tool run extract-api",
|
|
123
|
-
"lint": "echo skipped",
|
|
124
|
-
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
125
121
|
"build:samples": "echo skipped.",
|
|
126
122
|
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
|
|
123
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
127
124
|
"execute:samples": "echo skipped",
|
|
125
|
+
"extract-api": "dev-tool run extract-api",
|
|
128
126
|
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
|
|
127
|
+
"lint": "echo skipped",
|
|
128
|
+
"pack": "pnpm pack 2>&1",
|
|
129
129
|
"test": "npm run test:node && npm run test:browser",
|
|
130
|
-
"test:node": "dev-tool run test:vitest",
|
|
131
130
|
"test:browser": "echo skipped",
|
|
132
|
-
"
|
|
133
|
-
"test:node:esm": "dev-tool run test:vitest --esm"
|
|
131
|
+
"test:node": "dev-tool run test:vitest",
|
|
132
|
+
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
133
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
134
134
|
}
|
|
135
135
|
}
|