@1memory/cli-linux-arm64 0.0.0 → 0.2.40

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.
Files changed (3) hide show
  1. package/bin/1memory +4 -0
  2. package/package.json +14 -19
  3. package/README.md +0 -3
package/bin/1memory ADDED
@@ -0,0 +1,4 @@
1
+ [diffend] Oversized file quarantined before diffing.
2
+ name: package/bin/1memory
3
+ size: 42231688 bytes
4
+ sha256: 914dc0eab24d5699c57077de097d4f8381fac9cfd77c52d00e0a7c01dea0647a
package/package.json CHANGED
@@ -1,20 +1,15 @@
1
- {
2
- "name": "@1memory/cli-linux-arm64",
3
- "version": "0.0.0",
4
- "description": "1memory CLI linux-arm64 binary (placeholder; real binaries come from CI)",
5
- "license": "MIT",
6
- "os": [
7
- "linux"
8
- ],
9
- "cpu": [
10
- "arm64"
11
- ],
12
- "repository": {
13
- "url": "git+https://github.com/one-memory/1memory.git",
14
- "type": "git"
15
- },
16
- "publishConfig": {
17
- "access": "public",
18
- "registry": "https://registry.npmjs.org/"
19
- }
1
+ {
2
+ "name": "@1memory/cli-linux-arm64",
3
+ "version": "0.2.40",
4
+ "description": "1memory CLI 平台二进制(Rust,端到端加密记忆系统)",
5
+ "license": "MIT",
6
+ "os": [
7
+ "linux"
8
+ ],
9
+ "cpu": [
10
+ "arm64"
11
+ ],
12
+ "files": [
13
+ "bin"
14
+ ]
20
15
  }
package/README.md DELETED
@@ -1,3 +0,0 @@
1
- # @1memory/cli-linux-arm64
2
-
3
- 占位包,仅用于开通 Trusted Publisher。真实二进制由后续 CI 版本发布。