@cascivo/storage 0.1.12 → 0.1.14

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 +2 -2
  2. package/package.json +5 -4
package/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
  [![license](https://img.shields.io/npm/l/%40cascivo%2Fstorage?style=flat-square&color=0079bf)](https://github.com/cascivo/cascivo/blob/main/LICENSE)
11
11
  ![types](https://img.shields.io/badge/types-included-0079bf?style=flat-square&logo=typescript&logoColor=white)
12
12
 
13
- [npm](https://www.npmjs.com/package/@cascivo/storage) · [cascivo.com](https://cascivo.com) · [Docs](https://docs.cascivo.com) · [Storybook](https://storybook.cascivo.com) · [GitHub](https://github.com/cascivo/cascivo)
13
+ [npm](https://www.npmjs.com/package/@cascivo/storage) · [cascivo.com](https://cascivo.com) · [Docs](https://cascivo.com/docs) · [Storybook](https://storybook.cascivo.com) · [GitHub](https://github.com/cascivo/cascivo)
14
14
 
15
15
  </div>
16
16
 
@@ -69,6 +69,6 @@ pnpm add @cascivo/storage
69
69
 
70
70
  ---
71
71
 
72
- [cascivo.com](https://cascivo.com) · [Docs](https://docs.cascivo.com) · [Storybook](https://storybook.cascivo.com) · [GitHub](https://github.com/cascivo/cascivo) · AI agents: use [`@cascivo/mcp`](https://github.com/cascivo/cascivo/tree/main/packages/mcp) and [`registry.json`](https://github.com/cascivo/cascivo/blob/main/registry.json) · MIT
72
+ [cascivo.com](https://cascivo.com) · [Docs](https://cascivo.com/docs) · [Storybook](https://storybook.cascivo.com) · [GitHub](https://github.com/cascivo/cascivo) · AI agents: read [`llms.txt`](https://cascivo.com/llms.txt) (install steps + component index, plain text) or use [`@cascivo/mcp`](https://github.com/cascivo/cascivo/tree/main/packages/mcp) and [`registry.json`](https://github.com/cascivo/cascivo/blob/main/registry.json) · MIT
73
73
 
74
74
  <div align="center"><a href="https://cascivo.com"><img src="https://cascivo.com/favicon.svg" width="28" height="28" alt="cascivo"></a></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cascivo/storage",
3
- "version": "0.1.12",
3
+ "version": "0.1.14",
4
4
  "private": false,
5
5
  "description": "Persisted signals over localStorage/IndexedDB for cascivo — SSR-safe",
6
6
  "keywords": [
@@ -28,9 +28,10 @@
28
28
  "type": "module",
29
29
  "types": "./dist/index.d.mts",
30
30
  "exports": {
31
+ "./package.json": "./package.json",
31
32
  ".": {
32
- "import": "./dist/index.mjs",
33
33
  "types": "./dist/index.d.mts",
34
+ "import": "./dist/index.mjs",
34
35
  "default": "./dist/index.mjs"
35
36
  }
36
37
  },
@@ -39,7 +40,7 @@
39
40
  "provenance": true
40
41
  },
41
42
  "dependencies": {
42
- "@cascivo/core": "^0.4.0"
43
+ "@cascivo/core": "^0.5.0"
43
44
  },
44
45
  "devDependencies": {
45
46
  "@preact/signals-react": "^3",
@@ -48,7 +49,7 @@
48
49
  "vite-plus": "^0.2.1"
49
50
  },
50
51
  "peerDependencies": {
51
- "@preact/signals-react": ">=2.0.0"
52
+ "@preact/signals-react": ">=3.0.0"
52
53
  },
53
54
  "scripts": {
54
55
  "build": "vp pack",