silgi 0.12.3 → 0.12.4
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/meta/index.d.mts
CHANGED
package/dist/meta/index.d.ts
CHANGED
package/dist/types/index.d.mts
CHANGED
|
@@ -917,7 +917,7 @@ interface StorageKeyParams<TInput = unknown> {
|
|
|
917
917
|
interface SilgiRuntimeShareds extends SilgiRuntimeSharedExtends {
|
|
918
918
|
storage: <T extends StorageValue = StorageValue>(base: StorageConfig<T>['base']) => Storage<T>;
|
|
919
919
|
silgi: SilgiFunction;
|
|
920
|
-
runtimeConfig:
|
|
920
|
+
runtimeConfig: SilgiRuntimeConfig;
|
|
921
921
|
}
|
|
922
922
|
interface SilgiRuntimeSharedExtends {
|
|
923
923
|
}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -917,7 +917,7 @@ interface StorageKeyParams<TInput = unknown> {
|
|
|
917
917
|
interface SilgiRuntimeShareds extends SilgiRuntimeSharedExtends {
|
|
918
918
|
storage: <T extends StorageValue = StorageValue>(base: StorageConfig<T>['base']) => Storage<T>;
|
|
919
919
|
silgi: SilgiFunction;
|
|
920
|
-
runtimeConfig:
|
|
920
|
+
runtimeConfig: SilgiRuntimeConfig;
|
|
921
921
|
}
|
|
922
922
|
interface SilgiRuntimeSharedExtends {
|
|
923
923
|
}
|