@thecorporation/server-linux-arm64-gnu 0.1.0 → 1.0.4

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,15 @@
1
+ # @thecorporation/server-linux-arm64-gnu
2
+
3
+ Linux arm64 binary for the Corporation API server.
4
+
5
+ This package is installed automatically by [`@thecorporation/server`](https://www.npmjs.com/package/@thecorporation/server) on the appropriate platform. You should not need to install it directly.
6
+
7
+ ## Links
8
+
9
+ - [thecorporation.ai](https://thecorporation.ai)
10
+ - [@thecorporation/server](https://www.npmjs.com/package/@thecorporation/server)
11
+ - [GitHub](https://github.com/thecorporationai/thecorporation-mono/tree/main/packages/server)
12
+
13
+ ## License
14
+
15
+ MIT
Binary file
package/bin/api-rs CHANGED
Binary file
package/package.json CHANGED
@@ -1,10 +1,16 @@
1
1
  {
2
2
  "name": "@thecorporation/server-linux-arm64-gnu",
3
- "version": "0.1.0",
3
+ "version": "1.0.4",
4
4
  "description": "Linux arm64 binary for the Corporation API server",
5
- "os": ["linux"],
6
- "cpu": ["arm64"],
7
- "files": ["bin/"],
5
+ "os": [
6
+ "linux"
7
+ ],
8
+ "cpu": [
9
+ "arm64"
10
+ ],
11
+ "files": [
12
+ "bin/"
13
+ ],
8
14
  "publishConfig": {
9
15
  "access": "public"
10
16
  },