houdini-svelte 2.1.13 → 2.1.14
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.
|
@@ -86097,7 +86097,7 @@ async function getConfig({
|
|
|
86097
86097
|
if (apiURL) {
|
|
86098
86098
|
if (glob2.hasMagic(_config.schemaPath)) {
|
|
86099
86099
|
console.log(
|
|
86100
|
-
`\u26A0\uFE0F Your houdini configuration contains
|
|
86100
|
+
`\u26A0\uFE0F Your houdini configuration contains a watchSchema url and a path pointing to multiple files.
|
|
86101
86101
|
This will prevent your schema from being pulled.`
|
|
86102
86102
|
);
|
|
86103
86103
|
} else if (!await readFile(_config.schemaPath)) {
|
|
@@ -86094,7 +86094,7 @@ async function getConfig({
|
|
|
86094
86094
|
if (apiURL) {
|
|
86095
86095
|
if (glob2.hasMagic(_config.schemaPath)) {
|
|
86096
86096
|
console.log(
|
|
86097
|
-
`\u26A0\uFE0F Your houdini configuration contains
|
|
86097
|
+
`\u26A0\uFE0F Your houdini configuration contains a watchSchema url and a path pointing to multiple files.
|
|
86098
86098
|
This will prevent your schema from being pulled.`
|
|
86099
86099
|
);
|
|
86100
86100
|
} else if (!await readFile(_config.schemaPath)) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "houdini-svelte",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.14",
|
|
4
4
|
"description": "The svelte plugin for houdini",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"graphql": "^15.8.0",
|
|
31
31
|
"recast": "^0.23.1",
|
|
32
32
|
"rollup": "^4.28.1",
|
|
33
|
-
"houdini": "^1.5.
|
|
33
|
+
"houdini": "^1.5.5"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"@sveltejs/kit": "^2.9.0",
|