houdini 1.0.0-next.10 → 1.0.0-next.11
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
|
@@ -76507,8 +76507,8 @@ async function updatePackageJSON(targetPath) {
|
|
|
76507
76507
|
}
|
|
76508
76508
|
packageJSON.devDependencies = {
|
|
76509
76509
|
...packageJSON.devDependencies,
|
|
76510
|
-
houdini: "^1.0.0-next.
|
|
76511
|
-
"houdini-svelte": "^1.0.0-next.
|
|
76510
|
+
houdini: "^1.0.0-next.11",
|
|
76511
|
+
"houdini-svelte": "^1.0.0-next.11"
|
|
76512
76512
|
};
|
|
76513
76513
|
await fs_exports.writeFile(packagePath, JSON.stringify(packageJSON, null, 4));
|
|
76514
76514
|
}
|
package/build/cmd-esm/index.js
CHANGED
|
@@ -76512,8 +76512,8 @@ async function updatePackageJSON(targetPath) {
|
|
|
76512
76512
|
}
|
|
76513
76513
|
packageJSON.devDependencies = {
|
|
76514
76514
|
...packageJSON.devDependencies,
|
|
76515
|
-
houdini: "^1.0.0-next.
|
|
76516
|
-
"houdini-svelte": "^1.0.0-next.
|
|
76515
|
+
houdini: "^1.0.0-next.11",
|
|
76516
|
+
"houdini-svelte": "^1.0.0-next.11"
|
|
76517
76517
|
};
|
|
76518
76518
|
await fs_exports.writeFile(packagePath, JSON.stringify(packageJSON, null, 4));
|
|
76519
76519
|
}
|