@tsed/cli-plugin-oidc-provider 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 +5 -5
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsed/cli-plugin-oidc-provider",
3
- "version": "4.4.0",
3
+ "version": "4.4.2",
4
4
  "description": "Ts.ED CLI plugin. Add OIDC Provider",
5
5
  "source": "./src/index.ts",
6
6
  "main": "./lib/cjs/index.js",
@@ -25,12 +25,12 @@
25
25
  "tslib": "2.3.1"
26
26
  },
27
27
  "devDependencies": {
28
- "@tsed/cli": "4.4.0",
29
- "@tsed/cli-core": "4.4.0"
28
+ "@tsed/cli": "4.4.2",
29
+ "@tsed/cli-core": "4.4.2"
30
30
  },
31
31
  "peerDependencies": {
32
- "@tsed/cli": "^4.4.0",
33
- "@tsed/cli-core": "^4.4.0"
32
+ "@tsed/cli": "^4.4.2",
33
+ "@tsed/cli-core": "^4.4.2"
34
34
  },
35
35
  "repository": "https://github.com/tsedio/tsed-cli",
36
36
  "bugs": {
package/readme.md CHANGED
@@ -64,7 +64,7 @@ Support this project by becoming a sponsor. Your logo will show up here with a l
64
64
 
65
65
  The MIT License (MIT)
66
66
 
67
- Copyright (c) 2016 - 2018 Romain Lenzotti
67
+ Copyright (c) 2016 - 2023 Romain Lenzotti
68
68
 
69
69
  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:
70
70