Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 40c0dfb3df | |||
| 4f243289b8 |
2
LICENSE
2
LICENSE
@@ -1,6 +1,6 @@
|
|||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2015 Push.Rocks
|
Copyright (c) 2015 Task Venture Capital GmbH
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2025-10-28 - 4.0.19 - fix(license)
|
||||||
|
Update license files and add local tool settings
|
||||||
|
|
||||||
|
- Update LICENSE header to reference Task Venture Capital GmbH as copyright holder
|
||||||
|
- Add a new license file containing the full MIT license text
|
||||||
|
- Add .claude/settings.local.json to store local tool permission settings
|
||||||
|
|
||||||
## 2025-10-28 - 4.0.18 - fix(smartcli)
|
## 2025-10-28 - 4.0.18 - fix(smartcli)
|
||||||
Allow passing argv to startParse and improve getUserArgs Deno/runtime handling; update tests and add license
|
Allow passing argv to startParse and improve getUserArgs Deno/runtime handling; update tests and add license
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/smartcli",
|
"name": "@push.rocks/smartcli",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "4.0.18",
|
"version": "4.0.19",
|
||||||
"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.18',
|
version: '4.0.19',
|
||||||
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