@refinex-md/react 0.1.0-canary.0 → 0.1.0-canary.2

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 (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -8,6 +8,12 @@ React 18+ 适配器,提供 `useRefinexMd` hook、`<RefinexMDEditor />` 组件
8
8
  pnpm add @refinex-md/react @refinex-md/theme
9
9
  ```
10
10
 
11
+ 如需预发布版本,显式使用 `@next`:
12
+
13
+ ```bash
14
+ pnpm add @refinex-md/react@next @refinex-md/theme@next
15
+ ```
16
+
11
17
  ## 最短示例
12
18
 
13
19
  ```tsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@refinex-md/react",
3
- "version": "0.1.0-canary.0",
3
+ "version": "0.1.0-canary.2",
4
4
  "description": "React adapter, hooks, and components for Refinex MD Editor.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -22,12 +22,11 @@
22
22
  "react-dom": ">=18.2 <20"
23
23
  },
24
24
  "dependencies": {
25
- "@refinex-md/core": "0.1.0-canary.0",
26
- "@refinex-md/model": "0.1.0-canary.0",
27
- "@refinex-md/prose": "0.1.0-canary.0"
25
+ "@refinex-md/core": "^0.1.0-canary.2",
26
+ "@refinex-md/model": "^0.1.0-canary.2",
27
+ "@refinex-md/prose": "^0.1.0-canary.2"
28
28
  },
29
29
  "devDependencies": {
30
- "@refinex-md/testing": "0.1.0-canary.0",
31
30
  "@testing-library/react": "^16.0.0",
32
31
  "@types/react": "^18.3.0",
33
32
  "@types/react-dom": "^18.3.0",
@@ -36,7 +35,8 @@
36
35
  "react-dom": "^18.3.0",
37
36
  "typescript": "^5.7.0",
38
37
  "vite": "^6.0.0",
39
- "vitest": "^3.0.0"
38
+ "vitest": "^3.0.0",
39
+ "@refinex-md/testing": "^0.1.0-canary.2"
40
40
  },
41
41
  "repository": {
42
42
  "type": "git",