tickplate 1.0.5 → 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/LICENSE +1 -1
- package/README.md +1 -1
- package/package.json +8 -10
- package/CHANGELOG.md +0 -40
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2017-
|
|
3
|
+
Copyright (c) 2017-2023 Metarhia contributors
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/README.md
CHANGED
|
@@ -36,6 +36,6 @@ console.log(templ(data));
|
|
|
36
36
|
|
|
37
37
|
## License & Contributors
|
|
38
38
|
|
|
39
|
-
Copyright (c) 2017-
|
|
39
|
+
Copyright (c) 2017-2023 [Metarhia contributors](https://github.com/metarhia/tickplate/graphs/contributors).
|
|
40
40
|
Tickplate is [MIT licensed](./LICENSE).\
|
|
41
41
|
Tickplate is a part of [Metarhia](https://github.com/metarhia) technology stack.
|
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",
|
|
@@ -27,11 +27,9 @@
|
|
|
27
27
|
},
|
|
28
28
|
"main": "tickplate.js",
|
|
29
29
|
"types": "tickplate.d.ts",
|
|
30
|
-
"files": [
|
|
31
|
-
"tickplate.d.ts"
|
|
32
|
-
],
|
|
30
|
+
"files": ["tickplate.d.ts"],
|
|
33
31
|
"engines": {
|
|
34
|
-
"node": "
|
|
32
|
+
"node": "16 || 18 || 19 || 20"
|
|
35
33
|
},
|
|
36
34
|
"readmeFilename": "README.md",
|
|
37
35
|
"scripts": {
|
|
@@ -41,12 +39,12 @@
|
|
|
41
39
|
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \".*rc\" \"**/*.yml\""
|
|
42
40
|
},
|
|
43
41
|
"devDependencies": {
|
|
44
|
-
"eslint": "^8.
|
|
42
|
+
"eslint": "^8.34.0",
|
|
45
43
|
"eslint-config-metarhia": "^8.1.0",
|
|
46
|
-
"eslint-config-prettier": "^8.
|
|
47
|
-
"eslint-plugin-import": "^2.
|
|
44
|
+
"eslint-config-prettier": "^8.6.0",
|
|
45
|
+
"eslint-plugin-import": "^2.27.5",
|
|
48
46
|
"eslint-plugin-prettier": "^4.2.1",
|
|
49
|
-
"prettier": "^2.
|
|
50
|
-
"typescript": "^
|
|
47
|
+
"prettier": "^2.8.4",
|
|
48
|
+
"typescript": "^5.0.4"
|
|
51
49
|
}
|
|
52
50
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
## [Unreleased][unreleased]
|
|
4
|
-
|
|
5
|
-
## [1.0.5][] - 2022-07-07
|
|
6
|
-
|
|
7
|
-
- Package maintenance
|
|
8
|
-
|
|
9
|
-
## [1.0.4][] - 2022-05-12
|
|
10
|
-
|
|
11
|
-
- Package maintenance
|
|
12
|
-
|
|
13
|
-
## [1.0.3][] - 2021-07-17
|
|
14
|
-
|
|
15
|
-
- Fix d.ts typings and include typings to package publishing files
|
|
16
|
-
- Chore: update package files, copyrights, links
|
|
17
|
-
|
|
18
|
-
## [1.0.2][] - 2021-07-15
|
|
19
|
-
|
|
20
|
-
- Add d.ts typings
|
|
21
|
-
- Package maintenance
|
|
22
|
-
|
|
23
|
-
## [1.0.1][] - 2021-06-14
|
|
24
|
-
|
|
25
|
-
- Refresh package (dependencies, ci, badges, code style)
|
|
26
|
-
|
|
27
|
-
## [1.0.0][] - 2020-12-16
|
|
28
|
-
|
|
29
|
-
- Reflect data structures to template with tick syntax
|
|
30
|
-
|
|
31
|
-
## [0.0.x][] Pre-release versions
|
|
32
|
-
|
|
33
|
-
[unreleased]: https://github.com/metarhia/tickplate/compare/v1.0.5...HEAD
|
|
34
|
-
[1.0.5]: https://github.com/metarhia/tickplate/compare/v1.0.4...v1.0.5
|
|
35
|
-
[1.0.4]: https://github.com/metarhia/tickplate/compare/v1.0.3...v1.0.4
|
|
36
|
-
[1.0.3]: https://github.com/metarhia/tickplate/compare/v1.0.2...v1.0.3
|
|
37
|
-
[1.0.2]: https://github.com/metarhia/tickplate/compare/v1.0.1...v1.0.2
|
|
38
|
-
[1.0.1]: https://github.com/metarhia/tickplate/compare/v1.0.0...v1.0.1
|
|
39
|
-
[1.0.0]: https://github.com/metarhia/tickplate/compare/v0.0.x...v1.0.0
|
|
40
|
-
[0.0.x]: https://github.com/metarhia/tickplate/releases/tag/v0.0.x
|