@tsed/cli-core 4.4.1 → 4.4.2

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsed/cli-core",
3
- "version": "4.4.1",
3
+ "version": "4.4.2",
4
4
  "description": "Build your CLI with TypeScript and Decorators",
5
5
  "source": "./src/index.ts",
6
6
  "main": "./lib/cjs/index.js",
package/readme.md CHANGED
@@ -348,7 +348,7 @@ website. [[Become a sponsor](https://opencollective.com/tsed#sponsor)]
348
348
 
349
349
  The MIT License (MIT)
350
350
 
351
- Copyright (c) 2016 - 2018 Romain Lenzotti
351
+ Copyright (c) 2016 - 2023 Romain Lenzotti
352
352
 
353
353
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
354
354
  documentation files (the "Software"), to deal in the Software without restriction, including without limitation the