@soda-gql/builder 0.4.0 → 0.4.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/dist/index.cjs CHANGED
@@ -32,6 +32,10 @@ let node_vm = require("node:vm");
32
32
  let __soda_gql_common = require("@soda-gql/common");
33
33
  let __soda_gql_core = require("@soda-gql/core");
34
34
  __soda_gql_core = __toESM(__soda_gql_core);
35
+ let __soda_gql_core_adapter = require("@soda-gql/core/adapter");
36
+ __soda_gql_core_adapter = __toESM(__soda_gql_core_adapter);
37
+ let __soda_gql_core_runtime = require("@soda-gql/core/runtime");
38
+ __soda_gql_core_runtime = __toESM(__soda_gql_core_runtime);
35
39
  let __soda_gql_runtime = require("@soda-gql/runtime");
36
40
  __soda_gql_runtime = __toESM(__soda_gql_runtime);
37
41
  let __swc_core = require("@swc/core");
@@ -709,6 +713,12 @@ function executeGraphqlSystemModule(modulePath) {
709
713
  if (path === "@soda-gql/core") {
710
714
  return __soda_gql_core;
711
715
  }
716
+ if (path === "@soda-gql/core/adapter") {
717
+ return __soda_gql_core_adapter;
718
+ }
719
+ if (path === "@soda-gql/core/runtime") {
720
+ return __soda_gql_core_runtime;
721
+ }
712
722
  if (path === "@soda-gql/runtime") {
713
723
  return __soda_gql_runtime;
714
724
  }