houdini-svelte 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.
package/build/test-cjs/index.js
CHANGED
|
@@ -150035,7 +150035,7 @@ function listDefinitions(config22, docs) {
|
|
|
150035
150035
|
AST10.tsTypeAnnotation(
|
|
150036
150036
|
AST10.tsTypeLiteral([
|
|
150037
150037
|
AST10.tsPropertySignature(
|
|
150038
|
-
AST10.identifier("
|
|
150038
|
+
AST10.identifier("types"),
|
|
150039
150039
|
AST10.tsTypeAnnotation(
|
|
150040
150040
|
AST10.tsUnionType(
|
|
150041
150041
|
possibleTypes.map(
|
package/build/test-esm/index.js
CHANGED
|
@@ -150026,7 +150026,7 @@ function listDefinitions(config22, docs) {
|
|
|
150026
150026
|
AST10.tsTypeAnnotation(
|
|
150027
150027
|
AST10.tsTypeLiteral([
|
|
150028
150028
|
AST10.tsPropertySignature(
|
|
150029
|
-
AST10.identifier("
|
|
150029
|
+
AST10.identifier("types"),
|
|
150030
150030
|
AST10.tsTypeAnnotation(
|
|
150031
150031
|
AST10.tsUnionType(
|
|
150032
150032
|
possibleTypes.map(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "houdini-svelte",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.1",
|
|
4
4
|
"description": "The svelte plugin for houdini",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"recast": "^0.23.1",
|
|
32
32
|
"svelte": "^3.55.0",
|
|
33
33
|
"vite": "^4.0.1",
|
|
34
|
-
"houdini": "^0.19.
|
|
34
|
+
"houdini": "^0.19.1"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"graphql": "^14.0.0 || ^15.0.0"
|