Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5c65c43589 | |||
| 72109e478f |
@@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2025-10-28 - 4.0.17 - fix(license)
|
||||||
|
Add MIT license and local Claude settings
|
||||||
|
|
||||||
|
- Add LICENSE file (MIT) to repository
|
||||||
|
- Add .claude/settings.local.json with local permissions for tooling
|
||||||
|
|
||||||
## 2025-10-28 - 4.0.16 - fix(smartcli.helpers)
|
## 2025-10-28 - 4.0.16 - fix(smartcli.helpers)
|
||||||
Improve CLI argument parsing and Deno runtime detection; use getUserArgs consistently
|
Improve CLI argument parsing and Deno runtime detection; use getUserArgs consistently
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/smartcli",
|
"name": "@push.rocks/smartcli",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "4.0.16",
|
"version": "4.0.17",
|
||||||
"description": "A library that simplifies building reactive command-line applications using observables, with robust support for commands, arguments, options, aliases, and asynchronous operation management.",
|
"description": "A library that simplifies building reactive command-line applications using observables, with robust support for commands, arguments, options, aliases, and asynchronous operation management.",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
"typings": "dist_ts/index.d.ts",
|
"typings": "dist_ts/index.d.ts",
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartcli',
|
name: '@push.rocks/smartcli',
|
||||||
version: '4.0.16',
|
version: '4.0.17',
|
||||||
description: 'A library that simplifies building reactive command-line applications using observables, with robust support for commands, arguments, options, aliases, and asynchronous operation management.'
|
description: 'A library that simplifies building reactive command-line applications using observables, with robust support for commands, arguments, options, aliases, and asynchronous operation management.'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user