@kmlckj/licos-ai-cli 0.0.57 → 1.0.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.
Files changed (2) hide show
  1. package/lib/cli.js +5 -4
  2. package/package.json +1 -1
package/lib/cli.js CHANGED
@@ -2109,7 +2109,7 @@ const EventBuilder = {
2109
2109
  };
2110
2110
 
2111
2111
  var name = "@kmlckj/licos-ai-cli";
2112
- var version = "0.0.57";
2112
+ var version = "1.0.0";
2113
2113
  var description = "LICOS AI coding workspace CLI - project template engine and dev tools";
2114
2114
  var license = "MIT";
2115
2115
  var author = "kmlckj";
@@ -8271,9 +8271,10 @@ const shouldRenderFile = (filePath) => {
8271
8271
  '.html',
8272
8272
  '.md',
8273
8273
  '.txt',
8274
- '.yaml',
8275
- '.yml',
8276
- '.xml',
8274
+ '.yaml',
8275
+ '.yml',
8276
+ '.toml',
8277
+ '.xml',
8277
8278
  '.svg',
8278
8279
  '.env',
8279
8280
  '.gitignore',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmlckj/licos-ai-cli",
3
- "version": "0.0.57",
3
+ "version": "1.0.0",
4
4
  "description": "LICOS AI coding workspace CLI - project template engine and dev tools",
5
5
  "license": "MIT",
6
6
  "author": "kmlckj",