@karmaniverous/smoz 0.1.3 → 0.1.4

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,5 +1,4 @@
1
1
  #!/usr/bin/env node
2
- #!/usr/bin/env node
3
2
  'use strict';
4
3
 
5
4
  var fs = require('node:fs');
@@ -1044,8 +1043,7 @@ const runInit = async (root, template = 'minimal', opts) => {
1044
1043
  /**
1045
1044
  * SMOZ CLI — version/signature + register/add
1046
1045
  *
1047
- * - Default: print project signature (version, Node, repo root, stanPath, config presence)
1048
- * - register: one-shot — generate app/generated/register.*.ts from app/functions/**
1046
+ * - Default: print project signature (version, Node, repo root, stanPath, config presence) * - register: one-shot — generate app/generated/register.*.ts from app/functions/**
1049
1047
  * - openapi: one-shot — run the project’s OpenAPI builder
1050
1048
  * - dev: watch loop orchestrator for register/openapi and optional local serving
1051
1049
  * - add: scaffold a new function skeleton under app/functions
package/package.json CHANGED
@@ -185,5 +185,5 @@
185
185
  "templates:lint": "eslint --fix -c templates/.check/eslint.templates.config.ts \"templates/**/*.{ts,tsx,js,jsx}\" && eslint --fix --no-ignore templates/.check/eslint.templates.config.ts"
186
186
  },
187
187
  "type": "module",
188
- "version": "0.1.3"
188
+ "version": "0.1.4"
189
189
  }