@sansavision/atlas-linux-x64-musl 0.1.9

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.
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # @sansavision/atlas-linux-x64-musl
2
+
3
+ Platform package containing the native `atlas` and `atlas-mcp` binaries for Linux x64 (musl).
4
+
5
+ This package is meant to be installed automatically as an optional dependency of `@sansavision/atlas`.
package/bin/atlas ADDED
Binary file
package/bin/atlas-mcp ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "@sansavision/atlas-linux-x64-musl",
3
+ "version": "0.1.9",
4
+ "description": "Atlas native binaries for linux x64 (musl)",
5
+ "license": "MIT",
6
+ "private": false,
7
+ "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" },
8
+ "os": ["linux"],
9
+ "cpu": ["x64"],
10
+ "files": ["bin/", "README.md"],
11
+ "main": "README.md"
12
+ }