houdini 2.0.0-next.22 → 2.0.0-next.23
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/build/cmd/init.js +2 -2
- package/build/package.json +1 -1
- package/package.json +2 -2
package/build/cmd/init.js
CHANGED
|
@@ -437,12 +437,12 @@ async function packageJSON(targetPath, frameworkInfo) {
|
|
|
437
437
|
}
|
|
438
438
|
packageJSON2.devDependencies = {
|
|
439
439
|
...packageJSON2.devDependencies,
|
|
440
|
-
houdini: "^2.0.0-next.
|
|
440
|
+
houdini: "^2.0.0-next.23"
|
|
441
441
|
};
|
|
442
442
|
if (frameworkInfo.framework === "svelte" || frameworkInfo.framework === "kit") {
|
|
443
443
|
packageJSON2.devDependencies = {
|
|
444
444
|
...packageJSON2.devDependencies,
|
|
445
|
-
"houdini-svelte": "^3.0.0-next.
|
|
445
|
+
"houdini-svelte": "^3.0.0-next.24"
|
|
446
446
|
};
|
|
447
447
|
} else {
|
|
448
448
|
throw new Error(`Unmanaged framework: "${JSON.stringify(frameworkInfo)}"`);
|
package/build/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "houdini",
|
|
3
|
-
"version": "2.0.0-next.
|
|
3
|
+
"version": "2.0.0-next.23",
|
|
4
4
|
"description": "The disappearing GraphQL clients",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"npx-import": "^1.1.3",
|
|
55
55
|
"recast": "^0.23.1",
|
|
56
56
|
"ws": "^8.18.0",
|
|
57
|
-
"houdini-core": "^2.0.0-next.
|
|
57
|
+
"houdini-core": "^2.0.0-next.15"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
60
|
"graphql": ">=16",
|