silgi 0.8.6 → 0.8.7

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.8.6";
1
+ const version = "0.8.7";
2
2
  const packageJson = {
3
3
  version: version};
4
4
 
@@ -1,4 +1,4 @@
1
- import { SilgiConfig, Silgi, SilgiOperation, MergedSilgiSchema, ServiceType, SilgiSchema, RequiredServiceType, SilgiRuntimeSharedExtends, SilgiEvents, SilgiRuntimeContext, DefaultNamespaces, BaseSchemaType, StorageConfig, SilgiCLI } from 'silgi/types';
1
+ import { SilgiConfig, Silgi, SilgiOperation, MergedSilgiSchema, ServiceType, SilgiSchema, RequiredServiceType, SilgiRuntimeSharedExtends, SilgiEvents, SilgiRuntimeContext, DefaultNamespaces, BaseSchemaType, SilgiRuntimeShareds, StorageConfig, SilgiCLI } from 'silgi/types';
2
2
  export { s as silgi } from '../shared/silgi.D608K9c5.mjs';
3
3
  import { StandardSchemaV1 } from '@standard-schema/spec';
4
4
  import { Storage, StorageValue } from 'unstorage';
@@ -32,7 +32,7 @@ declare function createSchema<T extends Partial<Record<keyof DefaultNamespaces,
32
32
 
33
33
  declare function createService<T extends SilgiSchema>(variables: ServiceType<T>): ServiceType<T>;
34
34
 
35
- declare function createShared(shared: Partial<SilgiRuntimeSharedExtends>): SilgiRuntimeSharedExtends;
35
+ declare function createShared(shared: Partial<SilgiRuntimeShareds>): SilgiRuntimeShareds;
36
36
 
37
37
  declare function createStorage(silgi: Silgi): Promise<Storage<StorageValue>>;
38
38
  declare function useSilgiStorage<T extends StorageValue = StorageValue>(base?: StorageConfig<T>['base'] | (string & {})): Storage<T>;
@@ -1,4 +1,4 @@
1
- import { SilgiConfig, Silgi, SilgiOperation, MergedSilgiSchema, ServiceType, SilgiSchema, RequiredServiceType, SilgiRuntimeSharedExtends, SilgiEvents, SilgiRuntimeContext, DefaultNamespaces, BaseSchemaType, StorageConfig, SilgiCLI } from 'silgi/types';
1
+ import { SilgiConfig, Silgi, SilgiOperation, MergedSilgiSchema, ServiceType, SilgiSchema, RequiredServiceType, SilgiRuntimeSharedExtends, SilgiEvents, SilgiRuntimeContext, DefaultNamespaces, BaseSchemaType, SilgiRuntimeShareds, StorageConfig, SilgiCLI } from 'silgi/types';
2
2
  export { s as silgi } from '../shared/silgi.D608K9c5.js';
3
3
  import { StandardSchemaV1 } from '@standard-schema/spec';
4
4
  import { Storage, StorageValue } from 'unstorage';
@@ -32,7 +32,7 @@ declare function createSchema<T extends Partial<Record<keyof DefaultNamespaces,
32
32
 
33
33
  declare function createService<T extends SilgiSchema>(variables: ServiceType<T>): ServiceType<T>;
34
34
 
35
- declare function createShared(shared: Partial<SilgiRuntimeSharedExtends>): SilgiRuntimeSharedExtends;
35
+ declare function createShared(shared: Partial<SilgiRuntimeShareds>): SilgiRuntimeShareds;
36
36
 
37
37
  declare function createStorage(silgi: Silgi): Promise<Storage<StorageValue>>;
38
38
  declare function useSilgiStorage<T extends StorageValue = StorageValue>(base?: StorageConfig<T>['base'] | (string & {})): Storage<T>;
@@ -1,3 +1,3 @@
1
- const version = "0.8.6";
1
+ const version = "0.8.7";
2
2
 
3
3
  export { version };
@@ -1,3 +1,3 @@
1
- const version = "0.8.6";
1
+ const version = "0.8.7";
2
2
 
3
3
  export { version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "silgi",
3
3
  "type": "module",
4
- "version": "0.8.6",
4
+ "version": "0.8.7",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "exports": {