@orpc/arktype 1.13.5 → 1.13.7

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 +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -100,8 +100,8 @@ const specFromRouter = await openAPIGenerator.generate(router, {
100
100
  ## Sponsors
101
101
 
102
102
  <p align="center">
103
- <a href="https://cdn.jsdelivr.net/gh/unnoq/unnoq/sponsors.svg">
104
- <img src='https://cdn.jsdelivr.net/gh/unnoq/unnoq/sponsors.svg'/>
103
+ <a href="https://cdn.jsdelivr.net/gh/dinwwwh/dinwwwh/sponsors.svg">
104
+ <img src='https://cdn.jsdelivr.net/gh/dinwwwh/dinwwwh/sponsors.svg'/>
105
105
  </a>
106
106
  </p>
107
107
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@orpc/arktype",
3
3
  "type": "module",
4
- "version": "1.13.5",
4
+ "version": "1.13.7",
5
5
  "license": "MIT",
6
6
  "homepage": "https://orpc.dev",
7
7
  "repository": {
@@ -25,14 +25,14 @@
25
25
  "peerDependencies": {
26
26
  "@ark/schema": "*",
27
27
  "arktype": "*",
28
- "@orpc/contract": "1.13.5"
28
+ "@orpc/contract": "1.13.7"
29
29
  },
30
30
  "dependencies": {
31
- "@orpc/openapi": "1.13.5"
31
+ "@orpc/openapi": "1.13.7"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@ark/schema": "^0.56.0",
35
- "arktype": "^2.1.29",
35
+ "arktype": "^2.2.0",
36
36
  "zod": "^4.3.6"
37
37
  },
38
38
  "scripts": {