codsen 0.2.8 → 0.3.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/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 0.3.0 (2024-01-05)
7
+
8
+ ### Features
9
+
10
+ - require Node.js 18 ([3bac403](https://github.com/codsen/codsen/commit/3bac4032d551e48283fcb74834400afe13e81487))
11
+
12
+ ### BREAKING CHANGES
13
+
14
+ - Require Node.js 18
15
+
6
16
  ## 0.2.0 (2022-12-01)
7
17
 
8
18
  ### BREAKING CHANGES
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2010-2023 Roy Revelt and other contributors
3
+ Copyright (c) 2010-2024 Roy Revelt and other contributors
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining
6
6
  a copy of this software and associated documentation files (the
package/README.md CHANGED
@@ -45,6 +45,6 @@ To report bugs or request features or assistance, [raise an issue](https://githu
45
45
 
46
46
  MIT License.
47
47
 
48
- Copyright © 2010-2023 Roy Revelt and other contributors.
48
+ Copyright © 2010-2024 Roy Revelt and other contributors.
49
49
 
50
50
  <p align="center"><img src="https://codsen.com/images/png-codsen-ok.png" width="98" alt="ok" align="center"> <img src="https://codsen.com/images/png-codsen-1.png" width="148" alt="codsen" align="center"> <img src="https://codsen.com/images/png-codsen-star-small.png" width="32" alt="star" align="center"></p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codsen",
3
- "version": "0.2.8",
3
+ "version": "0.3.1",
4
4
  "description": "Codsen CLI",
5
5
  "keywords": [
6
6
  "codsen",
@@ -42,7 +42,7 @@
42
42
  "unit": "uvu test"
43
43
  },
44
44
  "engines": {
45
- "node": ">=14.18.0"
45
+ "node": ">=18"
46
46
  },
47
47
  "c8": {
48
48
  "check-coverage": false,
@@ -58,7 +58,7 @@
58
58
  }
59
59
  },
60
60
  "dependencies": {
61
- "meow": "^12.1.1",
61
+ "meow": "^13.2.0",
62
62
  "update-notifier": "^7.0.0"
63
63
  }
64
64
  }