@thecorporation/server 1.0.3 → 1.0.5

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/README.md +2 -2
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # @thecorporation/server
2
2
 
3
- Pre-built binaries for the Corporation API server. Wraps the Rust backend as a Node.js child process with automatic platform detection.
3
+ Pre-built binaries for the governance kernel — the Rust backend that validates every corporate action, enforces policy gates, and produces atomic git commits. Wraps the server as a Node.js child process with automatic platform detection.
4
4
 
5
- Part of [The Corporation](https://thecorporation.ai) — agent-native corporate infrastructure.
5
+ Part of [TheCorporation](https://thecorporation.ai) — version-controlled governance, autonomous agents, and open-source corporate infrastructure.
6
6
 
7
7
  ## Install
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecorporation/server",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "Pre-built binaries for the Corporation API server",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -22,11 +22,11 @@
22
22
  "access": "public"
23
23
  },
24
24
  "optionalDependencies": {
25
- "@thecorporation/server-linux-x64-gnu": "1.0.3",
26
- "@thecorporation/server-linux-arm64-gnu": "1.0.3",
27
- "@thecorporation/server-darwin-x64": "1.0.3",
28
- "@thecorporation/server-darwin-arm64": "1.0.3",
29
- "@thecorporation/server-win32-x64-msvc": "1.0.3"
25
+ "@thecorporation/server-linux-x64-gnu": "1.0.5",
26
+ "@thecorporation/server-linux-arm64-gnu": "1.0.5",
27
+ "@thecorporation/server-darwin-x64": "1.0.5",
28
+ "@thecorporation/server-darwin-arm64": "1.0.5",
29
+ "@thecorporation/server-win32-x64-msvc": "1.0.5"
30
30
  },
31
31
  "devDependencies": {
32
32
  "tsup": "^8.4.0",