easy-email-extensions 4.0.0-alpha.0 → 4.0.0-alpha.3
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/AttributePanel/components/attributes/index.d.ts +1 -0
- package/lib/MergeTagBadgePrompt/index.d.ts +1 -0
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/index2.js +8 -7
- package/lib/index2.js.map +1 -1
- package/package.json +2 -2
- package/lib/MergeTagBadge/index.d.ts +0 -1
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": "4.0.0-alpha.
|
5
|
+
"version": "4.0.0-alpha.3",
|
6
6
|
"author": "m-Ryan",
|
7
7
|
"repository": {
|
8
8
|
"type": "git",
|
@@ -84,5 +84,5 @@
|
|
84
84
|
"react-dom": "^17.0.2",
|
85
85
|
"react-final-form": "^6.5.7"
|
86
86
|
},
|
87
|
-
"gitHead": "
|
87
|
+
"gitHead": "a4db6e5d980cb67f78dee4e300cdd97828183e77"
|
88
88
|
}
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare function MergeTagBadge(): JSX.Element;
|