@kulupu-linku/sona 0.2.2 → 0.3.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.
@@ -76,10 +76,6 @@
76
76
  "description": "a link to an mp4 of the sign being signed."
77
77
  }
78
78
  },
79
- "required": [
80
- "gif",
81
- "mp4"
82
- ],
83
79
  "additionalProperties": false,
84
80
  "description": "Videos of the sign being performed, by format."
85
81
  }
@@ -78,10 +78,6 @@
78
78
  "description": "a link to an mp4 of the sign being signed."
79
79
  }
80
80
  },
81
- "required": [
82
- "gif",
83
- "mp4"
84
- ],
85
81
  "additionalProperties": false,
86
82
  "description": "Videos of the sign being performed, by format."
87
83
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kulupu-linku/sona",
3
- "version": "0.2.2",
3
+ "version": "0.3.0",
4
4
  "description": "A library providing TypeScript types and Zod schemas for the sona API",
5
5
  "homepage": "https://linku.la/",
6
6
  "bugs": {
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@hono/vite-cloudflare-pages": "^0.2.5",
29
- "@hono/vite-dev-server": "^0.8.2",
29
+ "@hono/vite-dev-server": "^0.11.0",
30
30
  "@hono/zod-validator": "^0.2.0",
31
31
  "hono": "^4.0.10",
32
32
  "p-lazy": "^4.0.0",