Comparing version 13.0.2 to 13.0.3
@@ -0,1 +1,8 @@ | ||
## [13.0.3](https://github.com/esatterwhite/node-seeli/compare/v13.0.2...v13.0.3) (2021-12-10) | ||
### Bug Fixes | ||
* **seeli**: expose Command as a getter on seeli [13ea0e4](https://github.com/esatterwhite/node-seeli/commit/13ea0e45d543b19156e70caba49b24f90ca63b9e) - Eric Satterwhite | ||
## [13.0.2](https://github.com/esatterwhite/node-seeli/compare/v13.0.1...v13.0.2) (2021-11-03) | ||
@@ -2,0 +9,0 @@ |
@@ -32,3 +32,3 @@ 'use strict' | ||
commands.Seeli = Seeli | ||
commands.Command = Command | ||
Object.defineProperties(commands, { | ||
@@ -35,0 +35,0 @@ Seeli: { |
@@ -40,2 +40,6 @@ 'use strict' | ||
get Command() { | ||
return Command | ||
} | ||
constructor(...args) { | ||
@@ -42,0 +46,0 @@ super({ |
{ | ||
"name": "seeli", | ||
"version": "13.0.2", | ||
"version": "13.0.3", | ||
"description": "Object oriented, flexible CLI tools", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
120865
1616