@vaneui/md 0.0.1-alpha.20250730123353.cc58664 → 0.0.2-alpha.20250730165434.ecf059c

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaneui/md",
3
- "version": "0.0.1-alpha.20250730123353.cc58664",
3
+ "version": "0.0.2-alpha.20250730165434.ecf059c",
4
4
  "description": "Markdown component for VaneUI - A React component that renders markdown using @vaneui/ui components",
5
5
  "author": "",
6
6
  "license": "ISC",
@@ -40,7 +40,7 @@
40
40
  "type-check": "tsc --noEmit",
41
41
  "build:js": "npm run type-check && npm run clean && rollup -c --bundleConfigAsCjs",
42
42
  "build": "npm run clean && npm run build:js",
43
- "test": "node node_modules/jest/bin/jest.js"
43
+ "test": "npm run type-check && node node_modules/jest/bin/jest.js"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "@vaneui/ui": "^0.1.0",
@@ -58,7 +58,7 @@
58
58
  "@types/jest": "^29.5.14",
59
59
  "@types/react": "^19.1.0",
60
60
  "@types/react-dom": "^19.1.0",
61
- "@vaneui/ui": "^0.1.9-alpha",
61
+ "@vaneui/ui": "^0.2.0",
62
62
  "jest": "^29.7.0",
63
63
  "jest-environment-jsdom": "^30.0.4",
64
64
  "jsdom": "^26.1.0",