dinou 1.0.3 → 1.0.4

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -213,7 +213,7 @@ dinou main features are:
213
213
 
214
214
  "use client";
215
215
 
216
- import Suspense from "react-enhanced-suspense";
216
+ import { Suspense } from "react";
217
217
  import { getPost } from "./get-post";
218
218
  import Post from "./post";
219
219
  import type { PostType } from "./post";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dinou",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Minimal React 19 Framework",
5
5
  "main": "index.js",
6
6
  "bin": {