@better-fullstack/template-generator 1.3.12 → 1.3.13
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/dist/index.d.mts +1 -1
- package/dist/index.mjs +39347 -39347
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -171,7 +171,7 @@ declare const dependencyVersionMap: {
|
|
|
171
171
|
readonly garph: "^0.6.8";
|
|
172
172
|
readonly "graphql-yoga": "^5.10.11";
|
|
173
173
|
readonly graphql: "^16.11.0";
|
|
174
|
-
readonly "@garph/gqty": "^
|
|
174
|
+
readonly "@garph/gqty": "^0.4.5";
|
|
175
175
|
readonly gqty: "^3.5.0";
|
|
176
176
|
readonly "@trpc/tanstack-react-query": "^11.7.2";
|
|
177
177
|
readonly "@trpc/server": "^11.7.2";
|