@richie-rpc/client 0.1.0 → 1.0.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.
package/README.md CHANGED
@@ -5,7 +5,7 @@ Type-safe fetch client for Richie RPC contracts.
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- bun add @richie-rpc/client @richie-rpc/core zod
8
+ bun add @richie-rpc/client @richie-rpc/core zod@^4
9
9
  ```
10
10
 
11
11
  ## Usage
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@richie-rpc/client",
3
- "version": "0.1.0",
3
+ "version": "1.0.0",
4
4
  "type": "commonjs"
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@richie-rpc/client",
3
- "version": "0.1.0",
3
+ "version": "1.0.0",
4
4
  "type": "module"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@richie-rpc/client",
3
- "version": "0.1.0",
3
+ "version": "1.0.0",
4
4
  "main": "./dist/cjs/index.cjs",
5
5
  "exports": {
6
6
  ".": {
@@ -9,12 +9,10 @@
9
9
  "import": "./dist/mjs/index.mjs"
10
10
  }
11
11
  },
12
- "dependencies": {
13
- "@richie-rpc/core": "^0.1.0",
14
- "zod": "^3.23.8"
15
- },
16
12
  "peerDependencies": {
17
- "typescript": "^5"
13
+ "@richie-rpc/core": "^1.0.0",
14
+ "typescript": "^5",
15
+ "zod": "^4.1.12"
18
16
  },
19
17
  "author": "Richie <oss@ricsam.dev>",
20
18
  "license": "MIT",