@moku-labs/web 1.6.2 → 1.7.0

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,4 +1,4 @@
1
- import { n as relativeDataFile } from "./convention-CepUwWmT.mjs";
1
+ import { n as relativeDataFile } from "./convention-Dp650o3y.mjs";
2
2
  import { mkdir, writeFile } from "node:fs/promises";
3
3
  import path from "node:path";
4
4
  import pLimit from "p-limit";
@@ -1,4 +1,4 @@
1
- const require_convention = require("./convention-krwh7Y6Q.cjs");
1
+ const require_convention = require("./convention-BpDfzX7e.cjs");
2
2
  let node_fs_promises = require("node:fs/promises");
3
3
  let node_path = require("node:path");
4
4
  node_path = require_convention.__toESM(node_path, 1);
package/package.json CHANGED
@@ -58,15 +58,13 @@
58
58
  "bun": ">=1.3.14"
59
59
  },
60
60
  "dependencies": {
61
- "@moku-labs/core": "0.1.1",
61
+ "@moku-labs/core": "0.1.3",
62
62
  "@resvg/resvg-js": "2.6.2",
63
63
  "@shikijs/rehype": "3.22.0",
64
64
  "feed": "5.2.0",
65
65
  "gray-matter": "4.0.3",
66
66
  "hast-util-sanitize": "5.0.2",
67
67
  "p-limit": "6.2.0",
68
- "preact": "10.29.2",
69
- "preact-render-to-string": "6.6.0",
70
68
  "reading-time": "1.5.0",
71
69
  "rehype-raw": "7.0.0",
72
70
  "rehype-sanitize": "6.0.0",
@@ -81,6 +79,10 @@
81
79
  "unified": "11.0.5",
82
80
  "unist-util-visit": "5.1.0"
83
81
  },
82
+ "peerDependencies": {
83
+ "preact": "^10.29.2",
84
+ "preact-render-to-string": "^6.6.0"
85
+ },
84
86
  "devDependencies": {
85
87
  "@biomejs/biome": "2.4.16",
86
88
  "@types/bun": "1.3.14",
@@ -94,6 +96,8 @@
94
96
  "happy-dom": "20.9.0",
95
97
  "jiti": "2.6.1",
96
98
  "lefthook": "2.1.1",
99
+ "preact": "10.29.2",
100
+ "preact-render-to-string": "6.6.0",
97
101
  "publint": "0.3.21",
98
102
  "tsdown": "0.22.1",
99
103
  "typescript": "6.0.3",
@@ -110,8 +114,9 @@
110
114
  "test": "vitest run",
111
115
  "test:unit": "vitest run --project unit",
112
116
  "test:integration": "vitest run --project integration",
113
- "test:cli-e2e": "bun test src/plugins/cli/__tests__/e2e/",
117
+ "test:cli-e2e": "bun test --timeout 30000 src/plugins/cli/__tests__/e2e/",
118
+ "test:build-e2e": "bun test src/plugins/build/__tests__/e2e/",
114
119
  "test:coverage": "vitest run --project unit --project integration --coverage"
115
120
  },
116
- "version": "1.6.2"
121
+ "version": "1.7.0"
117
122
  }