silgi 0.9.20 → 0.9.22
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/_chunks/index.mjs
CHANGED
package/dist/cli/prepare.mjs
CHANGED
|
@@ -865,7 +865,7 @@ async function nitroFramework(silgi, skip = false) {
|
|
|
865
865
|
path: join(runtimeDir, "internal/nitro")
|
|
866
866
|
});
|
|
867
867
|
silgi.hook("prepare:createDTSFramework", (data) => {
|
|
868
|
-
data.importItems["
|
|
868
|
+
data.importItems["nitropack/types"] = {
|
|
869
869
|
import: [
|
|
870
870
|
{ name: "NitroRuntimeConfig", type: true }
|
|
871
871
|
],
|
package/dist/core/index.mjs
CHANGED
package/dist/meta/index.d.mts
CHANGED
package/dist/meta/index.d.ts
CHANGED
package/dist/types/index.d.mts
CHANGED
|
@@ -813,6 +813,7 @@ interface StorageKeyParams<TInput = unknown> {
|
|
|
813
813
|
interface SilgiRuntimeShareds extends SilgiRuntimeSharedExtends {
|
|
814
814
|
storage: <T extends StorageValue = StorageValue>(base: StorageConfig<T>['base']) => Storage<T>;
|
|
815
815
|
silgi: SilgiFunction;
|
|
816
|
+
runtimeConfig: SilgiRuntimeOptions;
|
|
816
817
|
}
|
|
817
818
|
interface SilgiRuntimeSharedExtends {
|
|
818
819
|
}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -813,6 +813,7 @@ interface StorageKeyParams<TInput = unknown> {
|
|
|
813
813
|
interface SilgiRuntimeShareds extends SilgiRuntimeSharedExtends {
|
|
814
814
|
storage: <T extends StorageValue = StorageValue>(base: StorageConfig<T>['base']) => Storage<T>;
|
|
815
815
|
silgi: SilgiFunction;
|
|
816
|
+
runtimeConfig: SilgiRuntimeOptions;
|
|
816
817
|
}
|
|
817
818
|
interface SilgiRuntimeSharedExtends {
|
|
818
819
|
}
|