@blocklet/discuss-kit 2.1.28 → 2.1.30

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.
@@ -40,7 +40,9 @@ const en = flat({
40
40
  pin: "pinned this",
41
41
  unpin: "unpinned this",
42
42
  markAsFeatured: "marked this as featured",
43
- unmarkAsFeatured: "unmarked this as featured"
43
+ unmarkAsFeatured: "unmarked this as featured",
44
+ passport: "passport",
45
+ passports: "passports"
44
46
  },
45
47
  apiUnavailable: {
46
48
  title: "Comment service is not available",
@@ -42,7 +42,9 @@ const zh = flat({
42
42
  pin: "置顶",
43
43
  unpin: "取消置顶",
44
44
  markAsFeatured: "标记为精品",
45
- unmarkAsFeatured: "取消精品"
45
+ unmarkAsFeatured: "取消精品",
46
+ passport: "通行证",
47
+ passports: "通行证"
46
48
  },
47
49
  apiUnavailable: {
48
50
  title: "评论服务不可用",
@@ -39,7 +39,9 @@ const en = flat({
39
39
  pin: "pinned this",
40
40
  unpin: "unpinned this",
41
41
  markAsFeatured: "marked this as featured",
42
- unmarkAsFeatured: "unmarked this as featured"
42
+ unmarkAsFeatured: "unmarked this as featured",
43
+ passport: "passport",
44
+ passports: "passports"
43
45
  },
44
46
  apiUnavailable: {
45
47
  title: "Comment service is not available",
@@ -41,7 +41,9 @@ const zh = flat({
41
41
  pin: "置顶",
42
42
  unpin: "取消置顶",
43
43
  markAsFeatured: "标记为精品",
44
- unmarkAsFeatured: "取消精品"
44
+ unmarkAsFeatured: "取消精品",
45
+ passport: "通行证",
46
+ passports: "通行证"
45
47
  },
46
48
  apiUnavailable: {
47
49
  title: "评论服务不可用",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/discuss-kit",
3
- "version": "2.1.28",
3
+ "version": "2.1.30",
4
4
  "description": "A react component for Discuss Kit blocklet.",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/es/index.js",
@@ -49,8 +49,8 @@
49
49
  "rehype-sanitize": "^5.0.1",
50
50
  "timeago.js": "^4.0.2",
51
51
  "url-join": "^4.0.1",
52
- "@blocklet/discuss-kit-ux": "^2.1.28",
53
- "@blocklet/editor": "^2.1.28"
52
+ "@blocklet/discuss-kit-ux": "^2.1.30",
53
+ "@blocklet/editor": "^2.1.30"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "@arcblock/did-connect": "^2.10.36",