@yahoo/uds 3.115.0 → 3.115.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@yahoo/uds",
3
3
  "description": "Yahoo Universal System",
4
- "version": "3.115.0",
4
+ "version": "3.115.2",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",
@@ -209,6 +209,7 @@
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",