@feedlog-ai/react 0.0.47 → 0.0.48

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.
@@ -46,5 +46,5 @@ In the **Next.js App Router**, any file that imports `@feedlog-ai/react` for int
46
46
  ## See also
47
47
 
48
48
  - [README](./README.md) — SSR (`withFeedlogSSR`, `feedlogSSR`), TanStack Start, limitations
49
- - [Build Your Own Feedlog hub](../../docs/BUILD_YOUR_OWN_FEEDLOG.md)
49
+ - [Build Feedlog](../../README.md#build-feedlog)
50
50
  - [Customize Feedlog styling](../../docs/CUSTOMIZE_FEEDLOG_STYLING.md)
@@ -82,4 +82,4 @@ You can also use:
82
82
 
83
83
  - [@feedlog-ai/core README](../core/README.md)
84
84
  - [README](./README.md) — SSR plugins and troubleshooting
85
- - [Build Your Own Feedlog hub](../../docs/BUILD_YOUR_OWN_FEEDLOG.md)
85
+ - [Build Feedlog](../../README.md#build-feedlog)
package/README.md CHANGED
@@ -160,7 +160,7 @@ This is a [documented limitation](https://stenciljs.com/docs/server-side-renderi
160
160
 
161
161
  ### Build your own changelog
162
162
 
163
- - [Build Your Own Feedlog (hub)](../../docs/BUILD_YOUR_OWN_FEEDLOG.md) — three tiers (client, composable, core-only) and AI copy-paste blocks
163
+ - [Build Feedlog](../../README.md#build-feedlog) — three tiers (client, composable, core-only) and AI copy-paste blocks
164
164
  - [Top-level client](./BUILD_FEEDLOG_CLIENT.md) — `FeedlogIssuesClient`
165
165
  - [Composable + your data](./BUILD_FEEDLOG_COMPOSABLE.md) — `FeedlogSDK` + `FeedlogIssues` (full SSR, loaders)
166
166
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedlog-ai/react",
3
- "version": "0.0.47",
3
+ "version": "0.0.48",
4
4
  "description": "React bindings for Feedlog Toolkit Web Components",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -57,7 +57,7 @@
57
57
  }
58
58
  },
59
59
  "dependencies": {
60
- "@feedlog-ai/webcomponents": "^0.0.47"
60
+ "@feedlog-ai/webcomponents": "^0.0.48"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@jest/test-sequencer": "^29.7.0",