mediaguru 1.0.0 → 1.0.1
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/.gitattributes +2 -0
- package/LICENSE +5 -17
- package/package.json +4 -4
package/.gitattributes
ADDED
package/LICENSE
CHANGED
|
@@ -1,21 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
Copyright (c) 2026 Kontyra. All rights reserved.
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Proprietary and Confidential.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
5
|
+
This software and its associated documentation files (the "Software") are the sole and exclusive property of Kontyra.
|
|
11
6
|
|
|
12
|
-
|
|
13
|
-
copies or substantial portions of the Software.
|
|
7
|
+
Unauthorized copying, modification, distribution, sublicensing, reverse engineering, or public display of this Software, in whole or in part, via any medium is strictly prohibited.
|
|
14
8
|
|
|
15
|
-
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
9
|
+
Any use of this Software is permitted only under the express, written authorization and license agreement provided by Kontyra.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mediaguru",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "MediaGuru
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "MediaGuru ecosystem-grade developer terminal toolkit. Powered by Kontyra.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bin": {
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"@types/qrcode": "^1.5.5",
|
|
39
39
|
"typescript": "^5.3.3"
|
|
40
40
|
},
|
|
41
|
-
"author": "
|
|
42
|
-
"license": "
|
|
41
|
+
"author": "Kontyra",
|
|
42
|
+
"license": "UNLICENSED",
|
|
43
43
|
"engines": {
|
|
44
44
|
"node": ">=18.0.0"
|
|
45
45
|
},
|