@tzwzx/codesweep 1.0.0 โ†’ 1.0.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/README.md CHANGED
@@ -97,6 +97,10 @@ bun run build # outputs to dist/
97
97
  bun run dev # tsc --watch
98
98
  ```
99
99
 
100
+ ## Changelog
101
+
102
+ See [CHANGELOG.md](CHANGELOG.md).
103
+
100
104
  ## License
101
105
 
102
106
  MIT โ€” see [LICENSE](LICENSE).
package/dist/cli.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tzwzx/codesweep",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Run code quality checks in one command ๐Ÿงน",
5
5
  "keywords": [
6
6
  "cli",
@@ -59,7 +59,7 @@
59
59
  "yaml": "2.9.0"
60
60
  },
61
61
  "devDependencies": {
62
- "@types/node": "26.0.1",
62
+ "@types/node": "26.1.0",
63
63
  "knip": "6.23.0",
64
64
  "oxfmt": "0.57.0",
65
65
  "oxlint": "1.72.0",