@cascivo/core 0.1.1 → 0.1.3

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
@@ -1,12 +1,22 @@
1
1
  <!-- generated by scripts/readme/generate.ts — edit readme.body.md, not this file -->
2
2
 
3
- # @cascivo/core
3
+ <div align="center">
4
+ <a href="https://cascivo.com"><img src="https://cascivo.com/favicon.svg" width="72" height="72" alt="cascivo logo"></a>
5
+ <h1>@cascivo/core</h1>
6
+ <p><strong>Micro-FSM and Preact Signals primitives powering every cascivo component</strong></p>
4
7
 
5
- > Micro-FSM and Preact Signals primitives powering every cascivo component
8
+ [![npm](https://img.shields.io/npm/v/%40cascivo%2Fcore?style=flat-square&color=0079bf)](https://www.npmjs.com/package/@cascivo/core)
9
+ [![downloads](https://img.shields.io/npm/dm/%40cascivo%2Fcore?style=flat-square&color=0079bf)](https://www.npmjs.com/package/@cascivo/core)
10
+ [![license](https://img.shields.io/npm/l/%40cascivo%2Fcore?style=flat-square&color=0079bf)](https://github.com/cascivo/cascivo/blob/main/LICENSE)
11
+ ![types](https://img.shields.io/badge/types-included-0079bf?style=flat-square&logo=typescript&logoColor=white)
6
12
 
7
- [cascivo.com](https://cascivo.com) · [Docs](https://docs.cascivo.com) · [Storybook](https://storybook.cascivo.com) · [GitHub](https://github.com/urbanisierung/cascivo)
13
+ [npm](https://www.npmjs.com/package/@cascivo/core) · [cascivo.com](https://cascivo.com) · [Docs](https://docs.cascivo.com) · [Storybook](https://storybook.cascivo.com) · [GitHub](https://github.com/cascivo/cascivo)
8
14
 
9
- Core runtime for cascade — micro-FSM engine, Preact Signals integration (`useSignal`, `useComputed`, `useSignalEffect`, `useSignals`), and base utilities shared across all components.
15
+ </div>
16
+
17
+ ---
18
+
19
+ Core runtime for cascivo — micro-FSM engine, Preact Signals integration (`useSignal`, `useComputed`, `useSignalEffect`, `useSignals`), and base utilities shared across all components.
10
20
 
11
21
  ## Interaction hooks
12
22
 
@@ -52,4 +62,6 @@ pnpm add @cascivo/core
52
62
 
53
63
  ---
54
64
 
55
- [cascivo.com](https://cascivo.com) · [Docs](https://docs.cascivo.com) · [Storybook](https://storybook.cascivo.com) · [GitHub](https://github.com/urbanisierung/cascivo) · AI agents: use [`@cascivo/mcp`](https://github.com/urbanisierung/cascivo/tree/main/packages/mcp) and [`registry.json`](https://github.com/urbanisierung/cascivo/blob/main/registry.json) · MIT
65
+ [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
66
+
67
+ <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/core",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "private": false,
5
5
  "description": "Micro-FSM and Preact Signals primitives powering every cascivo component",
6
6
  "keywords": [
@@ -12,13 +12,13 @@
12
12
  "react",
13
13
  "signals"
14
14
  ],
15
- "homepage": "https://github.com/urbanisierung/cascivo/tree/main/packages/core#readme",
16
- "bugs": "https://github.com/urbanisierung/cascivo/issues",
15
+ "homepage": "https://github.com/cascivo/cascivo/tree/main/packages/core#readme",
16
+ "bugs": "https://github.com/cascivo/cascivo/issues",
17
17
  "license": "MIT",
18
18
  "author": "urbanisierung",
19
19
  "repository": {
20
20
  "type": "git",
21
- "url": "git+https://github.com/urbanisierung/cascivo.git",
21
+ "url": "git+https://github.com/cascivo/cascivo.git",
22
22
  "directory": "packages/core"
23
23
  },
24
24
  "files": [
package/readme.body.md CHANGED
@@ -1,4 +1,4 @@
1
- Core runtime for cascade — micro-FSM engine, Preact Signals integration (`useSignal`, `useComputed`, `useSignalEffect`, `useSignals`), and base utilities shared across all components.
1
+ Core runtime for cascivo — micro-FSM engine, Preact Signals integration (`useSignal`, `useComputed`, `useSignalEffect`, `useSignals`), and base utilities shared across all components.
2
2
 
3
3
  ## Interaction hooks
4
4