@vexp/core-linux-x64 2.5.0 → 2.5.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/LICENSE +21 -0
- package/bin/vexp-core +0 -0
- package/package.json +2 -2
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
vexp — Proprietary Software License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Vexp. All rights reserved.
|
|
4
|
+
|
|
5
|
+
This package contains proprietary compiled components of vexp. No license,
|
|
6
|
+
right, or permission is granted to any person to use, copy, modify, merge,
|
|
7
|
+
publish, distribute, sublicense, sell, or create derivative works of this
|
|
8
|
+
software or any portion of it, except as expressly permitted under a
|
|
9
|
+
separate written agreement with Vexp or under the terms of use published
|
|
10
|
+
at https://vexp.dev/terms.
|
|
11
|
+
|
|
12
|
+
This package is installed automatically as a platform dependency of vexp
|
|
13
|
+
(vexp-cli / the vexp VS Code extension). Installing or running it
|
|
14
|
+
constitutes acceptance of those terms.
|
|
15
|
+
|
|
16
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
18
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
19
|
+
VEXP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY ARISING FROM, OUT
|
|
20
|
+
OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/bin/vexp-core
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vexp/core-linux-x64",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.1",
|
|
4
4
|
"description": "vexp-core binary for Linux x64",
|
|
5
5
|
"os": [
|
|
6
6
|
"linux"
|
|
@@ -14,5 +14,5 @@
|
|
|
14
14
|
"publishConfig": {
|
|
15
15
|
"access": "public"
|
|
16
16
|
},
|
|
17
|
-
"license": "
|
|
17
|
+
"license": "UNLICENSED"
|
|
18
18
|
}
|