fix(landlock-run): close release integration gaps (review round 2)
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
"version": "0.0.1",
|
||||
"type": "module",
|
||||
"description": "Landlock self-restrict-then-exec launcher for sandboxing subprocesses on Linux: per-platform prebuilt static binaries plus the JS seam that resolves, probes, and speaks their CLI contract",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/deepseek-harness/deepseek-harness.git",
|
||||
"directory": "native/landlock-run/packages/entry"
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"exports": {
|
||||
|
||||
@@ -2,6 +2,11 @@
|
||||
"name": "node-addon-landlock-run-linux-arm64",
|
||||
"version": "0.0.1",
|
||||
"description": "Prebuilt landlock-run Landlock launcher binary for linux-arm64 (static musl) — resolved as a file path by node-addon-landlock-run, never imported",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/deepseek-harness/deepseek-harness.git",
|
||||
"directory": "native/landlock-run/packages/linux-arm64"
|
||||
},
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
||||
@@ -2,6 +2,11 @@
|
||||
"name": "node-addon-landlock-run-linux-x64",
|
||||
"version": "0.0.1",
|
||||
"description": "Prebuilt landlock-run Landlock launcher binary for linux-x64 (static musl) — resolved as a file path by node-addon-landlock-run, never imported",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/deepseek-harness/deepseek-harness.git",
|
||||
"directory": "native/landlock-run/packages/linux-x64"
|
||||
},
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user