zs_library 0.3.6 → 0.3.8

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/dist/index.js +5 -1
  2. package/package.json +6 -2
package/dist/index.js CHANGED
@@ -1539,7 +1539,11 @@ const Ce = ge({
1539
1539
  },
1540
1540
  codeBlock: {
1541
1541
  language: "代码块语言",
1542
- selectLanguage: "选择代码块语言"
1542
+ selectLanguage: "选择代码块语言",
1543
+ inlineLanguage: "代码块语言"
1544
+ },
1545
+ codeblock: {
1546
+ delete: "删除代码块"
1543
1547
  },
1544
1548
  contentArea: {
1545
1549
  editableMarkdown: "可编辑的 Markdown"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zs_library",
3
- "version": "0.3.6",
3
+ "version": "0.3.8",
4
4
  "homepage": "https://zs-library.vercel.app",
5
5
  "bugs": {
6
6
  "url": "https://github.com/virzs/zs_library/issues"
@@ -98,5 +98,9 @@
98
98
  },
99
99
  "authors": [
100
100
  "virs2018@outlook.com"
101
- ]
101
+ ],
102
+ "peerDependencies": {
103
+ "react": "^17.0.0 || ^18.0.0",
104
+ "react-dom": "^17.0.0 || ^18.0.0"
105
+ }
102
106
  }