@sammons/code-outline-cli 2.2.0 → 2.2.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 +2 -2
- package/dist/cli-argument-parser.js +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -297,7 +297,7 @@ outputHandler.formatAndOutput(results);
|
|
|
297
297
|
|
|
298
298
|
## 🤝 Contributing
|
|
299
299
|
|
|
300
|
-
Contributions are welcome! Please visit
|
|
300
|
+
Contributions are welcome! Please visit the [npm package page](https://www.npmjs.com/package/@sammons/code-outline-cli) for more information.
|
|
301
301
|
|
|
302
302
|
## 📄 License
|
|
303
303
|
|
|
@@ -305,4 +305,4 @@ MIT © Sammons Software LLC
|
|
|
305
305
|
|
|
306
306
|
---
|
|
307
307
|
|
|
308
|
-
Made with ❤️ by [Sammons](https://
|
|
308
|
+
Made with ❤️ by [Sammons](https://www.npmjs.com/package/@sammons/code-outline-cli) | This is a [Sammons Software LLC](https://www.npmjs.com/package/@sammons/code-outline-cli) Production
|
|
@@ -160,7 +160,7 @@ Supported Files:
|
|
|
160
160
|
.ts TypeScript files
|
|
161
161
|
.tsx TypeScript JSX files
|
|
162
162
|
|
|
163
|
-
For more information, visit: https://
|
|
163
|
+
For more information, visit: https://code-outline.sammons.io
|
|
164
164
|
`);
|
|
165
165
|
}
|
|
166
166
|
printVersion() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sammons/code-outline-cli",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "CLI tool to parse and provide concise output for JavaScript/TypeScript files",
|
|
6
6
|
"publishConfig": {
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"fast-glob": "3.3.3",
|
|
36
|
-
"@sammons/code-outline-
|
|
37
|
-
"@sammons/code-outline-
|
|
36
|
+
"@sammons/code-outline-parser": "2.2.1",
|
|
37
|
+
"@sammons/code-outline-formatter": "2.2.1"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@types/node": "24.10.2",
|