@miriad-systems/backend 0.1.1 → 0.1.2

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 +0 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -68,6 +68,3 @@ npx @miriad-systems/backend start --name my-vps
68
68
 
69
69
  Use `--name` to give this runtime a recognizable name in the Miriad UI.
70
70
 
71
- ## License
72
-
73
- MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@miriad-systems/backend",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Run Miriad agents on your local machine, container, or VPS",
5
5
  "type": "module",
6
6
  "main": "./dist/cli.js",
@@ -28,7 +28,7 @@
28
28
  "runtime",
29
29
  "vps"
30
30
  ],
31
- "license": "MIT",
31
+ "license": "UNLICENSED",
32
32
  "engines": {
33
33
  "node": ">=18.0.0"
34
34
  },