@staticbolt/core 1.0.0-beta.32 → 1.0.0-beta.33

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@staticbolt/core",
3
3
  "description": "Static website builder",
4
- "version": "1.0.0-beta.32",
4
+ "version": "1.0.0-beta.33",
5
5
  "author": "Ahmed ALABSI",
6
6
  "bin": {
7
7
  "staticbolt": "lib/cli/index.mjs"
@@ -25,8 +25,10 @@
25
25
  "canvas": "^3.2.3",
26
26
  "chalk": "^6.0.0",
27
27
  "chokidar": "^5.0.0",
28
+ "cjs-module-lexer": "^2.2.1",
28
29
  "comment-parser": "^1.4.7",
29
30
  "emphasize": "^7.0.0",
31
+ "es-module-lexer": "^2.3.2",
30
32
  "esbuild": "^0.28.1",
31
33
  "fastify": "^5.11.0",
32
34
  "fontkit": "^2.0.4",
@@ -106,8 +108,8 @@
106
108
  ],
107
109
  "license": "MIT",
108
110
  "peerDependencies": {
109
- "@staticbolt/args-parser": "1.0.0-beta.32",
110
- "@staticbolt/node-html-parser": "1.0.0-beta.32"
111
+ "@staticbolt/args-parser": "1.0.0-beta.33",
112
+ "@staticbolt/node-html-parser": "1.0.0-beta.33"
111
113
  },
112
114
  "private": false,
113
115
  "scripts": {