@callbag-recharge/callbag-recharge 0.2.0 → 0.3.0

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 +2 -2
package/README.md CHANGED
@@ -247,7 +247,7 @@ store.source(0, (type, data) => {
247
247
  ## Install
248
248
 
249
249
  ```bash
250
- npm install callbag-recharge
250
+ npm i @callbag-recharge/callbag-recharge
251
251
  ```
252
252
 
253
253
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@callbag-recharge/callbag-recharge",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be",
5
5
  "description": "Reactive state management with streaming operators, glitch-free diamond resolution, and an inspectable graph. 6 primitives, 60+ operators, framework-agnostic. Supports LLM token streaming, edge AI orchestration, durable workflows, and agentic memory.",
6
6
  "type": "module",
@@ -306,7 +306,7 @@
306
306
  "bugs": {
307
307
  "url": "https://github.com/Callbag-Recharge/callbag-recharge/issues"
308
308
  },
309
- "homepage": "https://github.com/Callbag-Recharge/callbag-recharge#readme",
309
+ "homepage": "https://callbag-recharge.github.io/callbag-recharge/",
310
310
  "license": "MIT",
311
311
  "devDependencies": {
312
312
  "@biomejs/biome": "2.4.6",