houdini 0.20.3 → 0.20.4
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
|
@@ -77721,8 +77721,8 @@ async function updatePackageJSON(targetPath) {
|
|
|
77721
77721
|
}
|
|
77722
77722
|
packageJSON.devDependencies = {
|
|
77723
77723
|
...packageJSON.devDependencies,
|
|
77724
|
-
houdini: "^0.20.
|
|
77725
|
-
"houdini-svelte": "^0.20.
|
|
77724
|
+
houdini: "^0.20.4",
|
|
77725
|
+
"houdini-svelte": "^0.20.4",
|
|
77726
77726
|
graphql: "^15.8.0"
|
|
77727
77727
|
};
|
|
77728
77728
|
await fs_exports.writeFile(packagePath, JSON.stringify(packageJSON, null, 4));
|
package/build/cmd-esm/index.js
CHANGED
|
@@ -77726,8 +77726,8 @@ async function updatePackageJSON(targetPath) {
|
|
|
77726
77726
|
}
|
|
77727
77727
|
packageJSON.devDependencies = {
|
|
77728
77728
|
...packageJSON.devDependencies,
|
|
77729
|
-
houdini: "^0.20.
|
|
77730
|
-
"houdini-svelte": "^0.20.
|
|
77729
|
+
houdini: "^0.20.4",
|
|
77730
|
+
"houdini-svelte": "^0.20.4",
|
|
77731
77731
|
graphql: "^15.8.0"
|
|
77732
77732
|
};
|
|
77733
77733
|
await fs_exports.writeFile(packagePath, JSON.stringify(packageJSON, null, 4));
|