maxsimcli 1.0.9 → 1.0.10

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/install.cjs CHANGED
@@ -6483,7 +6483,7 @@ var require_dist = /* @__PURE__ */ __commonJSMin(((exports) => {
6483
6483
  var require_package = /* @__PURE__ */ __commonJSMin(((exports, module) => {
6484
6484
  module.exports = {
6485
6485
  "name": "maxsimcli",
6486
- "version": "1.0.9",
6486
+ "version": "1.0.10",
6487
6487
  "private": false,
6488
6488
  "description": "A meta-prompting, context engineering and spec-driven development system for Claude Code, OpenCode, Gemini and Codex by MayStudios.",
6489
6489
  "bin": { "maxsimcli": "dist/install.cjs" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maxsimcli",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "private": false,
5
5
  "description": "A meta-prompting, context engineering and spec-driven development system for Claude Code, OpenCode, Gemini and Codex by MayStudios.",
6
6
  "bin": {
@@ -41,9 +41,9 @@
41
41
  "@types/node": "^25.3.0",
42
42
  "chalk": "^5.6.2",
43
43
  "ora": "^9.3.0",
44
- "@maxsim/adapters": "0.0.1",
45
44
  "@maxsim/core": "0.0.1",
46
45
  "@maxsim/hooks": "0.0.1",
47
- "@maxsim/templates": "0.0.1"
46
+ "@maxsim/templates": "0.0.1",
47
+ "@maxsim/adapters": "0.0.1"
48
48
  }
49
49
  }