@fonderie/client 0.10.0 → 0.11.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fonderie/client",
3
- "version": "0.10.0",
3
+ "version": "0.11.0",
4
4
  "description": "Isomorphic TypeScript client for Fonderie-powered APIs \u2014 fully typed request and response shapes, zero runtime dependencies.",
5
5
  "keywords": [
6
6
  "fonderiejs",
@@ -32,7 +32,7 @@
32
32
  "test": "tsx --test src/__tests__/*.test.ts"
33
33
  },
34
34
  "devDependencies": {
35
- "@types/node": "^26.2.0",
35
+ "@types/node": "^26.4.0",
36
36
  "tsup": "^8.5.1",
37
37
  "typescript": "^6.0.3",
38
38
  "tsx": "^4.21.0"