@toonstrip/next 0.1.1 → 0.1.2

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toonstrip/next",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "[DEPRECATED] @toonstrip/react's <ComicStrip> now carries its own 'use client' directive and @toonstrip/cli exports renderPlaceholder directly — import from those instead. See docs/next.md for the migration.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -24,8 +24,8 @@
24
24
  "react-dom": "^18.0.0 || ^19.0.0"
25
25
  },
26
26
  "dependencies": {
27
- "@toonstrip/cli": "0.2.3",
28
- "@toonstrip/react": "0.1.2"
27
+ "@toonstrip/cli": "0.2.4",
28
+ "@toonstrip/react": "0.1.3"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/react": "^18.3.12",