@cedarjs/graphql-server 1.0.0-canary.12993 → 1.0.0-canary.12995

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.
@@ -135,7 +135,7 @@ function wrapAffectedResolvers(schema, options) {
135
135
  });
136
136
  }
137
137
  const useRedwoodDirective = (options) => {
138
- const wasDirectiveApplied = Symbol.for(`useRedwoodDirective.${options.name}}`);
138
+ const wasDirectiveApplied = /* @__PURE__ */ Symbol.for(`useRedwoodDirective.${options.name}}`);
139
139
  return {
140
140
  onSchemaChange({ schema, replaceSchema }) {
141
141
  if (schema.extensions?.[wasDirectiveApplied] === true) {
@@ -108,7 +108,7 @@ function wrapAffectedResolvers(schema, options) {
108
108
  });
109
109
  }
110
110
  const useRedwoodDirective = (options) => {
111
- const wasDirectiveApplied = Symbol.for(`useRedwoodDirective.${options.name}}`);
111
+ const wasDirectiveApplied = /* @__PURE__ */ Symbol.for(`useRedwoodDirective.${options.name}}`);
112
112
  return {
113
113
  onSchemaChange({ schema, replaceSchema }) {
114
114
  if (schema.extensions?.[wasDirectiveApplied] === true) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/graphql-server",
3
- "version": "1.0.0-canary.12993+2111bbee4",
3
+ "version": "1.0.0-canary.12995+a27e11217",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -38,8 +38,8 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@babel/runtime-corejs3": "7.28.4",
41
- "@cedarjs/api": "1.0.0-canary.12993",
42
- "@cedarjs/context": "1.0.0-canary.12993",
41
+ "@cedarjs/api": "1.0.0-canary.12995",
42
+ "@cedarjs/context": "1.0.0-canary.12995",
43
43
  "@envelop/core": "5.4.0",
44
44
  "@envelop/depth-limit": "4.0.0",
45
45
  "@envelop/disable-introspection": "6.0.0",
@@ -62,9 +62,9 @@
62
62
  "devDependencies": {
63
63
  "@babel/cli": "7.28.3",
64
64
  "@babel/core": "^7.26.10",
65
- "@cedarjs/framework-tools": "1.0.0-canary.12993",
66
- "@cedarjs/project-config": "1.0.0-canary.12993",
67
- "@cedarjs/realtime": "1.0.0-canary.12993",
65
+ "@cedarjs/framework-tools": "1.0.0-canary.12995",
66
+ "@cedarjs/project-config": "1.0.0-canary.12995",
67
+ "@cedarjs/realtime": "1.0.0-canary.12995",
68
68
  "@envelop/types": "5.2.1",
69
69
  "@types/aws-lambda": "8.10.159",
70
70
  "@types/jsonwebtoken": "9.0.10",
@@ -82,5 +82,5 @@
82
82
  "publishConfig": {
83
83
  "access": "public"
84
84
  },
85
- "gitHead": "2111bbee45a532cc221c46ae8b6c76838570ff08"
85
+ "gitHead": "a27e112173c5a25a229ee1692814ee8eeb4ec7a1"
86
86
  }