@cedarjs/prerender 1.0.0-canary.12552 → 1.0.0-canary.12554

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.
@@ -9,7 +9,7 @@ import {
9
9
  cedarjsJobPathInjectorPlugin,
10
10
  cedarSwapApolloProvider
11
11
  } from "@cedarjs/vite";
12
- import { autoImportsPlugin } from "./vite-plugin-auto-import.js";
12
+ import { cedarAutoImportsPlugin } from "./vite-plugin-cedar-auto-import.js";
13
13
  import { cedarImportDirPlugin } from "./vite-plugin-cedar-import-dir.js";
14
14
  async function createViteServer(customConfig = {}) {
15
15
  const defaultConfig = {
@@ -29,7 +29,7 @@ async function createViteServer(customConfig = {}) {
29
29
  },
30
30
  plugins: [
31
31
  cedarImportDirPlugin(),
32
- autoImportsPlugin(),
32
+ cedarAutoImportsPlugin(),
33
33
  cedarjsDirectoryNamedImportPlugin(),
34
34
  cedarCellTransform(),
35
35
  cedarjsJobPathInjectorPlugin(),
@@ -0,0 +1,2 @@
1
+ export declare function cedarAutoImportsPlugin(): any[];
2
+ //# sourceMappingURL=vite-plugin-cedar-auto-import.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vite-plugin-cedar-auto-import.d.ts","sourceRoot":"","sources":["../../src/graphql/vite-plugin-cedar-auto-import.ts"],"names":[],"mappings":"AAWA,wBAAgB,sBAAsB,UA2ErC"}
@@ -6,7 +6,7 @@ import {
6
6
  getPaths,
7
7
  importStatementPath
8
8
  } from "@cedarjs/project-config";
9
- function autoImportsPlugin() {
9
+ function cedarAutoImportsPlugin() {
10
10
  const config = getConfig();
11
11
  const cedarPaths = getPaths();
12
12
  const useTrustedDocumentsGqlTag = config?.graphql?.trustedDocuments;
@@ -73,5 +73,5 @@ function autoImportsPlugin() {
73
73
  ];
74
74
  }
75
75
  export {
76
- autoImportsPlugin
76
+ cedarAutoImportsPlugin
77
77
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/prerender",
3
- "version": "1.0.0-canary.12552+fb430e778",
3
+ "version": "1.0.0-canary.12554+6e6bdf7f1",
4
4
  "description": "RedwoodJS 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": "1.0.0-canary.12552",
48
- "@cedarjs/project-config": "1.0.0-canary.12552",
49
- "@cedarjs/router": "1.0.0-canary.12552",
50
- "@cedarjs/structure": "1.0.0-canary.12552",
51
- "@cedarjs/vite": "1.0.0-canary.12552",
52
- "@cedarjs/web": "1.0.0-canary.12552",
47
+ "@cedarjs/babel-config": "1.0.0-canary.12554",
48
+ "@cedarjs/project-config": "1.0.0-canary.12554",
49
+ "@cedarjs/router": "1.0.0-canary.12554",
50
+ "@cedarjs/structure": "1.0.0-canary.12554",
51
+ "@cedarjs/vite": "1.0.0-canary.12554",
52
+ "@cedarjs/web": "1.0.0-canary.12554",
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": "1.0.0-canary.12552",
71
+ "@cedarjs/framework-tools": "1.0.0-canary.12554",
72
72
  "@types/mime-types": "2.1.4",
73
73
  "@types/react": "^18.2.55",
74
74
  "babel-plugin-tester": "11.0.4",
@@ -86,5 +86,5 @@
86
86
  "react": "react",
87
87
  "react-dom": "react-dom"
88
88
  },
89
- "gitHead": "fb430e7783d9809759cc9820c46458651ac5636f"
89
+ "gitHead": "6e6bdf7f15391872a272f023bf375b2efc8841d6"
90
90
  }
@@ -1,2 +0,0 @@
1
- export declare function autoImportsPlugin(): any[];
2
- //# sourceMappingURL=vite-plugin-auto-import.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vite-plugin-auto-import.d.ts","sourceRoot":"","sources":["../../src/graphql/vite-plugin-auto-import.ts"],"names":[],"mappings":"AAWA,wBAAgB,iBAAiB,UA2EhC"}