houdini-svelte 0.19.3 → 0.19.4
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.
|
@@ -156433,9 +156433,7 @@ function find_insert_index(script) {
|
|
|
156433
156433
|
return insert_index;
|
|
156434
156434
|
}
|
|
156435
156435
|
function find_exported_fn(body, name2) {
|
|
156436
|
-
console.log(body);
|
|
156437
156436
|
for (const statement of body) {
|
|
156438
|
-
console.log(statement);
|
|
156439
156437
|
if (statement.type !== "ExportNamedDeclaration") {
|
|
156440
156438
|
continue;
|
|
156441
156439
|
}
|
|
@@ -156428,9 +156428,7 @@ function find_insert_index(script) {
|
|
|
156428
156428
|
return insert_index;
|
|
156429
156429
|
}
|
|
156430
156430
|
function find_exported_fn(body, name2) {
|
|
156431
|
-
console.log(body);
|
|
156432
156431
|
for (const statement of body) {
|
|
156433
|
-
console.log(statement);
|
|
156434
156432
|
if (statement.type !== "ExportNamedDeclaration") {
|
|
156435
156433
|
continue;
|
|
156436
156434
|
}
|
|
@@ -188221,9 +188221,7 @@ function find_insert_index(script) {
|
|
|
188221
188221
|
return insert_index;
|
|
188222
188222
|
}
|
|
188223
188223
|
function find_exported_fn(body, name2) {
|
|
188224
|
-
console.log(body);
|
|
188225
188224
|
for (const statement of body) {
|
|
188226
|
-
console.log(statement);
|
|
188227
188225
|
if (statement.type !== "ExportNamedDeclaration") {
|
|
188228
188226
|
continue;
|
|
188229
188227
|
}
|
|
@@ -188213,9 +188213,7 @@ function find_insert_index(script) {
|
|
|
188213
188213
|
return insert_index;
|
|
188214
188214
|
}
|
|
188215
188215
|
function find_exported_fn(body, name2) {
|
|
188216
|
-
console.log(body);
|
|
188217
188216
|
for (const statement of body) {
|
|
188218
|
-
console.log(statement);
|
|
188219
188217
|
if (statement.type !== "ExportNamedDeclaration") {
|
|
188220
188218
|
continue;
|
|
188221
188219
|
}
|
package/build/test-cjs/index.js
CHANGED
|
@@ -272944,9 +272944,7 @@ function find_insert_index(script) {
|
|
|
272944
272944
|
return insert_index;
|
|
272945
272945
|
}
|
|
272946
272946
|
function find_exported_fn(body, name2) {
|
|
272947
|
-
console.log(body);
|
|
272948
272947
|
for (const statement of body) {
|
|
272949
|
-
console.log(statement);
|
|
272950
272948
|
if (statement.type !== "ExportNamedDeclaration") {
|
|
272951
272949
|
continue;
|
|
272952
272950
|
}
|
package/build/test-esm/index.js
CHANGED
|
@@ -272933,9 +272933,7 @@ function find_insert_index(script) {
|
|
|
272933
272933
|
return insert_index;
|
|
272934
272934
|
}
|
|
272935
272935
|
function find_exported_fn(body, name2) {
|
|
272936
|
-
console.log(body);
|
|
272937
272936
|
for (const statement of body) {
|
|
272938
|
-
console.log(statement);
|
|
272939
272937
|
if (statement.type !== "ExportNamedDeclaration") {
|
|
272940
272938
|
continue;
|
|
272941
272939
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "houdini-svelte",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.4",
|
|
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.4"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"graphql": "^14.0.0 || ^15.0.0"
|