houdini-svelte 0.0.0-20250326081453 → 0.0.0-20250326081642
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.
|
@@ -21,9 +21,9 @@ __export(mutation_exports, {
|
|
|
21
21
|
MutationStore: () => MutationStore
|
|
22
22
|
});
|
|
23
23
|
module.exports = __toCommonJS(mutation_exports);
|
|
24
|
+
var import_client = require("../client");
|
|
24
25
|
var import_base = require("./base");
|
|
25
26
|
var import_query = require("./query");
|
|
26
|
-
var import_client = require("../client");
|
|
27
27
|
class MutationStore extends import_base.BaseStore {
|
|
28
28
|
kind = "HoudiniMutation";
|
|
29
29
|
async mutate(variables, {
|