@cedarjs/graphql-server 3.1.1-rc.4 → 3.1.1-rc.5

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.
Files changed (2) hide show
  1. package/dist/cjs/index.js +10 -10
  2. package/package.json +7 -7
package/dist/cjs/index.js CHANGED
@@ -27,8 +27,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
27
27
  mod
28
28
  ));
29
29
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
30
- var index_exports = {};
31
- __export(index_exports, {
30
+ var src_exports = {};
31
+ __export(src_exports, {
32
32
  DirectiveType: () => import_useRedwoodDirective.DirectiveType,
33
33
  context: () => import_context.context,
34
34
  createTransformerDirective: () => import_makeDirectives.createTransformerDirective,
@@ -40,15 +40,15 @@ __export(index_exports, {
40
40
  setContext: () => import_context.setContext,
41
41
  useRedwoodDirective: () => import_useRedwoodDirective.useRedwoodDirective
42
42
  });
43
- module.exports = __toCommonJS(index_exports);
43
+ module.exports = __toCommonJS(src_exports);
44
44
  var import_global_api_auto_imports = require("./global.api-auto-imports.js");
45
- __reExport(index_exports, require("./global.api-auto-imports.js"), module.exports);
46
- __reExport(index_exports, require("./errors.js"), module.exports);
47
- __reExport(index_exports, require("./functions/graphql.js"), module.exports);
48
- __reExport(index_exports, require("./functions/useRequireAuth.js"), module.exports);
49
- __reExport(index_exports, require("./makeMergedSchema.js"), module.exports);
50
- __reExport(index_exports, require("./createGraphQLYoga.js"), module.exports);
51
- __reExport(index_exports, require("./types.js"), module.exports);
45
+ __reExport(src_exports, require("./global.api-auto-imports.js"), module.exports);
46
+ __reExport(src_exports, require("./errors.js"), module.exports);
47
+ __reExport(src_exports, require("./functions/graphql.js"), module.exports);
48
+ __reExport(src_exports, require("./functions/useRequireAuth.js"), module.exports);
49
+ __reExport(src_exports, require("./makeMergedSchema.js"), module.exports);
50
+ __reExport(src_exports, require("./createGraphQLYoga.js"), module.exports);
51
+ __reExport(src_exports, require("./types.js"), module.exports);
52
52
  var import_makeDirectives = require("./directives/makeDirectives.js");
53
53
  var import_useRedwoodDirective = require("./plugins/useRedwoodDirective.js");
54
54
  var rootSchema = __toESM(require("./rootSchema.js"), 1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/graphql-server",
3
- "version": "3.1.1-rc.4",
3
+ "version": "3.1.1-rc.5",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -37,8 +37,8 @@
37
37
  "test:watch": "yarn test --watch"
38
38
  },
39
39
  "dependencies": {
40
- "@cedarjs/api": "3.1.1-rc.4",
41
- "@cedarjs/context": "3.1.1-rc.4",
40
+ "@cedarjs/api": "3.1.1-rc.5",
41
+ "@cedarjs/context": "3.1.1-rc.5",
42
42
  "@envelop/core": "5.5.1",
43
43
  "@envelop/depth-limit": "4.0.0",
44
44
  "@envelop/disable-introspection": "6.0.0",
@@ -60,9 +60,9 @@
60
60
  "devDependencies": {
61
61
  "@babel/cli": "7.28.6",
62
62
  "@babel/core": "^7.26.10",
63
- "@cedarjs/framework-tools": "3.1.1-rc.4",
64
- "@cedarjs/project-config": "3.1.1-rc.4",
65
- "@cedarjs/realtime": "3.1.1-rc.4",
63
+ "@cedarjs/framework-tools": "3.1.1-rc.5",
64
+ "@cedarjs/project-config": "3.1.1-rc.5",
65
+ "@cedarjs/realtime": "3.1.1-rc.5",
66
66
  "@envelop/types": "5.2.1",
67
67
  "@types/aws-lambda": "8.10.161",
68
68
  "@types/jsonwebtoken": "9.0.10",
@@ -82,5 +82,5 @@
82
82
  "publishConfig": {
83
83
  "access": "public"
84
84
  },
85
- "gitHead": "0a458e403b60d58278f0d6f17232c640f3523b19"
85
+ "gitHead": "6eef6b029defde8c2c677b1424dcc5b5258fb564"
86
86
  }