codsen 0.3.15 → 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 -1
- package/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/.eslintcache
CHANGED
|
@@ -1 +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":
|
|
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/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
|
|