Merge pull request #3804 from deepseek-harness/worktree/release-nativesystem-0.1.2

release(node-addon-system): 0.1.2
This commit is contained in:
imccyu
2026-09-08 22:25:46 +08:00
committed by GitHub
6 changed files with 40 additions and 16 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@deepseek-ai/node-addon-system-workspace",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"type": "module",
"license": "BSD-3-Clause",
@@ -1,19 +1,31 @@
{
"name": "@deepseek-ai/node-addon-system-darwin-arm64",
"version": "0.1.1",
"version": "0.1.2",
"description": "Prebuilt POSIX flock Node-API binding for macOS arm64",
"repository": {
"type": "git",
"url": "git+https://github.com/deepseek-harness/deepseek-harness.git",
"directory": "native/system/packages/darwin-arm64"
},
"os": ["darwin"],
"cpu": ["arm64"],
"files": ["README.md", "bin/", "prebuilds.json"],
"os": [
"darwin"
],
"cpu": [
"arm64"
],
"files": [
"README.md",
"bin/",
"prebuilds.json"
],
"scripts": {
"prepack": "node ../../scripts/verify-launcher-binary.mjs"
},
"engines": { "node": ">=20" },
"engines": {
"node": ">=20"
},
"license": "BSD-3-Clause",
"publishConfig": { "access": "public" }
"publishConfig": {
"access": "public"
}
}
+18 -6
View File
@@ -1,19 +1,31 @@
{
"name": "@deepseek-ai/node-addon-system-darwin-x64",
"version": "0.1.1",
"version": "0.1.2",
"description": "Prebuilt POSIX flock Node-API binding for macOS x64",
"repository": {
"type": "git",
"url": "git+https://github.com/deepseek-harness/deepseek-harness.git",
"directory": "native/system/packages/darwin-x64"
},
"os": ["darwin"],
"cpu": ["x64"],
"files": ["README.md", "bin/", "prebuilds.json"],
"os": [
"darwin"
],
"cpu": [
"x64"
],
"files": [
"README.md",
"bin/",
"prebuilds.json"
],
"scripts": {
"prepack": "node ../../scripts/verify-launcher-binary.mjs"
},
"engines": { "node": ">=20" },
"engines": {
"node": ">=20"
},
"license": "BSD-3-Clause",
"publishConfig": { "access": "public" }
"publishConfig": {
"access": "public"
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@deepseek-ai/node-addon-system",
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"description": "Prebuilt system primitives: a Linux Landlock launcher and asynchronous POSIX flock through stable Node-API",
"repository": {
@@ -1,6 +1,6 @@
{
"name": "@deepseek-ai/node-addon-system-linux-arm64",
"version": "0.1.1",
"version": "0.1.2",
"description": "Linux arm64 system binaries: static Landlock launcher and glibc/musl Node-API flock addons",
"repository": {
"type": "git",
@@ -1,6 +1,6 @@
{
"name": "@deepseek-ai/node-addon-system-linux-x64",
"version": "0.1.1",
"version": "0.1.2",
"description": "Linux x64 system binaries: static Landlock launcher and glibc/musl Node-API flock addons",
"repository": {
"type": "git",