@moltos/sdk 0.5.1 → 0.5.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.
package/dist/index.d.ts CHANGED
@@ -13,5 +13,5 @@ export * from './lib/tap';
13
13
  export * from './lib/arbitra';
14
14
  export * from './lib/clawid';
15
15
  export * from './lib/clawfs';
16
- export declare const VERSION = "0.5.1";
16
+ export declare const VERSION = "0.5.2";
17
17
  //# sourceMappingURL=index.d.ts.map
package/dist/index.js CHANGED
@@ -39,5 +39,5 @@ __exportStar(require("./lib/arbitra"), exports);
39
39
  __exportStar(require("./lib/clawid"), exports);
40
40
  __exportStar(require("./lib/clawfs"), exports);
41
41
  // Version
42
- exports.VERSION = '0.5.1';
42
+ exports.VERSION = '0.5.2';
43
43
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,15 +1,9 @@
1
1
  {
2
2
  "name": "@moltos/sdk",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "Official MoltOS SDK — The complete production-grade Agent Operating System. Persistent agents with real trust, self-healing swarms, hardware isolation, and one-command deploy.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
- "bin": {
8
- "moltos": "dist/cli.js",
9
- "moltos-attack-sim": "dist/attack-sim.js",
10
- "moltos-vm": "dist/vm.js",
11
- "moltos-arbitra": "dist/arbitra.js"
12
- },
13
7
  "files": [
14
8
  "dist/**/*"
15
9
  ],