@happyvertical/smrt-cli 0.40.23 → 0.40.24

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -57,7 +57,7 @@ batch.
57
57
 
58
58
  ### Audited PostgreSQL timestamp conversion
59
59
 
60
- `timestamp without time zone` values do not carry enough information for SMRT
60
+ `timestamp without time zone` values do not carry enough information for s-m-r-t
61
61
  to infer their original instant. After auditing every historical writer,
62
62
  database default, trigger, and raw SQL path, an operator may confirm that the
63
63
  legacy values are UTC wall times and include the exact opt-in:
@@ -155,7 +155,7 @@ Custom methods on s-m-r-t objects are auto-discovered from manifests. Method par
155
155
  ## Usage
156
156
 
157
157
  ```bash
158
- # Discover what SMRT objects are available
158
+ # Discover what s-m-r-t objects are available
159
159
  smrt introspect
160
160
 
161
161
  # Generate an MCP server
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happyvertical/smrt-cli",
3
- "version": "0.40.23",
3
+ "version": "0.40.24",
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.23",
36
- "@happyvertical/smrt-config": "0.40.23",
37
- "@happyvertical/smrt-dev-mcp": "0.40.23",
38
- "@happyvertical/smrt-core": "0.40.23",
39
- "@happyvertical/smrt-playground": "0.40.23",
40
- "@happyvertical/smrt-types": "0.40.23"
35
+ "@happyvertical/smrt-agents": "0.40.24",
36
+ "@happyvertical/smrt-config": "0.40.24",
37
+ "@happyvertical/smrt-core": "0.40.24",
38
+ "@happyvertical/smrt-dev-mcp": "0.40.24",
39
+ "@happyvertical/smrt-playground": "0.40.24",
40
+ "@happyvertical/smrt-types": "0.40.24"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/node": "24.13.2",