@fragno-dev/cli 0.1.9 → 0.1.10

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.1.9 build /home/runner/work/fragno/fragno/apps/fragno-cli
2
+ > @fragno-dev/cli@0.1.10 build /home/runner/work/fragno/fragno/apps/fragno-cli
3
3
  > tsdown
4
4
 
5
5
  ℹ tsdown v0.15.11 powered by rolldown v1.0.0-beta.45
@@ -15,4 +15,4 @@
15
15
  ℹ dist/cli.d.ts.map  0.51 kB │ gzip: 0.29 kB
16
16
  ℹ dist/cli.d.ts  0.94 kB │ gzip: 0.30 kB
17
17
  ℹ 4 files, total: 46.75 kB
18
- ✔ Build complete in 3103ms
18
+ ✔ Build complete in 4759ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @fragno-dev/cli
2
2
 
3
+ ## 0.1.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [8fcceb6]
8
+ - @fragno-dev/db@0.1.9
9
+
3
10
  ## 0.1.9
4
11
 
5
12
  ### Patch Changes
package/dist/cli.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env node
2
- import * as gunshi3 from "gunshi";
2
+ import * as gunshi4 from "gunshi";
3
3
 
4
4
  //#region src/commands/db/generate.d.ts
5
- declare const generateCommand: gunshi3.Command<{
5
+ declare const generateCommand: gunshi4.Command<{
6
6
  output: {
7
7
  type: "string";
8
8
  short: string;
@@ -26,14 +26,14 @@ declare const generateCommand: gunshi3.Command<{
26
26
  }>;
27
27
  //#endregion
28
28
  //#region src/commands/db/migrate.d.ts
29
- declare const migrateCommand: gunshi3.Command<{}>;
29
+ declare const migrateCommand: gunshi4.Command<{}>;
30
30
  //#endregion
31
31
  //#region src/commands/db/info.d.ts
32
- declare const infoCommand: gunshi3.Command<{}>;
32
+ declare const infoCommand: gunshi4.Command<{}>;
33
33
  //#endregion
34
34
  //#region src/cli.d.ts
35
- declare const dbCommand: gunshi3.Command<gunshi3.Args>;
36
- declare const mainCommand: gunshi3.Command<gunshi3.Args>;
35
+ declare const dbCommand: gunshi4.Command<gunshi4.Args>;
36
+ declare const mainCommand: gunshi4.Command<gunshi4.Args>;
37
37
  //#endregion
38
38
  export { dbCommand, generateCommand, infoCommand, mainCommand, migrateCommand };
39
39
  //# sourceMappingURL=cli.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fragno-dev/cli",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "exports": {
5
5
  ".": {
6
6
  "development": "./src/cli.ts",
@@ -24,8 +24,8 @@
24
24
  "@clack/prompts": "^0.11.0",
25
25
  "c12": "^3.3.1",
26
26
  "gunshi": "^0.26.3",
27
- "@fragno-dev/core": "0.1.3",
28
- "@fragno-dev/db": "0.1.8"
27
+ "@fragno-dev/db": "0.1.9",
28
+ "@fragno-dev/core": "0.1.3"
29
29
  },
30
30
  "main": "./dist/cli.js",
31
31
  "module": "./dist/cli.js",