@kl-c/matrixos 0.2.10 → 0.2.11
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/cli/index.js +160 -111
- package/dist/cli-node/index.js +160 -111
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -368024,7 +368024,7 @@ function getCachedVersion(options = {}) {
|
|
|
368024
368024
|
// package.json
|
|
368025
368025
|
var package_default = {
|
|
368026
368026
|
name: "@kl-c/matrixos",
|
|
368027
|
-
version: "0.2.
|
|
368027
|
+
version: "0.2.11",
|
|
368028
368028
|
description: "MaTrixOS \u2014 Agentic OS for OpenCode. Personalizable, communicating, self-improving, resilient.",
|
|
368029
368029
|
main: "./dist/index.js",
|
|
368030
368030
|
types: "dist/index.d.ts",
|
package/package.json
CHANGED