@azure/arm-sitemanager 1.0.0-alpha.20251013.1 → 1.0.0-alpha.20251015.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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.53.1"
8
+ "packageVersion": "7.52.13"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/arm-sitemanager",
3
- "version": "1.0.0-alpha.20251013.1",
3
+ "version": "1.0.0-alpha.20251015.1",
4
4
  "description": "A generated SDK for EdgeClient.",
5
5
  "engines": {
6
6
  "node": ">=20.0.0"
@@ -63,48 +63,34 @@
63
63
  ]
64
64
  },
65
65
  "dependencies": {
66
- "@azure/core-util": "^1.12.0",
67
66
  "@azure-rest/core-client": "^2.3.1",
68
67
  "@azure/abort-controller": "^2.1.2",
69
68
  "@azure/core-auth": "^1.9.0",
70
69
  "@azure/core-lro": "^3.1.0",
71
70
  "@azure/core-rest-pipeline": "^1.20.0",
71
+ "@azure/core-util": "^1.12.0",
72
72
  "@azure/logger": "^1.2.0",
73
73
  "tslib": "^2.8.1"
74
74
  },
75
75
  "devDependencies": {
76
- "@azure-tools/test-credential": "workspace:^",
77
- "@azure-tools/test-recorder": "workspace:^",
78
- "@azure-tools/test-utils-vitest": "workspace:^",
79
- "@azure/dev-tool": "workspace:^",
80
- "@azure/eslint-plugin-azure-sdk": "workspace:^",
81
- "@azure/identity": "catalog:internal",
82
- "@types/node": "catalog:",
83
- "@vitest/browser": "catalog:testing",
84
- "@vitest/coverage-istanbul": "catalog:testing",
85
- "dotenv": "catalog:testing",
86
- "eslint": "catalog:",
87
- "playwright": "catalog:testing",
88
- "typescript": "catalog:",
89
- "vitest": "catalog:testing"
90
- },
91
- "scripts": {
92
- "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
93
- "extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
94
- "pack": "npm pack 2>&1",
95
- "lint": "echo skipped",
96
- "lint:fix": "echo skipped",
97
- "build:samples": "tsc -p tsconfig.samples.json",
98
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
99
- "execute:samples": "dev-tool samples run samples-dev",
100
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
101
- "generate:client": "echo skipped",
102
- "test:browser": "dev-tool run build-test && dev-tool run test:vitest --browser",
103
- "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
104
- "test:node": "dev-tool run test:vitest",
105
- "test:node:esm": "dev-tool run test:vitest --esm",
106
- "test": "npm run test:node && npm run test:browser",
107
- "update-snippets": "dev-tool run update-snippets"
76
+ "@azure/identity": "4.11.1",
77
+ "@types/node": "^20.19.0",
78
+ "@vitest/browser": "^3.2.3",
79
+ "@vitest/coverage-istanbul": "^3.2.3",
80
+ "cross-env": "^7.0.3",
81
+ "dotenv": "^16.0.0",
82
+ "eslint": "^9.33.0",
83
+ "playwright": "^1.50.1",
84
+ "prettier": "^3.6.2",
85
+ "rimraf": "^6.0.1",
86
+ "tshy": "^3.0.0",
87
+ "typescript": "~5.9.3",
88
+ "vitest": "^3.2.3",
89
+ "@azure-tools/test-credential": "^2.1.2",
90
+ "@azure/dev-tool": "^1.0.0",
91
+ "@azure-tools/test-utils-vitest": "^2.0.1",
92
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
93
+ "@azure-tools/test-recorder": "^4.1.1"
108
94
  },
109
95
  "//sampleConfiguration": {
110
96
  "productName": "@azure/arm-sitemanager",
@@ -227,5 +213,23 @@
227
213
  },
228
214
  "main": "./dist/commonjs/index.js",
229
215
  "types": "./dist/commonjs/index.d.ts",
230
- "module": "./dist/esm/index.js"
231
- }
216
+ "module": "./dist/esm/index.js",
217
+ "scripts": {
218
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
219
+ "build:samples": "tsc -p tsconfig.samples.json",
220
+ "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
221
+ "clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
222
+ "execute:samples": "dev-tool samples run samples-dev",
223
+ "extract-api": "rimraf review && dev-tool run extract-api",
224
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
225
+ "generate:client": "echo skipped",
226
+ "lint": "echo skipped",
227
+ "lint:fix": "echo skipped",
228
+ "pack": "pnpm pack 2>&1",
229
+ "test": "npm run test:node && npm run test:browser",
230
+ "test:browser": "dev-tool run build-test && dev-tool run test:vitest --browser",
231
+ "test:node": "dev-tool run test:vitest",
232
+ "test:node:esm": "dev-tool run test:vitest --esm",
233
+ "update-snippets": "dev-tool run update-snippets"
234
+ }
235
+ }