@objectstack/client-react 6.7.1 → 6.8.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 +4 -4
package/README.md CHANGED
@@ -428,4 +428,4 @@ function TaskForm() {
428
428
 
429
429
  ## License
430
430
 
431
- Apache-2.0
431
+ Apache-2.0. See [LICENSING.md](../../LICENSING.md).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/client-react",
3
- "version": "6.7.1",
3
+ "version": "6.8.1",
4
4
  "license": "Apache-2.0",
5
5
  "description": "React hooks for ObjectStack Client SDK",
6
6
  "main": "dist/index.js",
@@ -16,9 +16,9 @@
16
16
  "react": ">=18.0.0"
17
17
  },
18
18
  "dependencies": {
19
- "@objectstack/client": "6.7.1",
20
- "@objectstack/core": "6.7.1",
21
- "@objectstack/spec": "6.7.1"
19
+ "@objectstack/client": "6.8.1",
20
+ "@objectstack/core": "6.8.1",
21
+ "@objectstack/spec": "6.8.1"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@types/react": "^19.2.15",