houdini 2.0.0-next.11 → 2.0.0-next.12
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-cjs/index.js +3 -3
- package/build/cmd-esm/index.js +3 -3
- package/package.json +1 -1
package/build/cmd-cjs/index.js
CHANGED
|
@@ -88452,7 +88452,7 @@ export default new HoudiniClient({
|
|
|
88452
88452
|
// fetchParams({ session }) {
|
|
88453
88453
|
// return {
|
|
88454
88454
|
// headers: {
|
|
88455
|
-
//
|
|
88455
|
+
// Authorization: \`Bearer \${session.token}\`,
|
|
88456
88456
|
// }
|
|
88457
88457
|
// }
|
|
88458
88458
|
// }
|
|
@@ -88694,12 +88694,12 @@ async function packageJSON(targetPath, frameworkInfo) {
|
|
|
88694
88694
|
}
|
|
88695
88695
|
packageJSON2.devDependencies = {
|
|
88696
88696
|
...packageJSON2.devDependencies,
|
|
88697
|
-
houdini: "^2.0.0-next.
|
|
88697
|
+
houdini: "^2.0.0-next.12"
|
|
88698
88698
|
};
|
|
88699
88699
|
if (frameworkInfo.framework === "svelte" || frameworkInfo.framework === "kit") {
|
|
88700
88700
|
packageJSON2.devDependencies = {
|
|
88701
88701
|
...packageJSON2.devDependencies,
|
|
88702
|
-
"houdini-svelte": "^3.0.0-next.
|
|
88702
|
+
"houdini-svelte": "^3.0.0-next.14"
|
|
88703
88703
|
};
|
|
88704
88704
|
} else {
|
|
88705
88705
|
throw new Error(`Unmanaged framework: "${JSON.stringify(frameworkInfo)}"`);
|
package/build/cmd-esm/index.js
CHANGED
|
@@ -88456,7 +88456,7 @@ export default new HoudiniClient({
|
|
|
88456
88456
|
// fetchParams({ session }) {
|
|
88457
88457
|
// return {
|
|
88458
88458
|
// headers: {
|
|
88459
|
-
//
|
|
88459
|
+
// Authorization: \`Bearer \${session.token}\`,
|
|
88460
88460
|
// }
|
|
88461
88461
|
// }
|
|
88462
88462
|
// }
|
|
@@ -88698,12 +88698,12 @@ async function packageJSON(targetPath, frameworkInfo) {
|
|
|
88698
88698
|
}
|
|
88699
88699
|
packageJSON2.devDependencies = {
|
|
88700
88700
|
...packageJSON2.devDependencies,
|
|
88701
|
-
houdini: "^2.0.0-next.
|
|
88701
|
+
houdini: "^2.0.0-next.12"
|
|
88702
88702
|
};
|
|
88703
88703
|
if (frameworkInfo.framework === "svelte" || frameworkInfo.framework === "kit") {
|
|
88704
88704
|
packageJSON2.devDependencies = {
|
|
88705
88705
|
...packageJSON2.devDependencies,
|
|
88706
|
-
"houdini-svelte": "^3.0.0-next.
|
|
88706
|
+
"houdini-svelte": "^3.0.0-next.14"
|
|
88707
88707
|
};
|
|
88708
88708
|
} else {
|
|
88709
88709
|
throw new Error(`Unmanaged framework: "${JSON.stringify(frameworkInfo)}"`);
|