@csszyx/runtime 0.2.0 → 0.3.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.
- package/README.md +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @csszyx/runtime
|
|
2
2
|
|
|
3
|
-
Runtime package for
|
|
3
|
+
Runtime package for CSSzyx - provides zero-allocation className helpers, recovery token verification, and hydration guards.
|
|
4
4
|
|
|
5
5
|
## Features
|
|
6
6
|
|
|
@@ -222,7 +222,7 @@ Gets the count of aborted subtrees.
|
|
|
222
222
|
|
|
223
223
|
#### `initRuntime(config?): void`
|
|
224
224
|
|
|
225
|
-
Initializes the
|
|
225
|
+
Initializes the CSSzyx runtime with optional configuration.
|
|
226
226
|
|
|
227
227
|
#### `getRuntimeConfig(): RuntimeConfig`
|
|
228
228
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@csszyx/runtime",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "Runtime helpers and hydration guards for csszyx",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"csszyx",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"dist"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@csszyx/compiler": "0.
|
|
43
|
-
"@csszyx/core": "0.
|
|
42
|
+
"@csszyx/compiler": "0.3.1",
|
|
43
|
+
"@csszyx/core": "0.3.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/node": "^20.11.0",
|