@objectstack/client-react 0.9.1 → 0.9.2

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @objectstack/client-react
2
2
 
3
+ ## 0.9.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @objectstack/spec@0.9.2
9
+ - @objectstack/client@0.9.2
10
+ - @objectstack/core@0.9.2
11
+
3
12
  ## 0.9.1
4
13
 
5
14
  ### Patch Changes
package/README.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  React hooks for ObjectStack Client SDK - Type-safe data fetching and mutations for React applications.
4
4
 
5
+ ## 🤖 AI Development Context
6
+
7
+ **Role**: React Bindings for Client SDK
8
+ **Usage**:
9
+ - Use `useQuery`, `useMutation` hooks.
10
+ - Similar to TanStack Query but specialized for ObjectStack.
11
+
5
12
  ## Installation
6
13
 
7
14
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/client-react",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "description": "React hooks for ObjectStack Client SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -8,9 +8,9 @@
8
8
  "react": ">=18.0.0"
9
9
  },
10
10
  "dependencies": {
11
- "@objectstack/client": "0.9.1",
12
- "@objectstack/spec": "0.9.1",
13
- "@objectstack/core": "0.9.1"
11
+ "@objectstack/client": "0.9.2",
12
+ "@objectstack/spec": "0.9.2",
13
+ "@objectstack/core": "0.9.2"
14
14
  },
15
15
  "devDependencies": {
16
16
  "@types/react": "^18.0.0",