@openharness/react 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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -91,4 +91,4 @@ See the [full documentation](https://github.com/MaxGfeller/open-harness#readme)
91
91
 
92
92
  ## License
93
93
 
94
- ISC
94
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openharness/react",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "type": "module",
5
5
  "description": "React hooks and provider for OpenHarness AI SDK 5 integration",
6
6
  "exports": {
@@ -19,7 +19,7 @@
19
19
  "peerDependencies": {
20
20
  "@ai-sdk/react": "^3.0.0",
21
21
  "react": "^18 || ~19.0.1 || ~19.1.2 || ^19.2.1",
22
- "@openharness/core": "^0.6.0"
22
+ "@openharness/core": "^0.6.2"
23
23
  },
24
24
  "dependencies": {
25
25
  "ai": "^6.0.97"
@@ -48,7 +48,7 @@
48
48
  "react": "^19.1.0",
49
49
  "react-dom": "^19.1.0",
50
50
  "typescript": "^5.9.3",
51
- "@openharness/core": "0.6.0"
51
+ "@openharness/core": "0.6.2"
52
52
  },
53
53
  "license": "MIT",
54
54
  "scripts": {