@zessjs/compiler 1.0.3 → 1.0.5

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 CHANGED
@@ -425,7 +425,7 @@ const withRefs = [
425
425
 
426
426
  The Zess JSX compiler is compatible with:
427
427
 
428
- - Node.js >=18.0.0
428
+ - Node.js >=18.12.0
429
429
  - Modern browsers (Chrome, Firefox, Safari, Edge)
430
430
 
431
431
  ## 📝 License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zessjs/compiler",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "Zess JSX compiler 💥 Delivers efficient code conversion for super - responsive web experiences.",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -42,7 +42,7 @@
42
42
  "source-map": "^0.7.6"
43
43
  },
44
44
  "engines": {
45
- "node": ">=18.0.0"
45
+ "node": ">=18.12.0"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "tsdown",