@cedarjs/internal 5.0.0-canary.2341 → 5.0.0-canary.2347

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.
@@ -1 +1 @@
1
- {"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../src/build/api.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAgB,YAAY,EAAe,MAAM,SAAS,CAAA;AAetE,eAAO,MAAM,QAAQ,4DAIpB,CAAA;AAED,eAAO,MAAM,UAAU,4DAMtB,CAAA;AAED,eAAO,MAAM,aAAa,qBAGzB,CAAA;AAqED,eAAO,MAAM,gBAAgB,iHAiD5B,CAAA"}
1
+ {"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../src/build/api.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAgB,YAAY,EAAe,MAAM,SAAS,CAAA;AAetE,eAAO,MAAM,QAAQ,4DAIpB,CAAA;AAED,eAAO,MAAM,UAAU,4DAMtB,CAAA;AAED,eAAO,MAAM,aAAa,qBAGzB,CAAA;AAqED,eAAO,MAAM,gBAAgB,iHAqD5B,CAAA"}
package/dist/build/api.js CHANGED
@@ -103,7 +103,11 @@ const buildApiWithVite = async () => {
103
103
  format,
104
104
  preserveModules: true,
105
105
  preserveModulesRoot: cedarPaths.api.src,
106
- entryFileNames: "[name].js"
106
+ entryFileNames: "[name].js",
107
+ // Directives (and other entry modules) intentionally use both named
108
+ // and default exports (e.g. `export const schema` + `export default`).
109
+ // Tell Rollup to expect this so it doesn't warn about mixed exports.
110
+ exports: "named"
107
111
  },
108
112
  external: (id) => {
109
113
  if (id.startsWith("node:")) {
@@ -1 +1 @@
1
- {"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../src/build/api.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAgB,YAAY,EAAe,MAAM,SAAS,CAAA;AAetE,eAAO,MAAM,QAAQ,4DAIpB,CAAA;AAED,eAAO,MAAM,UAAU,4DAMtB,CAAA;AAED,eAAO,MAAM,aAAa,qBAGzB,CAAA;AAqED,eAAO,MAAM,gBAAgB,iHAiD5B,CAAA"}
1
+ {"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../src/build/api.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAgB,YAAY,EAAe,MAAM,SAAS,CAAA;AAetE,eAAO,MAAM,QAAQ,4DAIpB,CAAA;AAED,eAAO,MAAM,UAAU,4DAMtB,CAAA;AAED,eAAO,MAAM,aAAa,qBAGzB,CAAA;AAqED,eAAO,MAAM,gBAAgB,iHAqD5B,CAAA"}
@@ -136,7 +136,11 @@ const buildApiWithVite = async () => {
136
136
  format,
137
137
  preserveModules: true,
138
138
  preserveModulesRoot: cedarPaths.api.src,
139
- entryFileNames: "[name].js"
139
+ entryFileNames: "[name].js",
140
+ // Directives (and other entry modules) intentionally use both named
141
+ // and default exports (e.g. `export const schema` + `export default`).
142
+ // Tell Rollup to expect this so it doesn't warn about mixed exports.
143
+ exports: "named"
140
144
  },
141
145
  external: (id) => {
142
146
  if (id.startsWith("node:")) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/internal",
3
- "version": "5.0.0-canary.2341",
3
+ "version": "5.0.0-canary.2347",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -159,13 +159,13 @@
159
159
  "@babel/plugin-transform-react-jsx": "7.28.6",
160
160
  "@babel/plugin-transform-typescript": "^7.26.8",
161
161
  "@babel/traverse": "7.29.0",
162
- "@cedarjs/babel-config": "5.0.0-canary.2341",
163
- "@cedarjs/cli-helpers": "5.0.0-canary.2341",
164
- "@cedarjs/graphql-server": "5.0.0-canary.2341",
165
- "@cedarjs/project-config": "5.0.0-canary.2341",
166
- "@cedarjs/router": "5.0.0-canary.2341",
167
- "@cedarjs/structure": "5.0.0-canary.2341",
168
- "@cedarjs/utils": "5.0.0-canary.2341",
162
+ "@cedarjs/babel-config": "5.0.0-canary.2347",
163
+ "@cedarjs/cli-helpers": "5.0.0-canary.2347",
164
+ "@cedarjs/graphql-server": "5.0.0-canary.2347",
165
+ "@cedarjs/project-config": "5.0.0-canary.2347",
166
+ "@cedarjs/router": "5.0.0-canary.2347",
167
+ "@cedarjs/structure": "5.0.0-canary.2347",
168
+ "@cedarjs/utils": "5.0.0-canary.2347",
169
169
  "@graphql-codegen/add": "6.0.1",
170
170
  "@graphql-codegen/cli": "6.3.1",
171
171
  "@graphql-codegen/client-preset": "5.3.0",
@@ -199,7 +199,7 @@
199
199
  },
200
200
  "devDependencies": {
201
201
  "@arethetypeswrong/cli": "0.18.2",
202
- "@cedarjs/framework-tools": "5.0.0-canary.2341",
202
+ "@cedarjs/framework-tools": "5.0.0-canary.2347",
203
203
  "concurrently": "9.2.1",
204
204
  "graphql-tag": "2.12.6",
205
205
  "publint": "0.3.20",