houdini 1.0.0-next.17 → 1.0.0-next.18
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/build/runtime-cjs/client/documentStore.js +0 -1
- package/build/runtime-cjs/client/index.js +0 -1
- package/build/runtime-cjs/client/plugins/cache.js +0 -1
- package/build/runtime-esm/client/documentStore.js +0 -1
- package/build/runtime-esm/client/index.js +0 -1
- package/build/runtime-esm/client/plugins/cache.js +0 -1
- package/package.json +1 -1
package/build/cmd-cjs/index.js
CHANGED
|
@@ -76513,8 +76513,8 @@ async function updatePackageJSON(targetPath) {
|
|
|
76513
76513
|
}
|
|
76514
76514
|
packageJSON.devDependencies = {
|
|
76515
76515
|
...packageJSON.devDependencies,
|
|
76516
|
-
houdini: "^1.0.0-next.
|
|
76517
|
-
"houdini-svelte": "^1.0.0-next.
|
|
76516
|
+
houdini: "^1.0.0-next.18",
|
|
76517
|
+
"houdini-svelte": "^1.0.0-next.18"
|
|
76518
76518
|
};
|
|
76519
76519
|
await fs_exports.writeFile(packagePath, JSON.stringify(packageJSON, null, 4));
|
|
76520
76520
|
}
|
package/build/cmd-esm/index.js
CHANGED
|
@@ -76518,8 +76518,8 @@ async function updatePackageJSON(targetPath) {
|
|
|
76518
76518
|
}
|
|
76519
76519
|
packageJSON.devDependencies = {
|
|
76520
76520
|
...packageJSON.devDependencies,
|
|
76521
|
-
houdini: "^1.0.0-next.
|
|
76522
|
-
"houdini-svelte": "^1.0.0-next.
|
|
76521
|
+
houdini: "^1.0.0-next.18",
|
|
76522
|
+
"houdini-svelte": "^1.0.0-next.18"
|
|
76523
76523
|
};
|
|
76524
76524
|
await fs_exports.writeFile(packagePath, JSON.stringify(packageJSON, null, 4));
|
|
76525
76525
|
}
|