githolon 0.1.2 → 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.
- package/dist/cli.mjs +1 -1
- package/package.json +2 -2
package/dist/cli.mjs
CHANGED
|
@@ -915,7 +915,7 @@ async function ledgerVerify(dir, opts) {
|
|
|
915
915
|
|
|
916
916
|
// src/cli.ts
|
|
917
917
|
var KINDS = ["domain", "aggregate", "intent"];
|
|
918
|
-
var DEFAULT_OUT = "
|
|
918
|
+
var DEFAULT_OUT = "domains";
|
|
919
919
|
var USAGE = `githolon \u2014 the Nomos developer CLI
|
|
920
920
|
|
|
921
921
|
Authoring:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "githolon",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "githolon — the Nomos developer CLI: Rails-style generators for @githolon/dsl domains + the package compiler. Kernel-independent.",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@bjorn3/browser_wasi_shim": "0.4.2",
|
|
30
|
-
"@githolon/dsl": "^0.1.
|
|
30
|
+
"@githolon/dsl": "^0.1.3",
|
|
31
31
|
"isomorphic-git": "^1.38.4"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|