@azure/template-dpg 1.0.0-alpha.20250804.9 → 1.0.0-alpha.20250826.9

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.52.10"
8
+ "packageVersion": "7.52.11"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/template-dpg",
3
- "version": "1.0.0-alpha.20250804.9",
3
+ "version": "1.0.0-alpha.20250826.9",
4
4
  "description": "Widget Service",
5
5
  "sdk-type": "client",
6
6
  "main": "./dist/commonjs/index.js",
@@ -65,24 +65,6 @@
65
65
  },
66
66
  "//metadata": {},
67
67
  "types": "./dist/commonjs/index.d.ts",
68
- "scripts": {
69
- "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
70
- "build:samples": "echo Obsolete",
71
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
72
- "clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
73
- "customize": "dev-tool customization apply -s sources/generated/src -c sources/customizations/src && npm run format",
74
- "execute:samples": "dev-tool samples run samples-dev",
75
- "extract-api": "dev-tool run build-package && dev-tool run extract-api",
76
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"sources/customizations/**/*.ts\" \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
77
- "lint": "eslint package.json src test",
78
- "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
79
- "pack": "npm pack 2>&1",
80
- "test": "npm run test:node && npm run test:browser",
81
- "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
82
- "test:node": "dev-tool run test:vitest",
83
- "test:node:esm": "dev-tool run test:vitest --esm",
84
- "update-snippets": "dev-tool run update-snippets"
85
- },
86
68
  "files": [
87
69
  "dist/",
88
70
  "README.md",
@@ -106,19 +88,19 @@
106
88
  "sideEffects": false,
107
89
  "prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
108
90
  "devDependencies": {
109
- "@azure-tools/test-credential": "^2.0.0",
110
- "@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
111
- "@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
112
- "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
113
- "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
114
- "@types/node": "^20.0.0",
115
- "@vitest/browser": "^3.0.9",
116
- "@vitest/coverage-istanbul": "^3.0.9",
91
+ "@types/node": "^20.19.0",
92
+ "@vitest/browser": "^3.2.3",
93
+ "@vitest/coverage-istanbul": "^3.2.3",
117
94
  "dotenv": "^16.0.0",
118
- "eslint": "^9.9.0",
95
+ "eslint": "^9.33.0",
119
96
  "playwright": "^1.50.1",
120
- "typescript": "~5.8.2",
121
- "vitest": "^3.0.9"
97
+ "typescript": "~5.8.3",
98
+ "vitest": "^3.2.3",
99
+ "@azure-tools/test-credential": "^2.1.2",
100
+ "@azure-tools/test-utils-vitest": "^2.0.1",
101
+ "@azure-tools/test-recorder": "^4.1.1",
102
+ "@azure/dev-tool": "^1.0.0",
103
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0"
122
104
  },
123
105
  "dependencies": {
124
106
  "@azure-rest/core-client": "^2.3.1",
@@ -147,5 +129,22 @@
147
129
  "selfLink": false
148
130
  },
149
131
  "browser": "./dist/browser/index.js",
150
- "react-native": "./dist/react-native/index.js"
151
- }
132
+ "react-native": "./dist/react-native/index.js",
133
+ "scripts": {
134
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
135
+ "build:samples": "tsc -p tsconfig.samples.json",
136
+ "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
137
+ "clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
138
+ "customize": "dev-tool customization apply -s sources/generated/src -c sources/customizations/src && npm run format",
139
+ "execute:samples": "dev-tool samples run samples-dev",
140
+ "extract-api": "dev-tool run build-package && dev-tool run extract-api",
141
+ "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"sources/customizations/**/*.ts\" \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
142
+ "lint": "eslint package.json src test",
143
+ "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
144
+ "pack": "pnpm pack 2>&1",
145
+ "test": "npm run test:node && npm run test:browser",
146
+ "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
147
+ "test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
148
+ "update-snippets": "dev-tool run update-snippets"
149
+ }
150
+ }