@fragno-dev/cli 0.2.0 → 0.2.3

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,5 @@
1
1
 
2
- > @fragno-dev/cli@0.2.0 build /home/runner/work/fragno/fragno/apps/fragno-cli
2
+ > @fragno-dev/cli@0.2.3 build /home/runner/work/fragno/fragno/apps/fragno-cli
3
3
  > tsdown
4
4
 
5
5
  ℹ tsdown v0.15.12 powered by rolldown v1.0.0-beta.45
@@ -10,9 +10,13 @@
10
10
  ℹ Build start
11
11
  ℹ Granting execute permission to dist/cli.d.ts
12
12
  ℹ Granting execute permission to dist/cli.js
13
- ℹ dist/cli.js 38.85 kB │ gzip: 9.68 kB
14
- ℹ dist/cli.js.map 78.69 kB │ gzip: 19.19 kB
15
- ℹ dist/cli.d.ts.map  0.85 kB │ gzip: 0.40 kB
16
- ℹ dist/cli.d.ts  2.08 kB │ gzip: 0.49 kB
17
- ℹ 4 files, total: 120.47 kB
18
- ✔ Build complete in 13088ms
13
+ ℹ dist/cli.js 17.07 kB │ gzip: 4.57 kB
14
+ ℹ dist/cli.js.map 34.34 kB │ gzip: 8.67 kB
15
+ ℹ dist/find-fragno-databases-Depht1jV.js.map 14.84 kB │ gzip: 4.47 kB
16
+ ℹ dist/find-fragno-databases-Depht1jV.js  7.53 kB │ gzip: 2.38 kB
17
+ ℹ dist/serve-eh3Tpjhc.js.map  6.70 kB │ gzip: 2.36 kB
18
+ ℹ dist/serve-eh3Tpjhc.js  3.40 kB │ gzip: 1.40 kB
19
+ ℹ dist/cli.d.ts.map  0.71 kB │ gzip: 0.35 kB
20
+ ℹ dist/cli.d.ts  1.50 kB │ gzip: 0.41 kB
21
+ ℹ 8 files, total: 86.08 kB
22
+ ✔ Build complete in 11345ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,82 @@
1
1
  # @fragno-dev/cli
2
2
 
3
+ ## 0.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 490a8b5: refactor: remove the corpus command and its package from the Fragno CLI
8
+ - Updated dependencies [0020e39]
9
+ - @fragno-dev/core@0.2.2
10
+ - @fragno-dev/db@0.4.1
11
+ - @fragno-dev/node@0.0.9
12
+
13
+ ## 0.2.2
14
+
15
+ ### Patch Changes
16
+
17
+ - 4d141f8: fix: remove development exports from published packages
18
+ - 14c23a0: fixed bug parsing tsconfig files
19
+ - Updated dependencies [8a96998]
20
+ - Updated dependencies [3e2ff94]
21
+ - Updated dependencies [f34d7d7]
22
+ - Updated dependencies [4d141f8]
23
+ - Updated dependencies [c8841b5]
24
+ - Updated dependencies [83f6223]
25
+ - Updated dependencies [ae54a60]
26
+ - Updated dependencies [7dd7055]
27
+ - Updated dependencies [e178bf4]
28
+ - Updated dependencies [d2f68ba]
29
+ - Updated dependencies [567c3b3]
30
+ - Updated dependencies [75191db]
31
+ - Updated dependencies [d395ad2]
32
+ - Updated dependencies [75407f3]
33
+ - Updated dependencies [8a2da9d]
34
+ - Updated dependencies [bfdd4b1]
35
+ - Updated dependencies [3ffa711]
36
+ - Updated dependencies [c2c3229]
37
+ - Updated dependencies [e559425]
38
+ - Updated dependencies [fc5c256]
39
+ - Updated dependencies [93fa469]
40
+ - Updated dependencies [14e00b1]
41
+ - Updated dependencies [f33286c]
42
+ - Updated dependencies [b3ad7eb]
43
+ - Updated dependencies [95cdf95]
44
+ - Updated dependencies [eabdb9c]
45
+ - Updated dependencies [9eeba53]
46
+ - Updated dependencies [49a9f4f]
47
+ - Updated dependencies [dcba383]
48
+ - Updated dependencies [c895c07]
49
+ - Updated dependencies [ed4b4a0]
50
+ - Updated dependencies [1102ce0]
51
+ - Updated dependencies [2ae432c]
52
+ - Updated dependencies [ad2ef56]
53
+ - Updated dependencies [9f87189]
54
+ - Updated dependencies [0f9b7ef]
55
+ - Updated dependencies [6d043ea]
56
+ - Updated dependencies [fe55a13]
57
+ - Updated dependencies [01fc2cb]
58
+ - Updated dependencies [f4aedad]
59
+ - Updated dependencies [f042c9d]
60
+ - Updated dependencies [0176aa8]
61
+ - Updated dependencies [00f2631]
62
+ - Updated dependencies [c13c1c1]
63
+ - Updated dependencies [0a6c8da]
64
+ - Updated dependencies [7a40517]
65
+ - Updated dependencies [91a2ac0]
66
+ - Updated dependencies [7bda0b2]
67
+ - Updated dependencies [c115600]
68
+ - Updated dependencies [b84a3d0]
69
+ - @fragno-dev/db@0.4.0
70
+ - @fragno-dev/core@0.2.1
71
+ - @fragno-dev/corpus@0.0.8
72
+ - @fragno-dev/node@0.0.9
73
+
74
+ ## 0.2.1
75
+
76
+ ### Patch Changes
77
+
78
+ - 54541d0: feat: add `serve` command to start a local HTTP server for fragments
79
+
3
80
  ## 0.2.0
4
81
 
5
82
  ### Minor Changes
package/dist/cli.d.ts CHANGED
@@ -1,6 +1,5 @@
1
1
  #!/usr/bin/env node
2
2
  import * as gunshi4 from "gunshi";
3
- import "@fragno-dev/corpus";
4
3
 
5
4
  //#region src/commands/db/generate.d.ts
6
5
  declare const generateCommand: gunshi4.Command<{
@@ -30,12 +29,12 @@ declare const generateCommand: gunshi4.Command<{
30
29
  };
31
30
  }>;
32
31
  //#endregion
33
- //#region src/commands/db/migrate.d.ts
34
- declare const migrateCommand: gunshi4.Command<{}>;
35
- //#endregion
36
32
  //#region src/commands/db/info.d.ts
37
33
  declare const infoCommand: gunshi4.Command<{}>;
38
34
  //#endregion
35
+ //#region src/commands/db/migrate.d.ts
36
+ declare const migrateCommand: gunshi4.Command<{}>;
37
+ //#endregion
39
38
  //#region src/commands/search.d.ts
40
39
  declare const searchCommand: gunshi4.Command<{
41
40
  limit: {
@@ -60,41 +59,10 @@ declare const searchCommand: gunshi4.Command<{
60
59
  };
61
60
  }>;
62
61
  //#endregion
63
- //#region src/commands/corpus.d.ts
64
- declare const corpusCommand: gunshi4.Command<{
65
- "no-line-numbers": {
66
- type: "boolean";
67
- short: string;
68
- description: string;
69
- };
70
- start: {
71
- type: "number";
72
- short: string;
73
- description: string;
74
- };
75
- end: {
76
- type: "number";
77
- short: string;
78
- description: string;
79
- };
80
- headings: {
81
- type: "boolean";
82
- description: string;
83
- };
84
- id: {
85
- type: "string";
86
- description: string;
87
- };
88
- tree: {
89
- type: "boolean";
90
- description: string;
91
- };
92
- }>;
93
- //#endregion
94
62
  //#region src/cli.d.ts
95
63
  declare const dbCommand: gunshi4.Command<gunshi4.Args>;
96
64
  declare const mainCommand: gunshi4.Command<gunshi4.Args>;
97
65
  declare function run(): Promise<void>;
98
66
  //#endregion
99
- export { corpusCommand, dbCommand, generateCommand, infoCommand, mainCommand, migrateCommand, run, searchCommand };
67
+ export { dbCommand, generateCommand, infoCommand, mainCommand, migrateCommand, run, searchCommand };
100
68
  //# sourceMappingURL=cli.d.ts.map
package/dist/cli.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"cli.d.ts","names":[],"sources":["../src/commands/db/generate.ts","../src/commands/db/migrate.ts","../src/commands/db/info.ts","../src/commands/search.ts","../src/commands/corpus.ts","../src/cli.ts"],"sourcesContent":[],"mappings":";;;;;cAOa,iBAqHX,OAAA,CArH0B;;;;;EAAf,MAAA,EAAA;;;;ECFA,CAAA;;;;ICDA,WAmIX,EAAA,MAAA;;;;ICnHW,KAAA,EAAA,MAoFX;;;;ICsaW,IAAA,EAAA,QAyGX;;;;AChmBF,CAAA,CAAA;;;cJlBa,gBAqEX,OAAA,CArEyB;;;cCDd,aAmIX,OAAA,CAnIsB;;;cCgBX,eAoFX,OAAA,CApFwB;;;;;EHbb,CAAA;;;;ICFA,OAAA,EAAA,KAqEX;;;;ICtEW,WAmIX,EAAA,MAAA;;;;ICnHW,IAAA,EAAA,QAoFX;;;;ACsaF,CAAA,CAAA;;;AD1fa,cC0fA,aDtaX,EC+gBA,OAAA,CAzGwB,OD1fA,CAAA;;;;IC0fb,WAAA,EAyGX,MAAA;;;;IChmBW,KAAA,EAAA,MAGX;IAGW,WAGX,EAAA,MAAA;EAEoB,CAAA;;;;;;;;;;;;;;;;;;;;;cAXT,WAAS,OAAA,CAAA,QAGpB,OAAA,CAHoB,IAAA;cAMT,aAAW,OAAA,CAAA,QAGtB,OAAA,CAHsB,IAAA;iBAKF,GAAA,CAAA,GAAG"}
1
+ {"version":3,"file":"cli.d.ts","names":[],"sources":["../src/commands/db/generate.ts","../src/commands/db/info.ts","../src/commands/db/migrate.ts","../src/commands/search.ts","../src/cli.ts"],"sourcesContent":[],"mappings":";;;;cASa,iBAqHX,OAAA,CArH0B;;;;EAAf,CAAA;;;;ICHA,WAmIX,EAAA,MAAA;;;;IClIW,KAAA,EAAA,MAqEX;;;;ICvDW,IAAA,EAAA,QAoFX;;;;ECjFW,MAAA,EAAA;IAMA,IAAA,EAAA,QAGX;IAEoB,KAAG,EAAA,MAAA;;;;;;cH7BZ,aAmIX,OAAA,CAnIsB;;;cCCX,gBAqEX,OAAA,CArEyB;;;cCcd,eAoFX,OAAA,CApFwB;;;;IHZb,OAAA,EAAA,MAqHX;;;;ICxHW,WAmIX,EAAA,MAAA;;;;IClIW,IAAA,EAAA,SAqEX;;;;ECvDW,UAAA,EAAA;;;;ECGA,CAAA;AAMb,CAAA,CAAA;;;cANa,WAAS,OAAA,CAAA,QAGpB,OAAA,CAHoB,IAAA;cAMT,aAAW,OAAA,CAAA,QAGtB,OAAA,CAHsB,IAAA;iBAKF,GAAA,CAAA,GAAG"}