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.
@@ -1,4 +1,4 @@
1
- const version = "0.12.3";
1
+ const version = "0.12.4";
2
2
  const peerDependencies = {
3
3
  "@fastify/deepmerge": "^2.0.2",
4
4
  "@nuxt/kit": "^3.15.3",
@@ -1,4 +1,4 @@
1
- const version = "0.12.3";
1
+ const version = "0.12.4";
2
2
  const peerDependencies = {
3
3
  "@fastify/deepmerge": "^2.0.2",
4
4
  "@nuxt/kit": "^3.15.3",
@@ -1,4 +1,4 @@
1
- const version = "0.12.3";
1
+ const version = "0.12.4";
2
2
  const peerDependencies = {
3
3
  "@fastify/deepmerge": "^2.0.2",
4
4
  "@nuxt/kit": "^3.15.3",
@@ -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: SilgiRuntimeOptions;
920
+ runtimeConfig: SilgiRuntimeConfig;
921
921
  }
922
922
  interface SilgiRuntimeSharedExtends {
923
923
  }
@@ -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: SilgiRuntimeOptions;
920
+ runtimeConfig: SilgiRuntimeConfig;
921
921
  }
922
922
  interface SilgiRuntimeSharedExtends {
923
923
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "silgi",
3
3
  "type": "module",
4
- "version": "0.12.3",
4
+ "version": "0.12.4",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "exports": {