@lotagate/cli-native-windows-x64 0.1.27 → 0.1.29

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 ADDED
@@ -0,0 +1,79 @@
1
+ LotaGate Proprietary Software License v1.0
2
+
3
+ Copyright (c) 2026 LotaGate. All rights reserved.
4
+
5
+ This license applies to the LotaGate Software distributed with this file. The
6
+ Software is proprietary software and is not released under an open-source
7
+ license.
8
+
9
+ 1. Limited license
10
+
11
+ Subject to this license, LotaGate grants you a limited, non-exclusive,
12
+ worldwide, royalty-free, non-transferable license to:
13
+
14
+ - install and use an unmodified copy of the Software for personal, internal,
15
+ or commercial purposes;
16
+ - include and distribute the unmodified package or compiled/bundled form of the
17
+ Software as part of an application or service, including distribution through
18
+ the npm registry, a web application, an Electron application, a desktop
19
+ installer, or a container; and
20
+ - make the technical copies reasonably required for those permitted uses.
21
+
22
+ You may distribute an application or service that uses the Software, but you
23
+ may not distribute the Software as a standalone substitute for a LotaGate
24
+ package or runtime unless LotaGate gives you separate written permission.
25
+
26
+ 2. Restrictions
27
+
28
+ Except for the permissions expressly granted above, you may not:
29
+
30
+ - copy, publish, sell, sublicense, lease, lend, or redistribute the Software
31
+ or its source code as a standalone work;
32
+ - modify, adapt, translate, create derivative works from, or make available
33
+ the source code or any substantial portion of the Software;
34
+ - reverse engineer, decompile, disassemble, or attempt to discover the source
35
+ code, except to the extent that applicable law expressly permits it;
36
+ - remove or obscure copyright, license, attribution, or proprietary notices;
37
+ - use the Software's source code to create or distribute a competing package,
38
+ runtime, or substantially similar implementation; or
39
+ - use LotaGate trademarks or branding without prior written permission.
40
+
41
+ Your application may have its own license and may contain other components
42
+ under their own licenses. This license does not require you to disclose your
43
+ application's source code.
44
+
45
+ 3. Ownership
46
+
47
+ LotaGate and its licensors retain all right, title, and interest in and to the
48
+ Software. No rights are granted by implication, exhaustion, estoppel, or
49
+ otherwise beyond the limited license stated above.
50
+
51
+ 4. Third-party components
52
+
53
+ Third-party components included with or used by the Software remain governed by
54
+ their own licenses. This license applies only to material owned or controlled
55
+ by LotaGate.
56
+
57
+ 5. Termination
58
+
59
+ This license terminates automatically if you materially breach its terms. On
60
+ termination, you must stop using and distributing the Software, except for
61
+ copies retained solely for legal or archival purposes.
62
+
63
+ 6. Disclaimer and limitation of liability
64
+
65
+ TO THE MAXIMUM EXTENT PERMITTED BY LAW, THE SOFTWARE IS PROVIDED "AS IS" AND
66
+ WITHOUT WARRANTIES OF ANY KIND, WHETHER EXPRESS, IMPLIED, OR STATUTORY,
67
+ INCLUDING WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,
68
+ TITLE, AND NON-INFRINGEMENT.
69
+
70
+ TO THE MAXIMUM EXTENT PERMITTED BY LAW, LOTAGATE AND ITS LICENSORS WILL NOT BE
71
+ LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, EXEMPLARY, OR
72
+ PUNITIVE DAMAGES, OR FOR LOST PROFITS, REVENUE, DATA, OR BUSINESS
73
+ INTERRUPTION, ARISING FROM OR RELATED TO THE SOFTWARE OR THIS LICENSE.
74
+
75
+ 7. Contact
76
+
77
+ For commercial licensing, source licensing, or permissions not covered here,
78
+ contact LotaGate before distributing the Software outside the permissions
79
+ granted by this license.
package/bin/lotagate.exe CHANGED
@@ -1,4 +1,4 @@
1
1
  [diffend] Oversized file quarantined before diffing.
2
2
  name: package/bin/lotagate.exe
3
- size: 111888896 bytes
4
- sha256: cae4a341d76723e6dae5fe8222db2eae53a44fb67f1a9fb5579e78d17389b2d9
3
+ size: 111916544 bytes
4
+ sha256: 1b20ba163db05b6dd5452103051e028361eb723aad5357cab35f69c93db200ec
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@lotagate/cli-native-windows-x64",
3
- "version": "0.1.27",
3
+ "version": "0.1.29",
4
4
  "description": "Native executable for @lotagate/cli (windows-x64).",
5
- "license": "MIT",
5
+ "license": "SEE LICENSE IN LICENSE.md",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/huy20222003/lotagate-cli.git"
@@ -22,6 +22,6 @@
22
22
  },
23
23
  "lotagateNative": {
24
24
  "target": "windows-x64",
25
- "sha256": "cae4a341d76723e6dae5fe8222db2eae53a44fb67f1a9fb5579e78d17389b2d9"
25
+ "sha256": "1b20ba163db05b6dd5452103051e028361eb723aad5357cab35f69c93db200ec"
26
26
  }
27
27
  }