tickplate 1.0.6 → 1.0.7
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/package.json +3 -3
- package/CHANGELOG.md +0 -45
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tickplate",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
|
|
5
5
|
"description": "Back-tick templates for JavaScript",
|
|
6
6
|
"license": "MIT",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"types": "tickplate.d.ts",
|
|
30
30
|
"files": ["tickplate.d.ts"],
|
|
31
31
|
"engines": {
|
|
32
|
-
"node": "
|
|
32
|
+
"node": "16 || 18 || 19 || 20"
|
|
33
33
|
},
|
|
34
34
|
"readmeFilename": "README.md",
|
|
35
35
|
"scripts": {
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
"eslint-plugin-import": "^2.27.5",
|
|
46
46
|
"eslint-plugin-prettier": "^4.2.1",
|
|
47
47
|
"prettier": "^2.8.4",
|
|
48
|
-
"typescript": "^
|
|
48
|
+
"typescript": "^5.0.4"
|
|
49
49
|
}
|
|
50
50
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
## [Unreleased][unreleased]
|
|
4
|
-
|
|
5
|
-
## [1.0.6][] - 2023-02-20
|
|
6
|
-
|
|
7
|
-
- Package maintenance
|
|
8
|
-
|
|
9
|
-
## [1.0.5][] - 2022-07-07
|
|
10
|
-
|
|
11
|
-
- Package maintenance
|
|
12
|
-
|
|
13
|
-
## [1.0.4][] - 2022-05-12
|
|
14
|
-
|
|
15
|
-
- Package maintenance
|
|
16
|
-
|
|
17
|
-
## [1.0.3][] - 2021-07-17
|
|
18
|
-
|
|
19
|
-
- Fix d.ts typings and include typings to package publishing files
|
|
20
|
-
- Chore: update package files, copyrights, links
|
|
21
|
-
|
|
22
|
-
## [1.0.2][] - 2021-07-15
|
|
23
|
-
|
|
24
|
-
- Add d.ts typings
|
|
25
|
-
- Package maintenance
|
|
26
|
-
|
|
27
|
-
## [1.0.1][] - 2021-06-14
|
|
28
|
-
|
|
29
|
-
- Refresh package (dependencies, ci, badges, code style)
|
|
30
|
-
|
|
31
|
-
## [1.0.0][] - 2020-12-16
|
|
32
|
-
|
|
33
|
-
- Reflect data structures to template with tick syntax
|
|
34
|
-
|
|
35
|
-
## [0.0.x][] Pre-release versions
|
|
36
|
-
|
|
37
|
-
[unreleased]: https://github.com/metarhia/tickplate/compare/v1.0.6...HEAD
|
|
38
|
-
[1.0.6]: https://github.com/metarhia/tickplate/compare/v1.0.5...v1.0.6
|
|
39
|
-
[1.0.5]: https://github.com/metarhia/tickplate/compare/v1.0.4...v1.0.5
|
|
40
|
-
[1.0.4]: https://github.com/metarhia/tickplate/compare/v1.0.3...v1.0.4
|
|
41
|
-
[1.0.3]: https://github.com/metarhia/tickplate/compare/v1.0.2...v1.0.3
|
|
42
|
-
[1.0.2]: https://github.com/metarhia/tickplate/compare/v1.0.1...v1.0.2
|
|
43
|
-
[1.0.1]: https://github.com/metarhia/tickplate/compare/v1.0.0...v1.0.1
|
|
44
|
-
[1.0.0]: https://github.com/metarhia/tickplate/compare/v0.0.x...v1.0.0
|
|
45
|
-
[0.0.x]: https://github.com/metarhia/tickplate/releases/tag/v0.0.x
|