@xyo-network/xl1-protocol-sdk 1.23.7 → 1.23.9

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.
@@ -0,0 +1,4 @@
1
+ import type { Config } from '../../config/index.ts';
2
+ import { type CreatableProviderContext } from '../../CreatableProvider/index.ts';
3
+ export declare function getTestProviderContext(config: Config): CreatableProviderContext;
4
+ //# sourceMappingURL=getTestProviderContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getTestProviderContext.d.ts","sourceRoot":"","sources":["../../../../src/_internal/context/getTestProviderContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAA;AACnD,OAAO,EAAE,KAAK,wBAAwB,EAA0B,MAAM,kCAAkC,CAAA;AAGxG,wBAAgB,sBAAsB,CAAC,MAAM,EAAE,MAAM,GAAG,wBAAwB,CAO/E"}
@@ -1,2 +1,2 @@
1
- export * from './getEmptyProviderContext.ts';
1
+ export * from './getTestProviderContext.ts';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/_internal/context/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/_internal/context/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAA"}
@@ -1006,7 +1006,7 @@ var Actor = class extends AbstractCreatable2 {
1006
1006
  // eslint-disable-next-line @typescript-eslint/no-deprecated
1007
1007
  static initContext(params) {
1008
1008
  const logger = params?.context?.logger;
1009
- const config = params?.context?.config ?? getDefaultConfig();
1009
+ const config = params?.context?.config ?? ConfigZod.parse({});
1010
1010
  const singletons = params?.context?.singletons ?? {};
1011
1011
  const locator = params.context?.locator ?? new ProviderFactoryLocator({
1012
1012
  ...params?.context,