houdini 0.17.2 → 0.17.3
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/.turbo/turbo-compile.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
houdini:compile: cache hit, replaying output
|
|
1
|
+
houdini:compile: cache hit, replaying output 69787885aa876706
|
|
2
2
|
houdini:compile:
|
|
3
|
-
houdini:compile: > houdini@0.17.
|
|
3
|
+
houdini:compile: > houdini@0.17.3 compile /home/runner/work/houdini/houdini/packages/houdini
|
|
4
4
|
houdini:compile: > scripts build
|
|
5
5
|
houdini:compile:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
houdini:typedefs: cache hit, replaying output
|
|
1
|
+
houdini:typedefs: cache hit, replaying output b9d6d27ef3474182
|
|
2
2
|
houdini:typedefs:
|
|
3
|
-
houdini:typedefs: > houdini@0.17.
|
|
3
|
+
houdini:typedefs: > houdini@0.17.3 typedefs /home/runner/work/houdini/houdini/packages/houdini
|
|
4
4
|
houdini:typedefs: > scripts typedefs
|
|
5
5
|
houdini:typedefs:
|
package/CHANGELOG.md
CHANGED
package/build/cmd-cjs/index.js
CHANGED
|
@@ -77535,8 +77535,8 @@ async function updatePackageJSON(targetPath) {
|
|
|
77535
77535
|
}
|
|
77536
77536
|
packageJSON.devDependencies = {
|
|
77537
77537
|
...packageJSON.devDependencies,
|
|
77538
|
-
houdini: "^0.17.
|
|
77539
|
-
"houdini-svelte": "^0.17.
|
|
77538
|
+
houdini: "^0.17.3",
|
|
77539
|
+
"houdini-svelte": "^0.17.3",
|
|
77540
77540
|
graphql: "^15.5.0"
|
|
77541
77541
|
};
|
|
77542
77542
|
await fs_exports.writeFile(packagePath, JSON.stringify(packageJSON, null, 4));
|
package/build/cmd-esm/index.js
CHANGED
|
@@ -77540,8 +77540,8 @@ async function updatePackageJSON(targetPath) {
|
|
|
77540
77540
|
}
|
|
77541
77541
|
packageJSON.devDependencies = {
|
|
77542
77542
|
...packageJSON.devDependencies,
|
|
77543
|
-
houdini: "^0.17.
|
|
77544
|
-
"houdini-svelte": "^0.17.
|
|
77543
|
+
houdini: "^0.17.3",
|
|
77544
|
+
"houdini-svelte": "^0.17.3",
|
|
77545
77545
|
graphql: "^15.5.0"
|
|
77546
77546
|
};
|
|
77547
77547
|
await fs_exports.writeFile(packagePath, JSON.stringify(packageJSON, null, 4));
|