@clivly/sdk 0.3.0-next.7 → 0.3.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/README.md +3 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -15,6 +15,9 @@ This README stays focused on the SDK surface itself.
15
15
  npm install clivly
16
16
  ```
17
17
 
18
+ Clivly's stable packages publish on npm's `latest` tag. Use `@next` only when
19
+ you are intentionally validating a prerelease build.
20
+
18
21
  Add `drizzle-orm` when you use `clivly/drizzle` or `clivly/core/drizzle`, and
19
22
  `vite` when you use the Vite/TanStack Start plugin.
20
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clivly/sdk",
3
- "version": "0.3.0-next.7",
3
+ "version": "0.3.0",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Clivly SDK — connect your app to Clivly Cloud (heartbeat, discovery, auth bridge).",
@@ -55,7 +55,7 @@
55
55
  "access": "public"
56
56
  },
57
57
  "dependencies": {
58
- "@clivly/core": "0.3.0-next.7"
58
+ "@clivly/core": "0.3.0"
59
59
  },
60
60
  "peerDependencies": {
61
61
  "drizzle-orm": ">=0.30",