@lakutata/cli 2.10.0 → 2.11.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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [2.11.0](https://github.com/lakutata/lakutata-packages/compare/@lakutata/cli@2.10.0...@lakutata/cli@2.11.0) (2024-08-03)
7
+
8
+
9
+ ### Features
10
+
11
+ * **cli:** add 'templates' command to list available project templates ([c04ba99](https://github.com/lakutata/lakutata-packages/commit/c04ba9923d78623418aeb519c952ed5e0ec7d969))
12
+
13
+
14
+
15
+
16
+
6
17
  # [2.10.0](https://github.com/lakutata/lakutata-packages/compare/@lakutata/cli@2.9.0...@lakutata/cli@2.10.0) (2024-08-03)
7
18
 
8
19
 
@@ -137,7 +137,7 @@ class TemplateManager extends lakutata_1.Provider {
137
137
  ];
138
138
  }));
139
139
  console.log(table.toString());
140
- console.log(`${ansis_1.default.gray('Template list last updated on:')} ${ansis_1.default.gray(new lakutata_1.Time(updatedAt).format('YYYY-MM-DD HH:mm:ss'))}`);
140
+ console.log(`Template list last updated on: ${ansis_1.default.bold(new lakutata_1.Time(updatedAt).format('YYYY-MM-DD HH:mm:ss'))}`);
141
141
  }
142
142
  }
143
143
  exports.TemplateManager = TemplateManager;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lakutata/cli",
3
- "version": "2.10.0",
3
+ "version": "2.11.0",
4
4
  "description": "Lakutata CLI tool",
5
5
  "keywords": [
6
6
  "lakutata",
@@ -48,5 +48,5 @@
48
48
  "devDependencies": {
49
49
  "@types/degit": "^2.8.6"
50
50
  },
51
- "gitHead": "e821232e90bbf6fe89fc7bea8931502b4f5987fe"
51
+ "gitHead": "df188f5c96607c9da9bcd0258a4079fa3f36951e"
52
52
  }