houdini 1.0.0-next.23 → 1.0.0-next.24
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 +2 -2
- package/build/cmd-esm/index.js +2 -2
- package/package.json +1 -1
package/build/cmd-cjs/index.js
CHANGED
|
@@ -78683,8 +78683,8 @@ async function updatePackageJSON(targetPath) {
|
|
|
78683
78683
|
}
|
|
78684
78684
|
packageJSON.devDependencies = {
|
|
78685
78685
|
...packageJSON.devDependencies,
|
|
78686
|
-
houdini: "^1.0.0-next.
|
|
78687
|
-
"houdini-svelte": "^1.0.0-next.
|
|
78686
|
+
houdini: "^1.0.0-next.24",
|
|
78687
|
+
"houdini-svelte": "^1.0.0-next.24"
|
|
78688
78688
|
};
|
|
78689
78689
|
await fs_exports.writeFile(packagePath, JSON.stringify(packageJSON, null, 4));
|
|
78690
78690
|
}
|
package/build/cmd-esm/index.js
CHANGED
|
@@ -78688,8 +78688,8 @@ async function updatePackageJSON(targetPath) {
|
|
|
78688
78688
|
}
|
|
78689
78689
|
packageJSON.devDependencies = {
|
|
78690
78690
|
...packageJSON.devDependencies,
|
|
78691
|
-
houdini: "^1.0.0-next.
|
|
78692
|
-
"houdini-svelte": "^1.0.0-next.
|
|
78691
|
+
houdini: "^1.0.0-next.24",
|
|
78692
|
+
"houdini-svelte": "^1.0.0-next.24"
|
|
78693
78693
|
};
|
|
78694
78694
|
await fs_exports.writeFile(packagePath, JSON.stringify(packageJSON, null, 4));
|
|
78695
78695
|
}
|