@powerlines/deepkit 0.7.3 → 0.7.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/capnp.d.cts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { C as SimpleSerializedType$1, _ as SerializedTypePropertySignature$1, a as SerializedTypeClassType$1, b as SerializedTypeUnion$1, c as SerializedTypeInfer$1, d as SerializedTypeMethod$1, f as SerializedTypeMethodSignature$1, g as SerializedTypeProperty$1, h as SerializedTypeParameter$1, i as SerializedTypeArray$1, l as SerializedTypeIntersection$1, m as SerializedTypeOther, n as IndexAccessOrigin, o as SerializedTypeEnum$1, p as SerializedTypeObjectLiteral$1, r as SerializedType$1, s as SerializedTypeFunction$1, t as DefaultValueReflection, u as SerializedTypeLiteral$1, v as SerializedTypeTuple$1, w as TagsReflection$1, x as SerializedType_Type, y as SerializedTypeTupleMember$1 } from "./reflection-C4IlLDrv.cjs";
2
- import { SerializedType, SerializedTypeArray, SerializedTypeClassType, SerializedTypeEnum, SerializedTypeFunction, SerializedTypeInfer, SerializedTypeIntersection, SerializedTypeLiteral, SerializedTypeMethod, SerializedTypeMethodSignature, SerializedTypeObjectLiteral, SerializedTypeParameter, SerializedTypeProperty, SerializedTypePropertySignature, SerializedTypeReference, SerializedTypeTuple, SerializedTypeTupleMember, SerializedTypeUnion, SerializedTypes, SimpleSerializedType, TagsReflection } from "@powerlines/deepkit/vendor/type";
2
+ import { ReflectionKind, SerializedType, SerializedTypeArray, SerializedTypeClassType, SerializedTypeEnum, SerializedTypeFunction, SerializedTypeInfer, SerializedTypeIntersection, SerializedTypeLiteral, SerializedTypeMethod, SerializedTypeMethodSignature, SerializedTypeObjectLiteral, SerializedTypeParameter, SerializedTypeProperty, SerializedTypePropertySignature, SerializedTypeReference, SerializedTypeTuple, SerializedTypeTupleMember, SerializedTypeUnion, SerializedTypes, SimpleSerializedType, TagsReflection } from "@powerlines/deepkit/vendor/type";
3
3
  import { List } from "@stryke/capnp";
4
4
 
5
5
  //#region src/capnp.d.ts
package/dist/capnp.d.mts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { C as SimpleSerializedType$1, _ as SerializedTypePropertySignature$1, a as SerializedTypeClassType$1, b as SerializedTypeUnion$1, c as SerializedTypeInfer$1, d as SerializedTypeMethod$1, f as SerializedTypeMethodSignature$1, g as SerializedTypeProperty$1, h as SerializedTypeParameter$1, i as SerializedTypeArray$1, l as SerializedTypeIntersection$1, m as SerializedTypeOther, n as IndexAccessOrigin, o as SerializedTypeEnum$1, p as SerializedTypeObjectLiteral$1, r as SerializedType$1, s as SerializedTypeFunction$1, t as DefaultValueReflection, u as SerializedTypeLiteral$1, v as SerializedTypeTuple$1, w as TagsReflection$1, x as SerializedType_Type, y as SerializedTypeTupleMember$1 } from "./reflection-BB3pXP5l.mjs";
2
- import { SerializedType, SerializedTypeArray, SerializedTypeClassType, SerializedTypeEnum, SerializedTypeFunction, SerializedTypeInfer, SerializedTypeIntersection, SerializedTypeLiteral, SerializedTypeMethod, SerializedTypeMethodSignature, SerializedTypeObjectLiteral, SerializedTypeParameter, SerializedTypeProperty, SerializedTypePropertySignature, SerializedTypeReference, SerializedTypeTuple, SerializedTypeTupleMember, SerializedTypeUnion, SerializedTypes, SimpleSerializedType, TagsReflection } from "@powerlines/deepkit/vendor/type";
2
+ import { ReflectionKind, SerializedType, SerializedTypeArray, SerializedTypeClassType, SerializedTypeEnum, SerializedTypeFunction, SerializedTypeInfer, SerializedTypeIntersection, SerializedTypeLiteral, SerializedTypeMethod, SerializedTypeMethodSignature, SerializedTypeObjectLiteral, SerializedTypeParameter, SerializedTypeProperty, SerializedTypePropertySignature, SerializedTypeReference, SerializedTypeTuple, SerializedTypeTupleMember, SerializedTypeUnion, SerializedTypes, SimpleSerializedType, TagsReflection } from "@powerlines/deepkit/vendor/type";
3
3
  import { List } from "@stryke/capnp";
4
4
 
5
5
  //#region src/capnp.d.ts
@@ -25,7 +25,7 @@ function createTransformer(context, options = {}) {
25
25
  }, {
26
26
  exclude: [],
27
27
  reflection: "default",
28
- reflectionLevel: "minimal"
28
+ reflectionLevel: "normal"
29
29
  }));
30
30
  };
31
31
  }
@@ -22,7 +22,7 @@ function createTransformer(context, options = {}) {
22
22
  }, {
23
23
  exclude: [],
24
24
  reflection: "default",
25
- reflectionLevel: "minimal"
25
+ reflectionLevel: "normal"
26
26
  }));
27
27
  };
28
28
  }
package/dist/types.d.cts CHANGED
@@ -1,9 +1,10 @@
1
- import { S as SerializedTypes } from "./reflection-C4IlLDrv.cjs";
1
+ import { S as SerializedTypes$1 } from "./reflection-C4IlLDrv.cjs";
2
+ import { ReflectionClass } from "@powerlines/deepkit/vendor/type";
2
3
 
3
4
  //#region src/types.d.ts
4
5
  type Reflection<T extends Record<string, any> = Record<string, any>> = ReflectionClass<T> & {
5
6
  dataBuffer?: ArrayBuffer;
6
- messageRoot?: SerializedTypes;
7
+ messageRoot?: SerializedTypes$1;
7
8
  };
8
9
  type ReflectionRecord<T extends Record<string, any> = Record<string, any>> = Record<string, Reflection<T>>;
9
10
  interface ContextReflectionRecord<T extends Record<string, any> = Record<string, any>> extends Record<string, Reflection<T> | ContextReflectionRecord<T>> {}
package/dist/types.d.mts CHANGED
@@ -1,9 +1,10 @@
1
- import { S as SerializedTypes } from "./reflection-BB3pXP5l.mjs";
1
+ import { S as SerializedTypes$1 } from "./reflection-BB3pXP5l.mjs";
2
+ import { ReflectionClass } from "@powerlines/deepkit/vendor/type";
2
3
 
3
4
  //#region src/types.d.ts
4
5
  type Reflection<T extends Record<string, any> = Record<string, any>> = ReflectionClass<T> & {
5
6
  dataBuffer?: ArrayBuffer;
6
- messageRoot?: SerializedTypes;
7
+ messageRoot?: SerializedTypes$1;
7
8
  };
8
9
  type ReflectionRecord<T extends Record<string, any> = Record<string, any>> = Record<string, Reflection<T>>;
9
10
  interface ContextReflectionRecord<T extends Record<string, any> = Record<string, any>> extends Record<string, Reflection<T> | ContextReflectionRecord<T>> {}
@@ -1,4 +1,4 @@
1
- import { Type, TypeNumber, TypeString } from "@powerlines/deepkit/vendor/type";
1
+ import { ReflectionKind, ReflectionParameter, ReflectionProperty, Type, TypeNumber, TypeString } from "@powerlines/deepkit/vendor/type";
2
2
 
3
3
  //#region src/utilities.d.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Type, TypeNumber, TypeString } from "@powerlines/deepkit/vendor/type";
1
+ import { ReflectionKind, ReflectionParameter, ReflectionProperty, Type, TypeNumber, TypeString } from "@powerlines/deepkit/vendor/type";
2
2
 
3
3
  //#region src/utilities.d.ts
4
4
  /**