houdini 0.19.1 → 0.19.2
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
|
@@ -77733,8 +77733,8 @@ async function updatePackageJSON(targetPath) {
|
|
|
77733
77733
|
}
|
|
77734
77734
|
packageJSON.devDependencies = {
|
|
77735
77735
|
...packageJSON.devDependencies,
|
|
77736
|
-
houdini: "^0.19.
|
|
77737
|
-
"houdini-svelte": "^0.19.
|
|
77736
|
+
houdini: "^0.19.2",
|
|
77737
|
+
"houdini-svelte": "^0.19.2",
|
|
77738
77738
|
graphql: "^15.8.0"
|
|
77739
77739
|
};
|
|
77740
77740
|
await fs_exports.writeFile(packagePath, JSON.stringify(packageJSON, null, 4));
|
package/build/cmd-esm/index.js
CHANGED
|
@@ -77738,8 +77738,8 @@ async function updatePackageJSON(targetPath) {
|
|
|
77738
77738
|
}
|
|
77739
77739
|
packageJSON.devDependencies = {
|
|
77740
77740
|
...packageJSON.devDependencies,
|
|
77741
|
-
houdini: "^0.19.
|
|
77742
|
-
"houdini-svelte": "^0.19.
|
|
77741
|
+
houdini: "^0.19.2",
|
|
77742
|
+
"houdini-svelte": "^0.19.2",
|
|
77743
77743
|
graphql: "^15.8.0"
|
|
77744
77744
|
};
|
|
77745
77745
|
await fs_exports.writeFile(packagePath, JSON.stringify(packageJSON, null, 4));
|