@azure-rest/arm-appservice 1.0.0-alpha.20250820.1 → 1.0.0-alpha.20250822.2

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.
Files changed (1) hide show
  1. package/package.json +32 -33
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@azure-rest/arm-appservice",
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
- "version": "1.0.0-alpha.20250820.1",
5
+ "version": "1.0.0-alpha.20250822.2",
6
6
  "description": "",
7
7
  "keywords": [
8
8
  "node",
@@ -39,24 +39,6 @@
39
39
  "engines": {
40
40
  "node": ">=20.0.0"
41
41
  },
42
- "scripts": {
43
- "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
44
- "build:samples": "echo skipped.",
45
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
46
- "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
47
- "execute:samples": "echo skipped",
48
- "extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
49
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
50
- "generate:client": "autorest --typescript swagger/README.md && npm run format",
51
- "lint": "eslint package.json src test",
52
- "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
53
- "pack": "npm pack 2>&1",
54
- "test": "npm run test:node && npm run test:browser",
55
- "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
56
- "test:node": "dev-tool run test:vitest",
57
- "test:node:esm": "dev-tool run test:vitest --esm",
58
- "update-snippets": "dev-tool run update-snippets"
59
- },
60
42
  "sideEffects": false,
61
43
  "autoPublish": false,
62
44
  "dependencies": {
@@ -69,21 +51,21 @@
69
51
  "tslib": "^2.8.1"
70
52
  },
71
53
  "devDependencies": {
72
- "@azure-tools/test-credential": "^2.0.0",
73
- "@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
74
- "@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
75
- "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
76
- "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
77
- "@azure/identity": "^4.5.0",
78
- "@types/node": "^20.0.0",
79
- "@vitest/browser": "^3.0.9",
80
- "@vitest/coverage-istanbul": "^3.0.9",
54
+ "@azure/identity": "4.11.1",
55
+ "@types/node": "^20.19.0",
56
+ "@vitest/browser": "^3.2.3",
57
+ "@vitest/coverage-istanbul": "^3.2.3",
81
58
  "autorest": "latest",
82
59
  "dotenv": "^16.0.0",
83
- "eslint": "^9.9.0",
84
- "playwright": "^1.49.1",
85
- "typescript": "~5.8.2",
86
- "vitest": "^3.0.9"
60
+ "eslint": "^9.33.0",
61
+ "playwright": "^1.50.1",
62
+ "typescript": "~5.8.3",
63
+ "vitest": "^3.2.3",
64
+ "@azure-tools/test-credential": "^2.1.1",
65
+ "@azure-tools/test-recorder": "^4.1.0",
66
+ "@azure-tools/test-utils-vitest": "^2.0.0",
67
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
68
+ "@azure/dev-tool": "^1.0.0"
87
69
  },
88
70
  "browser": "./dist/browser/index.js",
89
71
  "//sampleConfiguration": {
@@ -132,5 +114,22 @@
132
114
  "default": "./dist/commonjs/index.js"
133
115
  }
134
116
  }
117
+ },
118
+ "scripts": {
119
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
120
+ "build:samples": "tsc -p tsconfig.samples.json",
121
+ "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
122
+ "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
123
+ "execute:samples": "echo skipped",
124
+ "extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
125
+ "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
126
+ "generate:client": "autorest --typescript swagger/README.md && npm run format",
127
+ "lint": "eslint package.json src test",
128
+ "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
129
+ "pack": "pnpm pack 2>&1",
130
+ "test": "npm run test:node && npm run test:browser",
131
+ "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
132
+ "test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
133
+ "update-snippets": "dev-tool run update-snippets"
135
134
  }
136
- }
135
+ }