@decaf-ts/db-decorators 0.6.8 → 0.6.10

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.
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
- # MIT License
1
+ MIT License
2
2
 
3
- Copyright (c) 2025 Tiago Venceslau
3
+ Copyright (c) 2025 Tiago Venceslau and Contributors
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -19,3 +19,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
19
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
20
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
21
  SOFTWARE.
22
+
package/README.md CHANGED
@@ -67,8 +67,8 @@ The library is designed to be extensible and adaptable to different database bac
67
67
 
68
68
  ### How to Use
69
69
 
70
- - [Initial Setup](../../workdocs/tutorials/For%20Developers.md#_initial-setup_)
71
- - [Installation](../../workdocs/tutorials/For%20Developers.md#installation)
70
+ - [Initial Setup](./workdocs/tutorials/For%20Developers.md#_initial-setup_)
71
+ - [Installation](./workdocs/tutorials/For%20Developers.md#installation)
72
72
 
73
73
  ## DB-Decorators Examples
74
74