@templatical/import-beefree 0.29.0 → 0.29.1
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/LICENSE +14 -49
- package/package.json +2 -2
package/LICENSE
CHANGED
|
@@ -1,56 +1,21 @@
|
|
|
1
|
-
Functional Source License, Version 1.1, MIT Future License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2026-present Templatical
|
|
4
|
-
|
|
5
|
-
## Terms and Conditions
|
|
6
|
-
|
|
7
|
-
### Licensor ("We")
|
|
8
|
-
|
|
9
|
-
Templatical
|
|
10
|
-
|
|
11
|
-
### The Software
|
|
12
|
-
|
|
13
|
-
Templatical Email Editor — the visual drag-and-drop email template editor
|
|
14
|
-
(@templatical/core, @templatical/editor, and @templatical/media-library
|
|
15
|
-
packages).
|
|
16
|
-
|
|
17
|
-
### Grant of Rights
|
|
18
|
-
|
|
19
|
-
Subject to the terms and conditions of this License, We hereby grant You a
|
|
20
|
-
non-exclusive, worldwide, non-transferable license to use, copy, modify,
|
|
21
|
-
create derivative works, and redistribute the Software, subject to the
|
|
22
|
-
following conditions:
|
|
23
|
-
|
|
24
|
-
### Permitted Uses
|
|
25
|
-
|
|
26
|
-
You may use the Software for any purpose, including commercial purposes,
|
|
27
|
-
**provided that** you do not offer the Software, or a substantially similar
|
|
28
|
-
product built using the Software, as a hosted or managed service that
|
|
29
|
-
competes with Templatical's commercial offerings.
|
|
30
|
-
|
|
31
|
-
### Change Date
|
|
32
|
-
|
|
33
|
-
Two (2) years from the date of each release of the Software.
|
|
34
|
-
|
|
35
|
-
### Change License
|
|
36
|
-
|
|
37
1
|
MIT License
|
|
38
2
|
|
|
39
|
-
|
|
40
|
-
shall be replaced with the MIT License, and the Software will be available
|
|
41
|
-
under the MIT License for all purposes without restriction.
|
|
3
|
+
Copyright (c) 2026-present Templatical
|
|
42
4
|
|
|
43
|
-
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
44
11
|
|
|
45
|
-
|
|
46
|
-
of the Software.
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
47
14
|
|
|
48
15
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
49
16
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
50
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
@templatical/import-beefree packages are licensed separately under the MIT
|
|
56
|
-
License. See LICENSE-MIT for those packages' terms.
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@templatical/import-beefree",
|
|
3
3
|
"description": "Convert BeeFree email templates to Templatical format",
|
|
4
|
-
"version": "0.29.
|
|
4
|
+
"version": "0.29.1",
|
|
5
5
|
"bugs": "https://github.com/templatical/sdk/issues",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@templatical/types": "0.29.
|
|
7
|
+
"@templatical/types": "0.29.1"
|
|
8
8
|
},
|
|
9
9
|
"devDependencies": {
|
|
10
10
|
"typescript": "^6.0.3",
|