houdini 1.1.4-react.0 → 1.2.0-react.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
|
@@ -79359,8 +79359,8 @@ async function updatePackageJSON(targetPath) {
|
|
|
79359
79359
|
}
|
|
79360
79360
|
packageJSON.devDependencies = {
|
|
79361
79361
|
...packageJSON.devDependencies,
|
|
79362
|
-
houdini: "^1.
|
|
79363
|
-
"houdini-svelte": "^1.
|
|
79362
|
+
houdini: "^1.2.0-react.1",
|
|
79363
|
+
"houdini-svelte": "^1.2.0-react.1"
|
|
79364
79364
|
};
|
|
79365
79365
|
await fs_exports.writeFile(packagePath, JSON.stringify(packageJSON, null, 4));
|
|
79366
79366
|
}
|
package/build/cmd-esm/index.js
CHANGED
|
@@ -79364,8 +79364,8 @@ async function updatePackageJSON(targetPath) {
|
|
|
79364
79364
|
}
|
|
79365
79365
|
packageJSON.devDependencies = {
|
|
79366
79366
|
...packageJSON.devDependencies,
|
|
79367
|
-
houdini: "^1.
|
|
79368
|
-
"houdini-svelte": "^1.
|
|
79367
|
+
houdini: "^1.2.0-react.1",
|
|
79368
|
+
"houdini-svelte": "^1.2.0-react.1"
|
|
79369
79369
|
};
|
|
79370
79370
|
await fs_exports.writeFile(packagePath, JSON.stringify(packageJSON, null, 4));
|
|
79371
79371
|
}
|