codsen 0.3.14 → 0.4.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/.eslintcache +1 -0
- package/CHANGELOG.md +6 -0
- package/LICENSE +2 -2
- package/README.md +3 -3
- package/package.json +2 -2
package/.eslintcache
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[{"/home/runner/work/codsen/codsen/packages/codsen/cli.js":"1","/home/runner/work/codsen/codsen/packages/codsen/test/test.js":"2"},{"size":737,"mtime":1760566739079,"results":"3","hashOfConfig":"4"},{"size":218,"mtime":1760566739079,"results":"5","hashOfConfig":"6"},{"filePath":"7","messages":"8","suppressedMessages":"9","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"vtm9kz",{"filePath":"10","messages":"11","suppressedMessages":"12","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"nrihsz","/home/runner/work/codsen/codsen/packages/codsen/cli.js",[],[],"/home/runner/work/codsen/codsen/packages/codsen/test/test.js",[],["13","14","15","16","17","18"],{"ruleId":"19","severity":2,"message":"20","line":3,"column":10,"nodeType":null,"messageId":"21","endLine":3,"endColumn":15,"suppressions":"22"},{"ruleId":"19","severity":2,"message":"23","line":3,"column":17,"nodeType":null,"messageId":"21","endLine":3,"endColumn":19,"suppressions":"24"},{"ruleId":"19","severity":2,"message":"25","line":3,"column":25,"nodeType":null,"messageId":"21","endLine":3,"endColumn":31,"suppressions":"26"},{"ruleId":"19","severity":2,"message":"27","line":3,"column":33,"nodeType":null,"messageId":"21","endLine":3,"endColumn":37,"suppressions":"28"},{"ruleId":"19","severity":2,"message":"29","line":3,"column":39,"nodeType":null,"messageId":"21","endLine":3,"endColumn":42,"suppressions":"30"},{"ruleId":"19","severity":2,"message":"31","line":3,"column":44,"nodeType":null,"messageId":"21","endLine":3,"endColumn":49,"suppressions":"32"},"@typescript-eslint/no-unused-vars","'equal' is defined but never used.","unusedVar",["33"],"'is' is defined but never used.",["34"],"'throws' is defined but never used.",["35"],"'type' is defined but never used.",["36"],"'not' is defined but never used.",["37"],"'match' is defined but never used.",["38"],{"kind":"39","justification":"40"},{"kind":"39","justification":"40"},{"kind":"39","justification":"40"},{"kind":"39","justification":"40"},{"kind":"39","justification":"40"},{"kind":"39","justification":"40"},"directive",""]
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
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.4.0 (2025-10-15)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- if value to be added is a number, keep it as is, don't stringify ([ce3e1a5](https://github.com/codsen/codsen/commit/ce3e1a525998ca3c0abf0142affef95b14cd1990))
|
|
11
|
+
|
|
6
12
|
## 0.3.0 (2024-01-05)
|
|
7
13
|
|
|
8
14
|
### Features
|
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright
|
|
3
|
+
Copyright © 2010-2025 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
|
|
@@ -19,4 +19,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
|
19
19
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
20
20
|
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
21
21
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
22
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
22
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
package/README.md
CHANGED
|
@@ -35,7 +35,7 @@ codsen
|
|
|
35
35
|
|
|
36
36
|
## Documentation
|
|
37
37
|
|
|
38
|
-
Please [visit codsen.com](https://codsen.com/os/codsen/) for a full description of the API.
|
|
38
|
+
Please [visit codsen.com](https://codsen.com/os/codsen/) for a full description of the API. If you’re looking for the **Changelog**, it’s [here](https://github.com/codsen/codsen/blob/main/packages/codsen/CHANGELOG.md).
|
|
39
39
|
|
|
40
40
|
## Contributing
|
|
41
41
|
|
|
@@ -43,8 +43,8 @@ To report bugs or request features or assistance, [raise an issue](https://githu
|
|
|
43
43
|
|
|
44
44
|
## Licence
|
|
45
45
|
|
|
46
|
-
MIT License
|
|
46
|
+
MIT License
|
|
47
47
|
|
|
48
|
-
Copyright © 2010-2025 Roy Revelt and other contributors
|
|
48
|
+
Copyright © 2010-2025 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.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "Codsen CLI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"codsen",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"examples": "exit 0",
|
|
33
33
|
"lect": "node '../../ops/lect/lect.js'",
|
|
34
34
|
"letspublish": "npm publish --provenance || :",
|
|
35
|
-
"lint": "eslint . --fix",
|
|
35
|
+
"lint": "eslint . --fix --concurrency=auto --cache",
|
|
36
36
|
"perf": "exit 0",
|
|
37
37
|
"prep": "echo 'ready'",
|
|
38
38
|
"prettier": "prettier",
|