@colyseus/schema 5.0.1 → 5.0.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.
- package/build/Reflection.d.ts +2 -2
- package/build/index.cjs.map +1 -1
- package/build/index.d.ts +1 -1
- package/build/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
package/build/index.d.ts
CHANGED
|
@@ -22,7 +22,7 @@ export { Metadata } from "./Metadata.js";
|
|
|
22
22
|
export { type, deprecated, owned, unreliable, transient, view, schema, entity, type DefinitionType, type PrimitiveType, type Definition, type FieldsAndMethods, type SchemaWithExtendsConstructor, type SchemaWithExtends, type SchemaType, } from "./annotations.js";
|
|
23
23
|
export { t, FieldBuilder, isBuilder, type BuilderDefinition, type ChildType } from "./types/builder.js";
|
|
24
24
|
export { TypeContext } from "./types/TypeContext.js";
|
|
25
|
-
export type { InferValueType, InferSchemaInstanceType, AssignableProps } from "./types/HelperTypes.js";
|
|
25
|
+
export type { InferValueType, InferSchemaInstanceType, AssignableProps, BuilderInitProps } from "./types/HelperTypes.js";
|
|
26
26
|
export { getDecoderStateCallbacks, type CallbackProxy, type SchemaCallback, type CollectionCallback, type SchemaCallbackProxy } from "./decoder/strategy/getDecoderStateCallbacks.js";
|
|
27
27
|
export { Callbacks, StateCallbackStrategy } from "./decoder/strategy/Callbacks.js";
|
|
28
28
|
export { getRawChangesCallback } from "./decoder/strategy/RawChanges.js";
|