@remy-ai/react 0.1.0-alpha → 0.1.0-alpha.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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Small, optional React bindings for Remy.
4
4
 
5
- > Alpha workspace package. It is prepared for publication but is not on npm yet. Run it from the [public repository](https://github.com/MustafaK99/Remy) today.
5
+ > Public alpha. Install with `npm install @remy-ai/react@alpha` and review the [public repository](https://github.com/MustafaK99/Remy) before production use.
6
6
 
7
7
  ```tsx
8
8
  "use client";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remy-ai/react",
3
- "version": "0.1.0-alpha",
3
+ "version": "0.1.0-alpha.1",
4
4
  "description": "Small React bindings for Remy external-store clients.",
5
5
  "keywords": [
6
6
  "react",
@@ -29,7 +29,7 @@
29
29
  "prepack": "npm run build"
30
30
  },
31
31
  "dependencies": {
32
- "@remy-ai/core": "0.1.0-alpha"
32
+ "@remy-ai/core": "0.1.0-alpha.1"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "react": ">=18.2"