@tsed/cli-generate-http-client 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 +3 -3
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsed/cli-generate-http-client",
3
- "version": "4.4.0",
3
+ "version": "4.4.2",
4
4
  "description": "Ts.ED CLI plugin. Export a command that generate an HTTP Client (axios or fetch) from your Ts.ED controllers and OS3 spec.",
5
5
  "source": "./src/index.ts",
6
6
  "main": "./lib/cjs/index.js",
@@ -22,8 +22,8 @@
22
22
  "tslib": "2.3.1"
23
23
  },
24
24
  "devDependencies": {
25
- "@tsed/cli": "4.4.0",
26
- "@tsed/cli-core": "4.4.0",
25
+ "@tsed/cli": "4.4.2",
26
+ "@tsed/cli-core": "4.4.2",
27
27
  "swagger-typescript-api": "^9.3.1"
28
28
  },
29
29
  "peerDependencies": {
package/readme.md CHANGED
@@ -97,7 +97,7 @@ Support this project by becoming a sponsor. Your logo will show up here with a l
97
97
 
98
98
  The MIT License (MIT)
99
99
 
100
- Copyright (c) 2016 - 2018 Romain Lenzotti
100
+ Copyright (c) 2016 - 2023 Romain Lenzotti
101
101
 
102
102
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
103
103