ziex 0.1.0-dev.562 → 0.1.0-dev.589

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.
Files changed (3) hide show
  1. package/README.md +3 -3
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -128,9 +128,9 @@ const zx = @import("zx");
128
128
  - [x] Command based plugin system
129
129
  - [ ] Source based plugin system
130
130
  - [ ] Context (configurable)
131
- - [ ] App
132
- - [ ] Layout
133
- - [ ] Page
131
+ - [x] App
132
+ - [x] Layout
133
+ - [x] Page
134
134
  - [x] Component
135
135
  - [x] `error.zx` for default and per-route error page
136
136
  - [x] `notfound.zx` for default and per-route error page
package/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  // src/index.ts
2
2
  var zx = {
3
3
  name: "zx",
4
- version: "0.1.0-dev.562",
4
+ version: "0.1.0-dev.589",
5
5
  description: "ZX is a framework for building web applications with Zig.",
6
6
  repository: "https://github.com/nurulhudaapon/zx",
7
7
  fingerprint: 14616285862371232000,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ziex",
3
- "version": "0.1.0-dev.562",
3
+ "version": "0.1.0-dev.589",
4
4
  "description": "ZX is a framework for building web applications with Zig.",
5
5
  "main": "index.js",
6
6
  "type": "module",