@yahoo/uds 3.115.1 → 3.115.3

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.
@@ -207,7 +207,6 @@ var package_default = {
207
207
  "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist && rm -rf .coverage",
208
208
  "dev": "concurrently bun:dev:*",
209
209
  "dev:fixtures": "bun run ./scripts/buildFixtures.ts --watch",
210
- "dev:purgeCSSData": "bun run ./scripts/generatePurgeCSSData.ts --watch",
211
210
  "dev:ts": "tsdown --watch",
212
211
  "format:pkg": "bun --cwd ../../ syncpack format",
213
212
  "generate:componentData": "bun run ./src/cli/runner.ts generateComponentData",
@@ -206,7 +206,6 @@ var package_default = {
206
206
  "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist && rm -rf .coverage",
207
207
  "dev": "concurrently bun:dev:*",
208
208
  "dev:fixtures": "bun run ./scripts/buildFixtures.ts --watch",
209
- "dev:purgeCSSData": "bun run ./scripts/generatePurgeCSSData.ts --watch",
210
209
  "dev:ts": "tsdown --watch",
211
210
  "format:pkg": "bun --cwd ../../ syncpack format",
212
211
  "generate:componentData": "bun run ./src/cli/runner.ts generateComponentData",