@moku-labs/web 1.12.2 → 1.12.4

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
@@ -58,7 +58,8 @@
58
58
  "bun": ">=1.3.14"
59
59
  },
60
60
  "dependencies": {
61
- "@moku-labs/core": "0.1.3",
61
+ "@moku-labs/common": "0.1.1",
62
+ "@moku-labs/core": "0.1.4",
62
63
  "@resvg/resvg-js": "2.6.2",
63
64
  "@shikijs/rehype": "3.22.0",
64
65
  "feed": "5.2.0",
@@ -125,5 +126,5 @@
125
126
  "test:build-e2e": "bun test src/plugins/build/__tests__/e2e/",
126
127
  "test:coverage": "vitest run --project unit --project integration --coverage"
127
128
  },
128
- "version": "1.12.2"
129
+ "version": "1.12.4"
129
130
  }