houdini 0.20.1 → 0.20.2
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 +3 -2
- package/build/cmd-esm/index.js +3 -2
- package/package.json +1 -1
package/build/cmd-cjs/index.js
CHANGED
|
@@ -77715,8 +77715,8 @@ async function updatePackageJSON(targetPath) {
|
|
|
77715
77715
|
}
|
|
77716
77716
|
packageJSON.devDependencies = {
|
|
77717
77717
|
...packageJSON.devDependencies,
|
|
77718
|
-
houdini: "^0.20.
|
|
77719
|
-
"houdini-svelte": "^0.20.
|
|
77718
|
+
houdini: "^0.20.2",
|
|
77719
|
+
"houdini-svelte": "^0.20.2",
|
|
77720
77720
|
graphql: "^15.8.0"
|
|
77721
77721
|
};
|
|
77722
77722
|
await fs_exports.writeFile(packagePath, JSON.stringify(packageJSON, null, 4));
|
|
@@ -77730,6 +77730,7 @@ async function graphqlRCFile(targetPath) {
|
|
|
77730
77730
|
- ./$houdini/graphql/schema.graphql
|
|
77731
77731
|
documents:
|
|
77732
77732
|
- '**/*.gql'
|
|
77733
|
+
- '**/*.svelte'
|
|
77733
77734
|
- ./$houdini/graphql/documents.gql
|
|
77734
77735
|
`;
|
|
77735
77736
|
await updateFile({
|
package/build/cmd-esm/index.js
CHANGED
|
@@ -77720,8 +77720,8 @@ async function updatePackageJSON(targetPath) {
|
|
|
77720
77720
|
}
|
|
77721
77721
|
packageJSON.devDependencies = {
|
|
77722
77722
|
...packageJSON.devDependencies,
|
|
77723
|
-
houdini: "^0.20.
|
|
77724
|
-
"houdini-svelte": "^0.20.
|
|
77723
|
+
houdini: "^0.20.2",
|
|
77724
|
+
"houdini-svelte": "^0.20.2",
|
|
77725
77725
|
graphql: "^15.8.0"
|
|
77726
77726
|
};
|
|
77727
77727
|
await fs_exports.writeFile(packagePath, JSON.stringify(packageJSON, null, 4));
|
|
@@ -77735,6 +77735,7 @@ async function graphqlRCFile(targetPath) {
|
|
|
77735
77735
|
- ./$houdini/graphql/schema.graphql
|
|
77736
77736
|
documents:
|
|
77737
77737
|
- '**/*.gql'
|
|
77738
|
+
- '**/*.svelte'
|
|
77738
77739
|
- ./$houdini/graphql/documents.gql
|
|
77739
77740
|
`;
|
|
77740
77741
|
await updateFile({
|