tailwind-styled-v4 5.0.7 → 5.0.8

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,6 +1,6 @@
1
1
  {
2
2
  "name": "tailwind-styled-v4",
3
- "version": "5.0.7",
3
+ "version": "5.0.8",
4
4
  "packageManager": "npm@11.11.1",
5
5
  "engines": {
6
6
  "node": ">=20"
@@ -230,7 +230,7 @@
230
230
  "validate:canary:ci": "node scripts/validate-canary.mjs shared compiler engine scanner core",
231
231
  "generate:schemas:check": "npx tsx scripts/generate-json-schemas.ts && git diff --exit-code packages/domain/shared/src/generated/ || (echo \"Generated schemas differ \u2014 run npm run generate:schemas and commit\" && exit 1)",
232
232
  "test:smoke:fallback": "TWS_DISABLE_NATIVE=1 node --test tests/smoke/*.test.mjs",
233
- "example:build": "cd examples/next-js-app && npm install --ignore-scripts && npx next build --webpack",
233
+ "example:build": "cd examples/next-js-app && npm install --ignore-scripts && npx next build --turbopack",
234
234
  "example:dev": "cd examples/next-js-app && npm install --ignore-scripts && npx next dev",
235
235
  "example:typecheck": "cd examples/next-js-app && npx tsc --noEmit",
236
236
  "wave4:schema-drift": "npx tsx scripts/generate-json-schemas.ts --check 2>/dev/null || echo 'Schema drift check: schemas may need regeneration'"
@@ -278,4 +278,4 @@
278
278
  "@clack/prompts": "^1.1.0",
279
279
  "ts-pattern": "^5.9.0"
280
280
  }
281
- }
281
+ }