@cldmv/slothlet-types 3.15.0 → 3.15.2

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.
@@ -27,5 +27,6 @@ export class AsyncContextManager {
27
27
  selfKeys: string[];
28
28
  }[];
29
29
  };
30
+ #private;
30
31
  }
31
32
  export const asyncContextManager: AsyncContextManager;
@@ -6,7 +6,7 @@ export namespace TYPE_STATES {
6
6
  export class UnifiedWrapper extends ComponentBase {
7
7
  static _cloneImpl(value: any): any;
8
8
  static _extractFullImpl(wrapper: any): any;
9
- constructor(slothlet: any, { mode, apiPath, initialImpl, materializeFunc, isCallable, materializeOnCreate, filePath, moduleID, sourceFolder }: {
9
+ constructor(slothlet: any, { mode, apiPath, initialImpl, materializeFunc, isCallable, materializeOnCreate, filePath, moduleID, sourceFolder, __adoptVisited, deferChildAdopt }: {
10
10
  mode: any;
11
11
  apiPath: any;
12
12
  initialImpl?: null | undefined;
@@ -16,6 +16,8 @@ export class UnifiedWrapper extends ComponentBase {
16
16
  filePath?: null | undefined;
17
17
  moduleID?: null | undefined;
18
18
  sourceFolder?: null | undefined;
19
+ __adoptVisited?: null | undefined;
20
+ deferChildAdopt?: boolean | undefined;
19
21
  });
20
22
  get ____slothletInternal(): null | undefined;
21
23
  ____inspectCustom(____depth: any, ____options: any, ____inspect: any): any;
@@ -27,7 +29,7 @@ export class UnifiedWrapper extends ComponentBase {
27
29
  _materialize(): Promise<any>;
28
30
  ___invalidate(): void;
29
31
  ___adoptImplChildren(forceReuseChildren?: boolean): void;
30
- ___createChildWrapper(key: any, value: any): any;
32
+ ___createChildWrapper(key: any, value: any, visited?: null, deferChildAdopt?: boolean): any;
31
33
  ___createWaitingProxy(propChain?: any[]): any;
32
34
  createProxy(): any;
33
35
  #private;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cldmv/slothlet-types",
3
- "version": "3.15.0",
3
+ "version": "3.15.2",
4
4
  "description": "TypeScript declaration files (.d.mts) for @cldmv/slothlet. Install alongside @cldmv/slothlet for editor and type-checker support.",
5
5
  "keywords": [
6
6
  "slothlet",
@@ -97,7 +97,7 @@
97
97
  "LICENSE"
98
98
  ],
99
99
  "peerDependencies": {
100
- "@cldmv/slothlet": "3.15.0"
100
+ "@cldmv/slothlet": "3.15.2"
101
101
  },
102
102
  "peerDependenciesMeta": {
103
103
  "@cldmv/slothlet": {