@convokitapp/vue-ui 0.1.0 → 0.1.1

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 +4 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -82,6 +82,7 @@ Wrap any subtree with `ConvoKitThemeProvider`, set `density="compact"`, or use
82
82
  the per-part `classNames` and `styles` maps. `unstyled` removes package classes
83
83
  from the configurable parts for a fully host-owned presentation.
84
84
 
85
- See the [Vue UI documentation](https://convokit.app/docs/vue-ui), the
86
- [public examples and screenshots](https://github.com/ConvoKitApp/ConvoKit-Vue-UI-Examples),
87
- and [the parity matrix](./PARITY.md).
85
+ See the [Vue UI documentation](https://convokit.app/docs/vue-ui) and the
86
+ [public examples and screenshots](https://github.com/ConvoKitApp/ConvoKit-Vue-UI-Examples).
87
+ The examples repository contains runnable application code only; the package
88
+ implementation remains in its private source repository.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@convokitapp/vue-ui",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Accessible, SDK-backed Vue 3 chat components for ConvoKit.",
5
5
  "keywords": [
6
6
  "convokit",
@@ -10,10 +10,10 @@
10
10
  "realtime",
11
11
  "ui"
12
12
  ],
13
- "homepage": "https://convokit.app/docs/vue-ui",
13
+ "homepage": "https://github.com/ConvoKitApp/ConvoKit-Vue-UI-Examples",
14
14
  "repository": {
15
15
  "type": "git",
16
- "url": "git+https://github.com/ConvoKitApp/ConvoKit-Vue-UI-Examples.git"
16
+ "url": "git+https://github.com/ConvoKitApp/ConvoKit-Vue-UI.git"
17
17
  },
18
18
  "bugs": {
19
19
  "url": "https://github.com/ConvoKitApp/ConvoKit-Vue-UI-Examples/issues"