@deix/rossini-core 5.3.0 → 6.0.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.
- package/LICENSE +8 -0
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +15 -12
package/LICENSE
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
Copyright (c) 2024-2025 Deix s.r.l.
|
|
2
|
+
All rights reserved.
|
|
3
|
+
|
|
4
|
+
This software and its source code are the exclusive property of Deix s.r.l..
|
|
5
|
+
No part of this software may be copied, modified, distributed, or used
|
|
6
|
+
in any form without explicit written permission from the copyright holder.
|
|
7
|
+
|
|
8
|
+
The software is provided "as is", without warranty of any kind, express or implied.
|