@oh-my-pi/pi-natives-linux-x64 0.0.0 → 15.6.0
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/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# @oh-my-pi/pi-natives-linux-x64
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Platform native addon package for `@oh-my-pi/pi-natives` on linux-x64.
|
|
4
4
|
|
|
5
|
-
This
|
|
5
|
+
This package is generated during release and installed as an optional dependency of the core package.
|
package/package.json
CHANGED
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oh-my-pi/pi-natives-linux-x64",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "Placeholder for the linux-x64 native addon of @oh-my-pi/pi-natives. The real binary is published during release.",
|
|
5
|
-
"license": "MIT",
|
|
3
|
+
"version": "15.6.0",
|
|
6
4
|
"os": [
|
|
7
5
|
"linux"
|
|
8
6
|
],
|
|
9
7
|
"cpu": [
|
|
10
8
|
"x64"
|
|
11
9
|
],
|
|
10
|
+
"main": "./pi_natives.linux-x64-baseline.node",
|
|
11
|
+
"files": [
|
|
12
|
+
"*.node",
|
|
13
|
+
"README.md"
|
|
14
|
+
],
|
|
15
|
+
"license": "MIT",
|
|
12
16
|
"repository": {
|
|
13
17
|
"type": "git",
|
|
14
18
|
"url": "git+https://github.com/can1357/oh-my-pi.git",
|
|
@@ -16,8 +20,5 @@
|
|
|
16
20
|
},
|
|
17
21
|
"engines": {
|
|
18
22
|
"bun": ">=1.3.14"
|
|
19
|
-
},
|
|
20
|
-
"publishConfig": {
|
|
21
|
-
"access": "public"
|
|
22
23
|
}
|
|
23
24
|
}
|
|
Binary file
|
|
Binary file
|