@csszyx/dynamic 0.6.0 → 0.7.0

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": "@csszyx/dynamic",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "description": "Runtime CSS injection engine for @csszyx — injects only CSS not already in the pre-built stylesheet",
5
5
  "type": "module",
6
6
  "exports": {
@@ -23,7 +23,7 @@
23
23
  ],
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
- "@csszyx/compiler": "0.6.0"
26
+ "@csszyx/compiler": "0.7.0"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "react": ">=18.0.0"
@@ -1,24 +0,0 @@
1
-
2
- > @csszyx/dynamic@0.4.0 test /Users/tiennguyen/Projects/csszyx/packages/dynamic
3
- > vitest run
4
-
5
-
6
-  RUN  v1.6.1 /Users/tiennguyen/Projects/csszyx/packages/dynamic
7
-
8
- [?25l · tests/manifest.test.ts (12)
9
- · tests/react.test.ts (14)
10
- [?25l ✓ tests/manifest.test.ts (12)
11
- ✓ tests/react.test.ts (14)
12
- ✓ tests/injector.test.ts (23)
13
- · tests/css-generator.test.ts (65)
14
-  ✓ tests/manifest.test.ts (12)
15
- ✓ tests/react.test.ts (14)
16
- ✓ tests/injector.test.ts (23)
17
- ✓ tests/css-generator.test.ts (65)
18
-
19
-  Test Files  4 passed (4)
20
-  Tests  114 passed (114)
21
-  Start at  22:00:06
22
-  Duration  328ms (transform 130ms, setup 0ms, collect 287ms, tests 38ms, environment 0ms, prepare 323ms)
23
-
24
- [?25h[?25h
@@ -1,5 +0,0 @@
1
- ../.. |  WARN  Unsupported engine: wanted: {"node":">=22.12.0"} (current: {"node":"v20.20.0","pnpm":"10.32.1"})
2
-
3
- > @csszyx/dynamic@0.3.1 type-check /workspaces/csszyx/packages/dynamic
4
- > tsc --noEmit
5
-