@azure/template-dpg 1.0.0-alpha.20250410.8 → 1.0.0-alpha.20250416.6

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/template-dpg",
3
- "version": "1.0.0-alpha.20250410.8",
3
+ "version": "1.0.0-alpha.20250416.6",
4
4
  "description": "Widget Service",
5
5
  "sdk-type": "client",
6
6
  "main": "./dist/commonjs/index.js",
@@ -81,7 +81,7 @@
81
81
  "lint": "eslint README.md package.json api-extractor.json src test",
82
82
  "lint:fix": "eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
83
83
  "pack": "npm pack 2>&1",
84
- "test": "npm run clean && dev-tool run build-package && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test",
84
+ "test": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run unit-test:browser && npm run integration-test",
85
85
  "test:browser": "npm run clean && npm run build && npm run integration-test:browser",
86
86
  "test:node": "npm run clean && dev-tool run build-package && npm run integration-test:node",
87
87
  "unit-test": "npm run unit-test:node && npm run unit-test:browser",