@happyvertical/smrt-cli 0.40.69 → 0.41.0

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.js CHANGED
@@ -49,63 +49,63 @@ var _playgroundCommands = null;
49
49
  var _workbenchCommands = null;
50
50
  async function getGnodeCommands() {
51
51
  if (!_gnodeCommands) {
52
- const { gnodeCommands } = await import("./commands-U7gYv14z.js");
52
+ const { gnodeCommands } = await import("./commands-DjgCD-0o.js");
53
53
  _gnodeCommands = gnodeCommands;
54
54
  }
55
55
  return _gnodeCommands;
56
56
  }
57
57
  async function getGitCommands() {
58
58
  if (!_gitCommands) {
59
- const { gitCommands } = await import("./commands-U7gYv14z.js");
59
+ const { gitCommands } = await import("./commands-DjgCD-0o.js");
60
60
  _gitCommands = gitCommands;
61
61
  }
62
62
  return _gitCommands;
63
63
  }
64
64
  async function getGenerateCommands() {
65
65
  if (!_generateCommands) {
66
- const { generateCommands } = await import("./commands-U7gYv14z.js");
66
+ const { generateCommands } = await import("./commands-DjgCD-0o.js");
67
67
  _generateCommands = generateCommands;
68
68
  }
69
69
  return _generateCommands;
70
70
  }
71
71
  async function getInitCommands() {
72
72
  if (!_initCommands) {
73
- const { initCommands } = await import("./commands-U7gYv14z.js");
73
+ const { initCommands } = await import("./commands-DjgCD-0o.js");
74
74
  _initCommands = initCommands;
75
75
  }
76
76
  return _initCommands;
77
77
  }
78
78
  async function getUtilityCommands() {
79
79
  if (!_utilityCommands) {
80
- const { utilityCommands } = await import("./commands-U7gYv14z.js");
80
+ const { utilityCommands } = await import("./commands-DjgCD-0o.js");
81
81
  _utilityCommands = utilityCommands;
82
82
  }
83
83
  return _utilityCommands;
84
84
  }
85
85
  async function getDispatchCommands() {
86
86
  if (!_dispatchCommands) {
87
- const { dispatchCommands } = await import("./commands-U7gYv14z.js");
87
+ const { dispatchCommands } = await import("./commands-DjgCD-0o.js");
88
88
  _dispatchCommands = dispatchCommands;
89
89
  }
90
90
  return _dispatchCommands;
91
91
  }
92
92
  async function getDocsCommands() {
93
93
  if (!_docsCommands) {
94
- const { docsCommands } = await import("./commands-U7gYv14z.js");
94
+ const { docsCommands } = await import("./commands-DjgCD-0o.js");
95
95
  _docsCommands = docsCommands;
96
96
  }
97
97
  return _docsCommands;
98
98
  }
99
99
  async function getPlaygroundCommands() {
100
100
  if (!_playgroundCommands) {
101
- const { playgroundCommands } = await import("./commands-U7gYv14z.js");
101
+ const { playgroundCommands } = await import("./commands-DjgCD-0o.js");
102
102
  _playgroundCommands = playgroundCommands;
103
103
  }
104
104
  return _playgroundCommands;
105
105
  }
106
106
  async function getWorkbenchCommands() {
107
107
  if (!_workbenchCommands) {
108
- const { workbenchCommands } = await import("./commands-U7gYv14z.js");
108
+ const { workbenchCommands } = await import("./commands-DjgCD-0o.js");
109
109
  _workbenchCommands = workbenchCommands;
110
110
  }
111
111
  return _workbenchCommands;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happyvertical/smrt-cli",
3
- "version": "0.40.69",
3
+ "version": "0.41.0",
4
4
  "description": "Developer CLI for SMRT framework - introspection, testing, and project management",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -32,12 +32,12 @@
32
32
  "acorn": "^8.17.0",
33
33
  "fast-glob": "3.3.3",
34
34
  "tar": "^7.5.19",
35
- "@happyvertical/smrt-agents": "0.40.69",
36
- "@happyvertical/smrt-dev-mcp": "0.40.69",
37
- "@happyvertical/smrt-playground": "0.40.69",
38
- "@happyvertical/smrt-core": "0.40.69",
39
- "@happyvertical/smrt-config": "0.40.69",
40
- "@happyvertical/smrt-types": "0.40.69"
35
+ "@happyvertical/smrt-agents": "0.41.0",
36
+ "@happyvertical/smrt-config": "0.41.0",
37
+ "@happyvertical/smrt-dev-mcp": "0.41.0",
38
+ "@happyvertical/smrt-core": "0.41.0",
39
+ "@happyvertical/smrt-types": "0.41.0",
40
+ "@happyvertical/smrt-playground": "0.41.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/node": "24.13.2",