houdini 1.2.55 → 1.2.56
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/build/codegen-cjs/index.js +1 -0
- package/build/codegen-esm/index.js +1 -0
- package/build/lib-cjs/index.js +1 -0
- package/build/lib-esm/index.js +1 -0
- package/build/runtime-cjs/cache/storage.js +1 -0
- package/build/runtime-esm/cache/storage.js +1 -0
- package/build/test-cjs/index.js +1 -0
- package/build/test-esm/index.js +1 -0
- package/build/vite-cjs/index.js +1 -0
- package/build/vite-esm/index.js +1 -0
- package/package.json +1 -1
package/build/cmd-cjs/index.js
CHANGED
|
@@ -66195,6 +66195,7 @@ var Layer = class {
|
|
|
66195
66195
|
[id]: {
|
|
66196
66196
|
...this.operations[id],
|
|
66197
66197
|
fields: {
|
|
66198
|
+
...this.operations[id]?.fields,
|
|
66198
66199
|
[field]: [...this.operations[id]?.fields[field] || [], operation]
|
|
66199
66200
|
}
|
|
66200
66201
|
}
|
|
@@ -78411,12 +78412,12 @@ async function packageJSON(targetPath, frameworkInfo) {
|
|
|
78411
78412
|
}
|
|
78412
78413
|
packageJSON2.devDependencies = {
|
|
78413
78414
|
...packageJSON2.devDependencies,
|
|
78414
|
-
houdini: "^1.2.
|
|
78415
|
+
houdini: "^1.2.56"
|
|
78415
78416
|
};
|
|
78416
78417
|
if (frameworkInfo.framework === "svelte" || frameworkInfo.framework === "kit") {
|
|
78417
78418
|
packageJSON2.devDependencies = {
|
|
78418
78419
|
...packageJSON2.devDependencies,
|
|
78419
|
-
"houdini-svelte": "^1.2.
|
|
78420
|
+
"houdini-svelte": "^1.2.56"
|
|
78420
78421
|
};
|
|
78421
78422
|
} else {
|
|
78422
78423
|
throw new Error(`Unmanaged framework: "${JSON.stringify(frameworkInfo)}"`);
|
package/build/cmd-esm/index.js
CHANGED
|
@@ -66201,6 +66201,7 @@ var Layer = class {
|
|
|
66201
66201
|
[id]: {
|
|
66202
66202
|
...this.operations[id],
|
|
66203
66203
|
fields: {
|
|
66204
|
+
...this.operations[id]?.fields,
|
|
66204
66205
|
[field]: [...this.operations[id]?.fields[field] || [], operation]
|
|
66205
66206
|
}
|
|
66206
66207
|
}
|
|
@@ -78416,12 +78417,12 @@ async function packageJSON(targetPath, frameworkInfo) {
|
|
|
78416
78417
|
}
|
|
78417
78418
|
packageJSON2.devDependencies = {
|
|
78418
78419
|
...packageJSON2.devDependencies,
|
|
78419
|
-
houdini: "^1.2.
|
|
78420
|
+
houdini: "^1.2.56"
|
|
78420
78421
|
};
|
|
78421
78422
|
if (frameworkInfo.framework === "svelte" || frameworkInfo.framework === "kit") {
|
|
78422
78423
|
packageJSON2.devDependencies = {
|
|
78423
78424
|
...packageJSON2.devDependencies,
|
|
78424
|
-
"houdini-svelte": "^1.2.
|
|
78425
|
+
"houdini-svelte": "^1.2.56"
|
|
78425
78426
|
};
|
|
78426
78427
|
} else {
|
|
78427
78428
|
throw new Error(`Unmanaged framework: "${JSON.stringify(frameworkInfo)}"`);
|
|
@@ -55416,6 +55416,7 @@ var Layer = class {
|
|
|
55416
55416
|
[id]: {
|
|
55417
55417
|
...this.operations[id],
|
|
55418
55418
|
fields: {
|
|
55419
|
+
...this.operations[id]?.fields,
|
|
55419
55420
|
[field]: [...this.operations[id]?.fields[field] || [], operation]
|
|
55420
55421
|
}
|
|
55421
55422
|
}
|
|
@@ -55416,6 +55416,7 @@ var Layer = class {
|
|
|
55416
55416
|
[id]: {
|
|
55417
55417
|
...this.operations[id],
|
|
55418
55418
|
fields: {
|
|
55419
|
+
...this.operations[id]?.fields,
|
|
55419
55420
|
[field]: [...this.operations[id]?.fields[field] || [], operation]
|
|
55420
55421
|
}
|
|
55421
55422
|
}
|
package/build/lib-cjs/index.js
CHANGED
|
@@ -64842,6 +64842,7 @@ var Layer = class {
|
|
|
64842
64842
|
[id]: {
|
|
64843
64843
|
...this.operations[id],
|
|
64844
64844
|
fields: {
|
|
64845
|
+
...this.operations[id]?.fields,
|
|
64845
64846
|
[field]: [...this.operations[id]?.fields[field] || [], operation]
|
|
64846
64847
|
}
|
|
64847
64848
|
}
|
package/build/lib-esm/index.js
CHANGED
|
@@ -64758,6 +64758,7 @@ var Layer = class {
|
|
|
64758
64758
|
[id]: {
|
|
64759
64759
|
...this.operations[id],
|
|
64760
64760
|
fields: {
|
|
64761
|
+
...this.operations[id]?.fields,
|
|
64761
64762
|
[field]: [...this.operations[id]?.fields[field] || [], operation]
|
|
64762
64763
|
}
|
|
64763
64764
|
}
|
package/build/test-cjs/index.js
CHANGED
|
@@ -55426,6 +55426,7 @@ var Layer = class {
|
|
|
55426
55426
|
[id]: {
|
|
55427
55427
|
...this.operations[id],
|
|
55428
55428
|
fields: {
|
|
55429
|
+
...this.operations[id]?.fields,
|
|
55429
55430
|
[field]: [...this.operations[id]?.fields[field] || [], operation]
|
|
55430
55431
|
}
|
|
55431
55432
|
}
|
package/build/test-esm/index.js
CHANGED
|
@@ -55423,6 +55423,7 @@ var Layer = class {
|
|
|
55423
55423
|
[id]: {
|
|
55424
55424
|
...this.operations[id],
|
|
55425
55425
|
fields: {
|
|
55426
|
+
...this.operations[id]?.fields,
|
|
55426
55427
|
[field]: [...this.operations[id]?.fields[field] || [], operation]
|
|
55427
55428
|
}
|
|
55428
55429
|
}
|
package/build/vite-cjs/index.js
CHANGED
|
@@ -67592,6 +67592,7 @@ var Layer = class {
|
|
|
67592
67592
|
[id]: {
|
|
67593
67593
|
...this.operations[id],
|
|
67594
67594
|
fields: {
|
|
67595
|
+
...this.operations[id]?.fields,
|
|
67595
67596
|
[field]: [...this.operations[id]?.fields[field] || [], operation]
|
|
67596
67597
|
}
|
|
67597
67598
|
}
|
package/build/vite-esm/index.js
CHANGED
|
@@ -67586,6 +67586,7 @@ var Layer = class {
|
|
|
67586
67586
|
[id]: {
|
|
67587
67587
|
...this.operations[id],
|
|
67588
67588
|
fields: {
|
|
67589
|
+
...this.operations[id]?.fields,
|
|
67589
67590
|
[field]: [...this.operations[id]?.fields[field] || [], operation]
|
|
67590
67591
|
}
|
|
67591
67592
|
}
|