@yahoo/uds 3.115.0 → 3.115.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.
@@ -210,6 +210,7 @@ var package_default = {
210
210
  "dev:purgeCSSData": "bun run ./scripts/generatePurgeCSSData.ts --watch",
211
211
  "dev:ts": "tsdown --watch",
212
212
  "format:pkg": "bun --cwd ../../ syncpack format",
213
+ "generate:componentData": "bun run ./src/cli/runner.ts generateComponentData",
213
214
  "lint": "eslint -c eslint.config.mjs .",
214
215
  "lint:fix": "bun run lint --fix",
215
216
  "lint:pkg": "bun publint",
@@ -209,6 +209,7 @@ var package_default = {
209
209
  "dev:purgeCSSData": "bun run ./scripts/generatePurgeCSSData.ts --watch",
210
210
  "dev:ts": "tsdown --watch",
211
211
  "format:pkg": "bun --cwd ../../ syncpack format",
212
+ "generate:componentData": "bun run ./src/cli/runner.ts generateComponentData",
212
213
  "lint": "eslint -c eslint.config.mjs .",
213
214
  "lint:fix": "bun run lint --fix",
214
215
  "lint:pkg": "bun publint",