@roomful/vue 1.0.0 → 1.0.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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,12 +2,12 @@
2
2
 
3
3
  Vue 3 bindings for [Roomful](https://github.com/erayates/roomful) — a plugin and composables that integrate real-time collaboration with Vue's reactivity system.
4
4
 
5
- > **Public beta** install with the `@beta` tag; the API is stable but may still change before 1.0.
5
+ > **Stablev1.0.** The API is stable and ready for production.
6
6
 
7
7
  ## Install
8
8
 
9
9
  ```bash
10
- npm install @roomful/core@beta @roomful/vue@beta
10
+ npm install @roomful/core @roomful/vue
11
11
  ```
12
12
 
13
13
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomful/vue",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "sideEffects": false,
23
23
  "dependencies": {
24
- "@roomful/core": "1.0.0"
24
+ "@roomful/core": "1.0.1"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@vue/test-utils": "^2.4.6",