@1memory/cli-linux-arm64 1.0.0 → 1.0.2

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 (2) hide show
  1. package/bin/1memory +2 -2
  2. package/package.json +5 -2
package/bin/1memory CHANGED
@@ -1,4 +1,4 @@
1
1
  [diffend] Oversized file quarantined before diffing.
2
2
  name: package/bin/1memory
3
- size: 44841616 bytes
4
- sha256: ffdfe8e034a2aebfbf1c8fa5b7d00761366d01a297a7eaf812772cfbc97d35e4
3
+ size: 44841544 bytes
4
+ sha256: 979e7ab8d7f2dbfc3cc872a058b0bb8612f84f1cc4e3752789df568ec5124123
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1memory/cli-linux-arm64",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "1memory CLI platform binary",
5
5
  "license": "MIT",
6
6
  "os": [
@@ -11,5 +11,8 @@
11
11
  ],
12
12
  "files": [
13
13
  "bin"
14
- ]
14
+ ],
15
+ "exports": {
16
+ "./bin/1memory": "./bin/1memory"
17
+ }
15
18
  }