@agmesh/linux-x64-musl 0.6.3 → 0.7.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.
Files changed (3) hide show
  1. package/README.md +5 -1
  2. package/agmesh +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,3 +1,7 @@
1
1
  # @agmesh/linux-x64-musl
2
2
 
3
- Place the compiled linux-x64-musl `agmesh` binary in this directory before publishing.
3
+ Platform binary package for `agmesh` on linux/x64 musl.
4
+
5
+ This package is installed automatically as an optional dependency of the `agmesh` wrapper. Users normally install `agmesh`, not this package directly.
6
+
7
+ It contains the compiled `agmesh` executable for this platform and no project secrets, rulepack secrets, or project credentials.
package/agmesh CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agmesh/linux-x64-musl",
3
- "version": "0.6.3",
3
+ "version": "0.7.0",
4
4
  "os": [
5
5
  "linux"
6
6
  ],