@dragonmastery/dragoncore-shared 0.0.2 → 0.0.5
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 +2 -2
- package/dist/index.d.mts +1107 -521
- package/dist/index.mjs +349 -64
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
DRAGONCORE SHARED EVALUATION LICENSE
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) 2026 DragonMastery. All rights reserved.
|
|
4
4
|
|
|
5
5
|
================================================================================
|
|
6
6
|
|
|
@@ -39,7 +39,7 @@ MUST obtain a separate commercial license from DragonMastery.
|
|
|
39
39
|
|
|
40
40
|
Contact for licensing:
|
|
41
41
|
|
|
42
|
-
- Repository: https://github.com/DragonMastery/
|
|
42
|
+
- Repository: https://github.com/DragonMastery/dragoncore
|
|
43
43
|
- Open a GitHub issue for licensing inquiries
|
|
44
44
|
|
|
45
45
|
TERMINATION:
|