houdini 0.19.0 → 0.19.1

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.
@@ -74915,7 +74915,7 @@ function listDefinitions(config2, docs) {
74915
74915
  AST10.tsTypeAnnotation(
74916
74916
  AST10.tsTypeLiteral([
74917
74917
  AST10.tsPropertySignature(
74918
- AST10.identifier("type"),
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.0",
77737
- "houdini-svelte": "^0.19.0",
77736
+ houdini: "^0.19.1",
77737
+ "houdini-svelte": "^0.19.1",
77738
77738
  graphql: "^15.8.0"
77739
77739
  };
77740
77740
  await fs_exports.writeFile(packagePath, JSON.stringify(packageJSON, null, 4));
@@ -74920,7 +74920,7 @@ function listDefinitions(config2, docs) {
74920
74920
  AST10.tsTypeAnnotation(
74921
74921
  AST10.tsTypeLiteral([
74922
74922
  AST10.tsPropertySignature(
74923
- AST10.identifier("type"),
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.0",
77742
- "houdini-svelte": "^0.19.0",
77741
+ houdini: "^0.19.1",
77742
+ "houdini-svelte": "^0.19.1",
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("type"),
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("type"),
58743
+ AST10.identifier("types"),
58744
58744
  AST10.tsTypeAnnotation(
58745
58745
  AST10.tsUnionType(
58746
58746
  possibleTypes.map(
@@ -59048,7 +59048,7 @@ function listDefinitions(config2, docs) {
59048
59048
  AST10.tsTypeAnnotation(
59049
59049
  AST10.tsTypeLiteral([
59050
59050
  AST10.tsPropertySignature(
59051
- AST10.identifier("type"),
59051
+ AST10.identifier("types"),
59052
59052
  AST10.tsTypeAnnotation(
59053
59053
  AST10.tsUnionType(
59054
59054
  possibleTypes.map(
@@ -59043,7 +59043,7 @@ function listDefinitions(config2, docs) {
59043
59043
  AST10.tsTypeAnnotation(
59044
59044
  AST10.tsTypeLiteral([
59045
59045
  AST10.tsPropertySignature(
59046
- AST10.identifier("type"),
59046
+ AST10.identifier("types"),
59047
59047
  AST10.tsTypeAnnotation(
59048
59048
  AST10.tsUnionType(
59049
59049
  possibleTypes.map(
@@ -71779,7 +71779,7 @@ function listDefinitions(config4, docs) {
71779
71779
  AST10.tsTypeAnnotation(
71780
71780
  AST10.tsTypeLiteral([
71781
71781
  AST10.tsPropertySignature(
71782
- AST10.identifier("type"),
71782
+ AST10.identifier("types"),
71783
71783
  AST10.tsTypeAnnotation(
71784
71784
  AST10.tsUnionType(
71785
71785
  possibleTypes.map(
@@ -71773,7 +71773,7 @@ function listDefinitions(config4, docs) {
71773
71773
  AST10.tsTypeAnnotation(
71774
71774
  AST10.tsTypeLiteral([
71775
71775
  AST10.tsPropertySignature(
71776
- AST10.identifier("type"),
71776
+ AST10.identifier("types"),
71777
71777
  AST10.tsTypeAnnotation(
71778
71778
  AST10.tsUnionType(
71779
71779
  possibleTypes.map(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "houdini",
3
- "version": "0.19.0",
3
+ "version": "0.19.1",
4
4
  "description": "The disappearing GraphQL clients",
5
5
  "keywords": [
6
6
  "typescript",