silgi 0.25.20 → 0.26.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.
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import { defineCommand, runMain } from 'citty';
3
3
 
4
- const version = "0.25.20";
4
+ const version = "0.26.0";
5
5
  const packageJson = {
6
6
  version: version};
7
7
 
@@ -1,3 +1,4 @@
1
+ import { ApifulConfig } from 'apiful/config';
1
2
  import { C12InputConfig, ResolvedConfig, ConfigWatcher, WatchConfigOptions } from 'c12';
2
3
  import { ChokidarOptions } from 'chokidar';
3
4
  import { DateString, CompatibilityDateSpec, CompatibilityDates } from 'compatx';
@@ -801,6 +802,7 @@ interface SilgiCLIOptions extends PresetOptions {
801
802
  description?: string;
802
803
  }>>;
803
804
  installPackages: Record<'dependencies' | 'devDependencies', Record<string, string>>;
805
+ apiFul: ApifulConfig;
804
806
  }
805
807
  /**
806
808
  * Silgi input config (silgi.config)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "silgi",
3
3
  "type": "module",
4
- "version": "0.25.20",
4
+ "version": "0.26.0",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "exports": {
@@ -71,6 +71,7 @@
71
71
  "@fastify/deepmerge": "^3.1.0",
72
72
  "@oxc-parser/wasm": "^0.60.0",
73
73
  "@standard-schema/spec": "^1.0.0",
74
+ "apiful": "^2.0.2",
74
75
  "c12": "^3.0.3",
75
76
  "chokidar": "^4.0.3",
76
77
  "citty": "^0.1.6",