@victframework/server 0.2.0 → 0.3.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.
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@victframework/server",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Vict server boundary (Stage 06B): authenticated actor composition, versioned HTTP commands, resumable SSE for vict.agent-stream@1, and the remote Application data/action adapter. Consumes neutral runtime/control/application ports; exposes no privileged agent-framework route.",
|
|
6
6
|
"exports": {
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"build": "tsc -p tsconfig.json"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@victframework/application": "0.
|
|
22
|
-
"@victframework/contracts": "0.
|
|
23
|
-
"@victframework/control": "0.
|
|
24
|
-
"@victframework/runtime": "0.
|
|
25
|
-
"@victframework/store-sqlite": "0.
|
|
21
|
+
"@victframework/application": "0.3.0",
|
|
22
|
+
"@victframework/contracts": "0.3.0",
|
|
23
|
+
"@victframework/control": "0.3.0",
|
|
24
|
+
"@victframework/runtime": "0.3.0",
|
|
25
|
+
"@victframework/store-sqlite": "0.3.0"
|
|
26
26
|
},
|
|
27
27
|
"license": "Apache-2.0",
|
|
28
28
|
"publishConfig": {
|