@cedarjs/ogimage-gen 2.2.0 → 2.2.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.
@@ -31,7 +31,7 @@ __export(vite_plugin_ogimage_gen_exports, {
31
31
  default: () => vite_plugin_ogimage_gen_default
32
32
  });
33
33
  module.exports = __toCommonJS(vite_plugin_ogimage_gen_exports);
34
- var import_fs = __toESM(require("fs"));
34
+ var import_node_fs = __toESM(require("node:fs"));
35
35
  var import_node_path = __toESM(require("node:path"));
36
36
  var import_fast_glob = __toESM(require("fast-glob"));
37
37
  var import_project_config = require("@cedarjs/project-config");
@@ -41,7 +41,7 @@ function vitePluginOgImageGen() {
41
41
  cwd: rwPaths.web.src,
42
42
  absolute: true,
43
43
  // @MARK This allows us to mock the fs module in tests
44
- fs: import_fs.default
44
+ fs: import_node_fs.default
45
45
  });
46
46
  const ogComponentInput = {};
47
47
  allOgComponents.forEach((ogComponentPath) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/ogimage-gen",
3
- "version": "2.2.0",
3
+ "version": "2.2.1-next.21+014660ad1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -40,17 +40,17 @@
40
40
  "test:watch": "vitest watch"
41
41
  },
42
42
  "dependencies": {
43
- "@cedarjs/internal": "2.2.0",
44
- "@cedarjs/project-config": "2.2.0",
45
- "@cedarjs/router": "2.2.0",
46
- "@cedarjs/web": "2.2.0",
43
+ "@cedarjs/internal": "2.2.1-next.21+014660ad1",
44
+ "@cedarjs/project-config": "2.2.1-next.21+014660ad1",
45
+ "@cedarjs/router": "2.2.1-next.21+014660ad1",
46
+ "@cedarjs/web": "2.2.1-next.21+014660ad1",
47
47
  "fast-glob": "3.3.3",
48
48
  "lodash": "4.17.21",
49
49
  "react": "18.3.1",
50
50
  "react-dom": "18.3.1"
51
51
  },
52
52
  "devDependencies": {
53
- "@cedarjs/framework-tools": "2.2.0",
53
+ "@cedarjs/framework-tools": "2.2.1-next.21",
54
54
  "@playwright/test": "1.57.0",
55
55
  "ts-toolbelt": "9.6.0",
56
56
  "tsx": "4.21.0",
@@ -61,5 +61,5 @@
61
61
  "publishConfig": {
62
62
  "access": "public"
63
63
  },
64
- "gitHead": "9a8306e575225c25573303a8c80c57b2ab09fbd5"
64
+ "gitHead": "014660ad1d93c58cd848e67a370bf4856cd64a11"
65
65
  }