@blocklet/discuss-kit 2.1.28 → 2.1.29
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/lib/cjs/locales/en.js +3 -1
- package/lib/cjs/locales/zh.js +3 -1
- package/lib/es/locales/en.js +3 -1
- package/lib/es/locales/zh.js +3 -1
- package/package.json +3 -3
package/lib/cjs/locales/en.js
CHANGED
|
@@ -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",
|
package/lib/cjs/locales/zh.js
CHANGED
package/lib/es/locales/en.js
CHANGED
|
@@ -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",
|
package/lib/es/locales/zh.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/discuss-kit",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.29",
|
|
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.
|
|
53
|
-
"@blocklet/editor": "^2.1.
|
|
52
|
+
"@blocklet/discuss-kit-ux": "^2.1.29",
|
|
53
|
+
"@blocklet/editor": "^2.1.29"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"@arcblock/did-connect": "^2.10.36",
|