@cedarjs/prerender 0.9.1-next.19 → 0.9.1-next.21

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.
@@ -107,7 +107,7 @@ async function buildAndImport(options) {
107
107
  // import { gql } from 'src/graphql/gql'
108
108
  useTrustedDocumentsGqlTag && {
109
109
  name: "gql",
110
- from: `web/src/graphql/gql`
110
+ from: `src/graphql/gql.js`
111
111
  }
112
112
  ].filter((v) => Boolean(v))
113
113
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/prerender",
3
- "version": "0.9.1-next.19+544e70282",
3
+ "version": "0.9.1-next.21+b4cbd34c0",
4
4
  "description": "CedarJS prerender",
5
5
  "repository": {
6
6
  "type": "git",
@@ -44,12 +44,12 @@
44
44
  "@babel/generator": "7.27.5",
45
45
  "@babel/parser": "7.27.5",
46
46
  "@babel/traverse": "7.27.4",
47
- "@cedarjs/babel-config": "0.9.1-next.19+544e70282",
48
- "@cedarjs/project-config": "0.9.1-next.19+544e70282",
49
- "@cedarjs/router": "0.9.1-next.19+544e70282",
50
- "@cedarjs/structure": "0.9.1-next.19+544e70282",
51
- "@cedarjs/vite": "0.9.1-next.19+544e70282",
52
- "@cedarjs/web": "0.9.1-next.19+544e70282",
47
+ "@cedarjs/babel-config": "0.9.1-next.21+b4cbd34c0",
48
+ "@cedarjs/project-config": "0.9.1-next.21+b4cbd34c0",
49
+ "@cedarjs/router": "0.9.1-next.21+b4cbd34c0",
50
+ "@cedarjs/structure": "0.9.1-next.21+b4cbd34c0",
51
+ "@cedarjs/vite": "0.9.1-next.21+b4cbd34c0",
52
+ "@cedarjs/web": "0.9.1-next.21+b4cbd34c0",
53
53
  "@rollup/plugin-alias": "5.1.1",
54
54
  "@rollup/plugin-commonjs": "28.0.6",
55
55
  "@rollup/plugin-node-resolve": "16.0.1",
@@ -68,7 +68,7 @@
68
68
  "vite-node": "3.2.4"
69
69
  },
70
70
  "devDependencies": {
71
- "@cedarjs/framework-tools": "0.9.1-next.19",
71
+ "@cedarjs/framework-tools": "0.9.1-next.21",
72
72
  "@types/mime-types": "2.1.4",
73
73
  "@types/react": "^18.2.55",
74
74
  "babel-plugin-tester": "11.0.4",
@@ -89,5 +89,5 @@
89
89
  "react": "react",
90
90
  "react-dom": "react-dom"
91
91
  },
92
- "gitHead": "544e7028280e2c57542214c6b39f012921b53382"
92
+ "gitHead": "b4cbd34c0f1da375a4885bbd1dcc168c5d2004a3"
93
93
  }