@data7expressions/typ3s 5.0.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/CHANGELOG.md ADDED
@@ -0,0 +1,71 @@
1
+ # Changelog
2
+
3
+ ## 5.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 1b07b2e: Publish under the `@data7expressions/` npm scope instead of unscoped
8
+ package names. Update your dependency and imports accordingly, e.g.
9
+ `h3lp` -> `@data7expressions/h3lp`. The old unscoped packages remain
10
+ on npm but no longer receive updates.
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [1b07b2e]
15
+ - @data7expressions/h3lp@5.0.0
16
+
17
+ ## 4.1.0
18
+
19
+ ### Minor Changes
20
+
21
+ - 979d24a: desploy test
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies [979d24a]
26
+ - h3lp@4.1.0
27
+
28
+ ## 4.0.0
29
+
30
+ ### Major Changes
31
+
32
+ - 13d22dd: test
33
+
34
+ ### Minor Changes
35
+
36
+ - 13d22dd: test
37
+
38
+ ### Patch Changes
39
+
40
+ - Updated dependencies [13d22dd]
41
+ - Updated dependencies [13d22dd]
42
+ - h3lp@4.0.0
43
+
44
+ ## 3.1.0
45
+
46
+ ### Minor Changes
47
+
48
+ - 2a522e5: changeset test
49
+
50
+ ### Patch Changes
51
+
52
+ - Updated dependencies [2a522e5]
53
+ - h3lp@3.1.0
54
+
55
+ ## 1.1.5
56
+
57
+ ### Patch Changes
58
+
59
+ - bc54542: ci test
60
+ - Updated dependencies [bc54542]
61
+ - h3lp@1.16.5
62
+
63
+ All notable changes to this project will be documented in this file.
64
+
65
+ ## Versions
66
+
67
+ ### [1.1.4](https://github.com/data7expressions/data7expressions/compare/v2.0.21...v1.1.4) (2026-07-01)
68
+
69
+ ### [1.1.3](https://github.com/data7expressions/data7expressions/compare/v2.0.20...v1.1.3) (2026-07-01)
70
+
71
+ ### [1.1.2](https://github.com/data7expressions/data7expressions/compare/v2.0.15...v1.1.2) (2026-06-16)
package/LICENSE ADDED
@@ -0,0 +1,9 @@
1
+ MIT License
2
+
3
+ Copyright (c) Flavio Lionel Rita <flaviolrita@proton.me>
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
+
7
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8
+
9
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.