@block-kit/plugin 1.0.20 → 1.0.22
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/dist/es/index.js +1 -1
- package/dist/lib/index.js +1 -1
- package/package.json +5 -5
package/dist/es/index.js
CHANGED
|
@@ -50,6 +50,6 @@ export { UNDERLINE_KEY } from './underline/types/index.js';
|
|
|
50
50
|
export { FloatToolbar } from './toolbar/context/float.js';
|
|
51
51
|
export { Toolbar } from './toolbar/context/basic.js';
|
|
52
52
|
|
|
53
|
-
const BLOCK_KIT_VERSION = "1.0.
|
|
53
|
+
const BLOCK_KIT_VERSION = "1.0.22" ;
|
|
54
54
|
|
|
55
55
|
export { BLOCK_KIT_VERSION };
|
package/dist/lib/index.js
CHANGED
|
@@ -54,7 +54,7 @@ var underline_types_index = require('./underline/types/index.js');
|
|
|
54
54
|
var toolbar_context_float = require('./toolbar/context/float.js');
|
|
55
55
|
var toolbar_context_basic = require('./toolbar/context/basic.js');
|
|
56
56
|
|
|
57
|
-
const BLOCK_KIT_VERSION = "1.0.
|
|
57
|
+
const BLOCK_KIT_VERSION = "1.0.22" ;
|
|
58
58
|
|
|
59
59
|
exports.AlignPlugin = align_index.AlignPlugin;
|
|
60
60
|
exports.ALIGN_KEY = align_types_index.ALIGN_KEY;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@block-kit/plugin",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.22",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/lib/index.js",
|
|
6
6
|
"types": "./dist/es/index.d.ts",
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@arco-design/web-react": "2.64.0",
|
|
42
|
-
"@block-kit/core": "1.0.
|
|
43
|
-
"@block-kit/delta": "1.0.
|
|
44
|
-
"@block-kit/react": "1.0.
|
|
45
|
-
"@block-kit/utils": "1.0.
|
|
42
|
+
"@block-kit/core": "1.0.22",
|
|
43
|
+
"@block-kit/delta": "1.0.22",
|
|
44
|
+
"@block-kit/react": "1.0.22",
|
|
45
|
+
"@block-kit/utils": "1.0.22",
|
|
46
46
|
"@emoji-mart/data": "1.2.1",
|
|
47
47
|
"@emoji-mart/react": "1.1.1",
|
|
48
48
|
"emoji-mart": "5.6.0"
|