easy-email-extensions 3.1.29 → 3.1.30
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/AttributePanel/components/attributes/Width.d.ts +1 -1
- package/lib/BlockLayer/components/ContextMenu/index.d.ts +1 -1
- package/lib/BlockLayer/index.d.ts +1 -1
- package/lib/ShortcutToolbar/components/BlockMaskWrapper/index.d.ts +1 -1
- package/lib/ShortcutToolbar/components/BlocksPanel/presetTemplate/index.d.ts +1 -1
- package/lib/ShortcutToolbar/utils/BlockMarketManager.d.ts +1 -1
- package/lib/components/Form/ImageUploader/index.d.ts +1 -1
- package/lib/components/Form/enhancer.d.ts +1 -1
- package/lib/index2.js +2 -2
- package/lib/index2.js.map +1 -1
- package/lib/utils/getBlockTitle.d.ts +1 -1
- package/package.json +4 -4
@@ -1,2 +1,2 @@
|
|
1
|
-
import { IBlockData } from 'easy-email-core';
|
1
|
+
import { IBlockData } from '../../easy-email-core';
|
2
2
|
export declare function getBlockTitle(blockData: IBlockData, isFromContent?: boolean): string | undefined;
|
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "easy-email-extensions",
|
3
3
|
"license": "MIT",
|
4
4
|
"description": "Email editor",
|
5
|
-
"version": "3.1.
|
5
|
+
"version": "3.1.30",
|
6
6
|
"author": "m-Ryan",
|
7
7
|
"repository": {
|
8
8
|
"type": "git",
|
@@ -18,8 +18,8 @@
|
|
18
18
|
"types": "lib/index.d.ts",
|
19
19
|
"scripts": {
|
20
20
|
"dev": "vite",
|
21
|
-
"typings": "tsc --declaration --emitDeclarationOnly --project tsconfig.lib.json",
|
22
|
-
"build": "rimraf lib && npm run typings
|
21
|
+
"typings": "tsc --declaration --emitDeclarationOnly --project tsconfig.lib.json && tsc-alias -p tsconfig.lib.json",
|
22
|
+
"build": "rimraf lib && npm run typings && vite build --config vite.config.ts",
|
23
23
|
"format": "eslint --fix --ext .tsx,.ts src/"
|
24
24
|
},
|
25
25
|
"husky": {
|
@@ -82,5 +82,5 @@
|
|
82
82
|
"react-dom": "^17.0.2",
|
83
83
|
"react-final-form": "^6.5.7"
|
84
84
|
},
|
85
|
-
"gitHead": "
|
85
|
+
"gitHead": "be2a80bed375741e78a9f825e1ce85bb8e8a8243"
|
86
86
|
}
|