@openclaw/fs-safe-linux-x64-gnu 0.0.0 → 0.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.
Binary file
package/package.json CHANGED
@@ -1,14 +1,32 @@
1
1
  {
2
2
  "name": "@openclaw/fs-safe-linux-x64-gnu",
3
- "version": "0.0.0",
4
- "description": "Reserved native binding package for @openclaw/fs-safe.",
3
+ "version": "0.6.0",
4
+ "description": "Linux x64 glibc native binding for @openclaw/fs-safe.",
5
5
  "license": "MIT",
6
- "private": false,
6
+ "author": "OpenClaw Team <dev@openclaw.ai>",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "git+https://github.com/openclaw/fs-safe.git"
9
+ "url": "git+https://github.com/openclaw/fs-safe.git",
10
+ "directory": "packages/linux-x64-gnu"
10
11
  },
12
+ "publishConfig": {
13
+ "access": "public",
14
+ "provenance": true
15
+ },
16
+ "os": [
17
+ "linux"
18
+ ],
19
+ "cpu": [
20
+ "x64"
21
+ ],
22
+ "libc": [
23
+ "glibc"
24
+ ],
25
+ "main": "fs-safe-native.node",
11
26
  "files": [
12
- "README.md"
13
- ]
27
+ "fs-safe-native.node"
28
+ ],
29
+ "engines": {
30
+ "node": ">=22"
31
+ }
14
32
  }
package/README.md DELETED
@@ -1,5 +0,0 @@
1
- # Reserved native binding package
2
-
3
- This is a placeholder reserving the package name for the first platform-specific @openclaw/fs-safe release.
4
-
5
- It contains no native binary and does not provide a usable API. Install the released @openclaw/fs-safe root package instead.