houdini 0.17.7 → 0.17.8
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 46091d3751e7378b
|
|
2
2
|
houdini:compile:
|
|
3
|
-
houdini:compile: > houdini@0.17.
|
|
3
|
+
houdini:compile: > houdini@0.17.8 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 56dc71f9cf5019cc
|
|
2
2
|
houdini:typedefs:
|
|
3
|
-
houdini:typedefs: > houdini@0.17.
|
|
3
|
+
houdini:typedefs: > houdini@0.17.8 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
|
@@ -76449,8 +76449,8 @@ async function updatePackageJSON(targetPath) {
|
|
|
76449
76449
|
}
|
|
76450
76450
|
packageJSON.devDependencies = {
|
|
76451
76451
|
...packageJSON.devDependencies,
|
|
76452
|
-
houdini: "^0.17.
|
|
76453
|
-
"houdini-svelte": "^0.17.
|
|
76452
|
+
houdini: "^0.17.8",
|
|
76453
|
+
"houdini-svelte": "^0.17.8",
|
|
76454
76454
|
graphql: "^15.8.0"
|
|
76455
76455
|
};
|
|
76456
76456
|
await fs_exports.writeFile(packagePath, JSON.stringify(packageJSON, null, 4));
|
package/build/cmd-esm/index.js
CHANGED
|
@@ -76454,8 +76454,8 @@ async function updatePackageJSON(targetPath) {
|
|
|
76454
76454
|
}
|
|
76455
76455
|
packageJSON.devDependencies = {
|
|
76456
76456
|
...packageJSON.devDependencies,
|
|
76457
|
-
houdini: "^0.17.
|
|
76458
|
-
"houdini-svelte": "^0.17.
|
|
76457
|
+
houdini: "^0.17.8",
|
|
76458
|
+
"houdini-svelte": "^0.17.8",
|
|
76459
76459
|
graphql: "^15.8.0"
|
|
76460
76460
|
};
|
|
76461
76461
|
await fs_exports.writeFile(packagePath, JSON.stringify(packageJSON, null, 4));
|