@ts-rest/express
Advanced tools
Comparing version 3.49.0 to 3.49.1
# @ts-rest/express | ||
## 3.49.1 | ||
### Patch Changes | ||
- b31454f: All ts-rest libraries are now packaged in a better way to be compatible with as many bundlers as possible. The @tanstack/react-query `No QueryClient set` error should also occur much less now. | ||
## 3.49.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@ts-rest/express", | ||
"version": "3.49.0", | ||
"version": "3.49.1", | ||
"repository": { | ||
@@ -13,9 +13,9 @@ "type": "git", | ||
".": { | ||
"module": "./index.esm.js", | ||
"import": "./index.cjs.mjs", | ||
"default": "./index.cjs.js" | ||
"import": "./index.esm.mjs", | ||
"require": "./index.cjs.js", | ||
"types": "./index.cjs.d.ts" | ||
} | ||
}, | ||
"main": "./index.cjs.js", | ||
"module": "./index.esm.js", | ||
"module": "./index.esm.mjs", | ||
"peerDependencies": { | ||
@@ -22,0 +22,0 @@ "@ts-rest/core": "~3.49.0", |
76737
11
1291