@tsed/cli 4.4.0 → 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 +2 -2
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsed/cli",
3
- "version": "4.4.0",
3
+ "version": "4.4.2",
4
4
  "source": "./src/index.ts",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",
@@ -59,7 +59,7 @@
59
59
  "node": ">=14"
60
60
  },
61
61
  "dependencies": {
62
- "@tsed/cli-core": "4.4.0",
62
+ "@tsed/cli-core": "4.4.2",
63
63
  "@tsed/core": ">=7.14.2",
64
64
  "@tsed/di": ">=7.14.2",
65
65
  "@tsed/logger": ">=6.2.1",
package/readme.md CHANGED
@@ -177,7 +177,7 @@ website. [[Become a sponsor](https://opencollective.com/tsed#sponsor)]
177
177
 
178
178
  The MIT License (MIT)
179
179
 
180
- Copyright (c) 2016 - 2018 Romain Lenzotti
180
+ Copyright (c) 2016 - 2023 Romain Lenzotti
181
181
 
182
182
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
183
183
  documentation files (the "Software"), to deal in the Software without restriction, including without limitation the