@convokitapp/vue-ui 0.1.3 → 0.2.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/CHANGELOG.md +6 -0
  2. package/package.json +4 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,6 @@
1
+ # Changelog
2
+
3
+ ## 0.2.0
4
+
5
+ - Require ConvoKit JavaScript SDK 0.2.x for private Realtime channels and publishable-key discovery.
6
+ - Preserve the existing Vue component and configuration API.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@convokitapp/vue-ui",
3
- "version": "0.1.3",
3
+ "version": "0.2.0",
4
4
  "description": "Accessible, SDK-backed Vue 3 chat components for ConvoKit.",
5
5
  "keywords": [
6
6
  "convokit",
@@ -41,6 +41,7 @@
41
41
  "files": [
42
42
  "dist",
43
43
  "README.md",
44
+ "CHANGELOG.md",
44
45
  "PARITY.md",
45
46
  "LICENSE"
46
47
  ],
@@ -70,12 +71,12 @@
70
71
  "reka-ui": "^2.10.4"
71
72
  },
72
73
  "peerDependencies": {
73
- "@convokitapp/sdk": ">=0.1.1 <1.0.0",
74
+ "@convokitapp/sdk": ">=0.2.0 <0.3.0",
74
75
  "vue": ">=3.4.0 <4.0.0"
75
76
  },
76
77
  "devDependencies": {
77
78
  "@arethetypeswrong/cli": "^0.18.2",
78
- "@convokitapp/sdk": "^0.1.3",
79
+ "@convokitapp/sdk": "^0.2.0",
79
80
  "@types/node": "^24.3.0",
80
81
  "@vitest/coverage-v8": "^5.0.0",
81
82
  "@vue/test-utils": "^2.5.0",