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.
- package/dist/cli/index.mjs +1 -1
- package/dist/types/index.d.mts +2 -0
- package/package.json +2 -1
package/dist/cli/index.mjs
CHANGED
package/dist/types/index.d.mts
CHANGED
|
@@ -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.
|
|
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",
|