thatcher 1.0.5 → 1.0.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thatcher",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "A config-driven application framework for building data-intensive web apps without code. 100% feature-complete extraction from moonlanding.",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
package/src/cli.js CHANGED
File without changes
@@ -121,6 +121,7 @@ export function nameHash(name) {
121
121
  }
122
122
 
123
123
  export { getInitials } from '@/lib/utils.js'
124
+ export { icon } from '@/ui/format-helpers.js'
124
125
 
125
126
  export function fmtDate(ts) {
126
127
  if (!ts) return '-';