@feedlog-ai/vue 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.
- package/BUILD_FEEDLOG_CLIENT.md +1 -1
- package/BUILD_FEEDLOG_COMPOSABLE.md +1 -1
- package/README.md +1 -1
- package/package.json +2 -2
package/BUILD_FEEDLOG_CLIENT.md
CHANGED
|
@@ -48,5 +48,5 @@ Nuxt can server-render Stencil-based Vue components as Declarative Shadow DOM in
|
|
|
48
48
|
## See also
|
|
49
49
|
|
|
50
50
|
- [README](./README.md) — Options API, Vue 2, global registration
|
|
51
|
-
- [Build
|
|
51
|
+
- [Build Feedlog](../../README.md#build-feedlog)
|
|
52
52
|
- [Customize Feedlog styling](../../docs/CUSTOMIZE_FEEDLOG_STYLING.md)
|
|
@@ -62,4 +62,4 @@ If your framework passes serialized issues from the server (e.g. Nuxt `useAsyncD
|
|
|
62
62
|
|
|
63
63
|
- [@feedlog-ai/core README](../core/README.md)
|
|
64
64
|
- [README](./README.md)
|
|
65
|
-
- [Build
|
|
65
|
+
- [Build Feedlog](../../README.md#build-feedlog)
|
package/README.md
CHANGED
|
@@ -309,7 +309,7 @@ If you're migrating from using web components directly:
|
|
|
309
309
|
|
|
310
310
|
## Build your own changelog
|
|
311
311
|
|
|
312
|
-
- [Build
|
|
312
|
+
- [Build Feedlog](../../README.md#build-feedlog) — three tiers and AI copy-paste blocks
|
|
313
313
|
- [Top-level client](./BUILD_FEEDLOG_CLIENT.md) — `FeedlogIssuesClient`
|
|
314
314
|
- [Composable + your data](./BUILD_FEEDLOG_COMPOSABLE.md) — `FeedlogSDK` + `FeedlogIssues`
|
|
315
315
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@feedlog-ai/vue",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.48",
|
|
4
4
|
"description": "Vue bindings for Feedlog Toolkit Web Components",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"vue": ">=3.0.0 || >=2.6.0"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@feedlog-ai/webcomponents": "^0.0.
|
|
33
|
+
"@feedlog-ai/webcomponents": "^0.0.48"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@jest/test-sequencer": "^29.7.0",
|