tickplate 1.0.4 → 1.0.5

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -1
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## [Unreleased][unreleased]
4
4
 
5
+ ## [1.0.5][] - 2022-07-07
6
+
7
+ - Package maintenance
8
+
5
9
  ## [1.0.4][] - 2022-05-12
6
10
 
7
11
  - Package maintenance
@@ -26,7 +30,8 @@
26
30
 
27
31
  ## [0.0.x][] Pre-release versions
28
32
 
29
- [unreleased]: https://github.com/metarhia/tickplate/compare/v1.0.4...HEAD
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
30
35
  [1.0.4]: https://github.com/metarhia/tickplate/compare/v1.0.3...v1.0.4
31
36
  [1.0.3]: https://github.com/metarhia/tickplate/compare/v1.0.2...v1.0.3
32
37
  [1.0.2]: https://github.com/metarhia/tickplate/compare/v1.0.1...v1.0.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tickplate",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
5
5
  "description": "Back-tick templates for JavaScript",
6
6
  "license": "MIT",
@@ -31,7 +31,7 @@
31
31
  "tickplate.d.ts"
32
32
  ],
33
33
  "engines": {
34
- "node": "^12.9 || 14 || 16 || 17 || 18"
34
+ "node": "14 || 16 || 18"
35
35
  },
36
36
  "readmeFilename": "README.md",
37
37
  "scripts": {
@@ -41,12 +41,12 @@
41
41
  "fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \".*rc\" \"**/*.yml\""
42
42
  },
43
43
  "devDependencies": {
44
- "eslint": "^8.15.0",
45
- "eslint-config-metarhia": "^7.0.1",
44
+ "eslint": "^8.19.0",
45
+ "eslint-config-metarhia": "^8.1.0",
46
46
  "eslint-config-prettier": "^8.3.0",
47
47
  "eslint-plugin-import": "^2.23.4",
48
- "eslint-plugin-prettier": "^4.0.0",
49
- "prettier": "^2.3.2",
50
- "typescript": "^4.3.4"
48
+ "eslint-plugin-prettier": "^4.2.1",
49
+ "prettier": "^2.7.1",
50
+ "typescript": "^4.7.4"
51
51
  }
52
52
  }