maxsimcli 1.1.1 → 1.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.
@@ -1,3 +1,15 @@
1
+ ## 1.1.2 (2026-02-24)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **13-01:** scaffold packages/dashboard NX package with Next.js 15 and dependencies ([8cb33d6](https://github.com/maystudios/maxsim/commit/8cb33d6))
6
+ - **13-01:** add dark theme layout, globals, utilities, types, and Aceternity config ([c8f76cb](https://github.com/maystudios/maxsim/commit/c8f76cb))
7
+
8
+ ### ❤️ Thank You
9
+
10
+ - Claude Opus 4.6
11
+ - Sven
12
+
1
13
  ## 1.1.1 (2026-02-24)
2
14
 
3
15
  ### 🩹 Fixes
package/dist/install.cjs CHANGED
@@ -6485,7 +6485,7 @@ var require_dist = /* @__PURE__ */ __commonJSMin(((exports) => {
6485
6485
  var require_package = /* @__PURE__ */ __commonJSMin(((exports, module) => {
6486
6486
  module.exports = {
6487
6487
  "name": "maxsimcli",
6488
- "version": "1.1.1",
6488
+ "version": "1.1.2",
6489
6489
  "private": false,
6490
6490
  "description": "A meta-prompting, context engineering and spec-driven development system for Claude Code, OpenCode, Gemini and Codex by MayStudios.",
6491
6491
  "bin": { "maxsimcli": "dist/install.cjs" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maxsimcli",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
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": {
@@ -43,8 +43,8 @@
43
43
  "chalk": "^5.6.2",
44
44
  "ora": "^9.3.0",
45
45
  "@maxsim/adapters": "0.0.1",
46
- "@maxsim/core": "0.0.1",
47
46
  "@maxsim/hooks": "0.0.1",
47
+ "@maxsim/core": "0.0.1",
48
48
  "@maxsim/templates": "0.0.1"
49
49
  },
50
50
  "dependencies": {