houdini 0.20.0 → 0.20.1
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
|
@@ -77715,8 +77715,8 @@ async function updatePackageJSON(targetPath) {
|
|
|
77715
77715
|
}
|
|
77716
77716
|
packageJSON.devDependencies = {
|
|
77717
77717
|
...packageJSON.devDependencies,
|
|
77718
|
-
houdini: "^0.20.
|
|
77719
|
-
"houdini-svelte": "^0.20.
|
|
77718
|
+
houdini: "^0.20.1",
|
|
77719
|
+
"houdini-svelte": "^0.20.1",
|
|
77720
77720
|
graphql: "^15.8.0"
|
|
77721
77721
|
};
|
|
77722
77722
|
await fs_exports.writeFile(packagePath, JSON.stringify(packageJSON, null, 4));
|
package/build/cmd-esm/index.js
CHANGED
|
@@ -77720,8 +77720,8 @@ async function updatePackageJSON(targetPath) {
|
|
|
77720
77720
|
}
|
|
77721
77721
|
packageJSON.devDependencies = {
|
|
77722
77722
|
...packageJSON.devDependencies,
|
|
77723
|
-
houdini: "^0.20.
|
|
77724
|
-
"houdini-svelte": "^0.20.
|
|
77723
|
+
houdini: "^0.20.1",
|
|
77724
|
+
"houdini-svelte": "^0.20.1",
|
|
77725
77725
|
graphql: "^15.8.0"
|
|
77726
77726
|
};
|
|
77727
77727
|
await fs_exports.writeFile(packagePath, JSON.stringify(packageJSON, null, 4));
|