@templatical/import-beefree 0.31.0 → 0.32.0
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/index.d.ts +2 -2
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -210,7 +210,7 @@ interface ImportResult {
|
|
|
210
210
|
* console.log(report.warnings);
|
|
211
211
|
* ```
|
|
212
212
|
*/
|
|
213
|
-
declare function convertBeeFreeTemplate(template: BeeFreeTemplate): ImportResult;
|
|
213
|
+
export declare function convertBeeFreeTemplate(template: BeeFreeTemplate): ImportResult;
|
|
214
214
|
//#endregion
|
|
215
|
-
export {
|
|
215
|
+
export type { BeeFreeTemplate, ConversionStatus, ImportReport, ImportReportEntry, ImportResult };
|
|
216
216
|
//# sourceMappingURL=index.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@templatical/import-beefree",
|
|
3
3
|
"description": "Convert BeeFree email templates to Templatical format",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.32.0",
|
|
5
5
|
"bugs": "https://github.com/templatical/sdk/issues",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@templatical/types": "0.
|
|
7
|
+
"@templatical/types": "0.32.0"
|
|
8
8
|
},
|
|
9
9
|
"devDependencies": {
|
|
10
10
|
"typescript": "^6.0.3",
|
|
11
|
-
"vitest": "^
|
|
11
|
+
"vitest": "^5.0.0"
|
|
12
12
|
},
|
|
13
13
|
"exports": {
|
|
14
14
|
".": {
|