houdini 0.19.0 → 0.19.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 -3
- package/build/cmd-esm/index.js +3 -3
- package/build/codegen-cjs/index.js +1 -1
- package/build/codegen-esm/index.js +1 -1
- package/build/test-cjs/index.js +1 -1
- package/build/test-esm/index.js +1 -1
- package/build/vite-cjs/index.js +1 -1
- package/build/vite-esm/index.js +1 -1
- package/package.json +1 -1
package/build/cmd-cjs/index.js
CHANGED
|
@@ -74915,7 +74915,7 @@ function listDefinitions(config2, docs) {
|
|
|
74915
74915
|
AST10.tsTypeAnnotation(
|
|
74916
74916
|
AST10.tsTypeLiteral([
|
|
74917
74917
|
AST10.tsPropertySignature(
|
|
74918
|
-
AST10.identifier("
|
|
74918
|
+
AST10.identifier("types"),
|
|
74919
74919
|
AST10.tsTypeAnnotation(
|
|
74920
74920
|
AST10.tsUnionType(
|
|
74921
74921
|
possibleTypes.map(
|
|
@@ -77733,8 +77733,8 @@ async function updatePackageJSON(targetPath) {
|
|
|
77733
77733
|
}
|
|
77734
77734
|
packageJSON.devDependencies = {
|
|
77735
77735
|
...packageJSON.devDependencies,
|
|
77736
|
-
houdini: "^0.19.
|
|
77737
|
-
"houdini-svelte": "^0.19.
|
|
77736
|
+
houdini: "^0.19.2",
|
|
77737
|
+
"houdini-svelte": "^0.19.2",
|
|
77738
77738
|
graphql: "^15.8.0"
|
|
77739
77739
|
};
|
|
77740
77740
|
await fs_exports.writeFile(packagePath, JSON.stringify(packageJSON, null, 4));
|
package/build/cmd-esm/index.js
CHANGED
|
@@ -74920,7 +74920,7 @@ function listDefinitions(config2, docs) {
|
|
|
74920
74920
|
AST10.tsTypeAnnotation(
|
|
74921
74921
|
AST10.tsTypeLiteral([
|
|
74922
74922
|
AST10.tsPropertySignature(
|
|
74923
|
-
AST10.identifier("
|
|
74923
|
+
AST10.identifier("types"),
|
|
74924
74924
|
AST10.tsTypeAnnotation(
|
|
74925
74925
|
AST10.tsUnionType(
|
|
74926
74926
|
possibleTypes.map(
|
|
@@ -77738,8 +77738,8 @@ async function updatePackageJSON(targetPath) {
|
|
|
77738
77738
|
}
|
|
77739
77739
|
packageJSON.devDependencies = {
|
|
77740
77740
|
...packageJSON.devDependencies,
|
|
77741
|
-
houdini: "^0.19.
|
|
77742
|
-
"houdini-svelte": "^0.19.
|
|
77741
|
+
houdini: "^0.19.2",
|
|
77742
|
+
"houdini-svelte": "^0.19.2",
|
|
77743
77743
|
graphql: "^15.8.0"
|
|
77744
77744
|
};
|
|
77745
77745
|
await fs_exports.writeFile(packagePath, JSON.stringify(packageJSON, null, 4));
|
|
@@ -58742,7 +58742,7 @@ function listDefinitions(config2, docs) {
|
|
|
58742
58742
|
AST10.tsTypeAnnotation(
|
|
58743
58743
|
AST10.tsTypeLiteral([
|
|
58744
58744
|
AST10.tsPropertySignature(
|
|
58745
|
-
AST10.identifier("
|
|
58745
|
+
AST10.identifier("types"),
|
|
58746
58746
|
AST10.tsTypeAnnotation(
|
|
58747
58747
|
AST10.tsUnionType(
|
|
58748
58748
|
possibleTypes.map(
|
|
@@ -58740,7 +58740,7 @@ function listDefinitions(config2, docs) {
|
|
|
58740
58740
|
AST10.tsTypeAnnotation(
|
|
58741
58741
|
AST10.tsTypeLiteral([
|
|
58742
58742
|
AST10.tsPropertySignature(
|
|
58743
|
-
AST10.identifier("
|
|
58743
|
+
AST10.identifier("types"),
|
|
58744
58744
|
AST10.tsTypeAnnotation(
|
|
58745
58745
|
AST10.tsUnionType(
|
|
58746
58746
|
possibleTypes.map(
|
package/build/test-cjs/index.js
CHANGED
|
@@ -59048,7 +59048,7 @@ function listDefinitions(config2, docs) {
|
|
|
59048
59048
|
AST10.tsTypeAnnotation(
|
|
59049
59049
|
AST10.tsTypeLiteral([
|
|
59050
59050
|
AST10.tsPropertySignature(
|
|
59051
|
-
AST10.identifier("
|
|
59051
|
+
AST10.identifier("types"),
|
|
59052
59052
|
AST10.tsTypeAnnotation(
|
|
59053
59053
|
AST10.tsUnionType(
|
|
59054
59054
|
possibleTypes.map(
|
package/build/test-esm/index.js
CHANGED
|
@@ -59043,7 +59043,7 @@ function listDefinitions(config2, docs) {
|
|
|
59043
59043
|
AST10.tsTypeAnnotation(
|
|
59044
59044
|
AST10.tsTypeLiteral([
|
|
59045
59045
|
AST10.tsPropertySignature(
|
|
59046
|
-
AST10.identifier("
|
|
59046
|
+
AST10.identifier("types"),
|
|
59047
59047
|
AST10.tsTypeAnnotation(
|
|
59048
59048
|
AST10.tsUnionType(
|
|
59049
59049
|
possibleTypes.map(
|
package/build/vite-cjs/index.js
CHANGED
|
@@ -71779,7 +71779,7 @@ function listDefinitions(config4, docs) {
|
|
|
71779
71779
|
AST10.tsTypeAnnotation(
|
|
71780
71780
|
AST10.tsTypeLiteral([
|
|
71781
71781
|
AST10.tsPropertySignature(
|
|
71782
|
-
AST10.identifier("
|
|
71782
|
+
AST10.identifier("types"),
|
|
71783
71783
|
AST10.tsTypeAnnotation(
|
|
71784
71784
|
AST10.tsUnionType(
|
|
71785
71785
|
possibleTypes.map(
|
package/build/vite-esm/index.js
CHANGED
|
@@ -71773,7 +71773,7 @@ function listDefinitions(config4, docs) {
|
|
|
71773
71773
|
AST10.tsTypeAnnotation(
|
|
71774
71774
|
AST10.tsTypeLiteral([
|
|
71775
71775
|
AST10.tsPropertySignature(
|
|
71776
|
-
AST10.identifier("
|
|
71776
|
+
AST10.identifier("types"),
|
|
71777
71777
|
AST10.tsTypeAnnotation(
|
|
71778
71778
|
AST10.tsUnionType(
|
|
71779
71779
|
possibleTypes.map(
|