Skip to content

Commit fce2eed

Browse files
committed
expose 'entity' decorator
1 parent f887535 commit fce2eed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@colyseus/schema",
3-
"version": "3.0.6",
3+
"version": "3.0.7",
44
"description": "Binary state serializer with delta encoding for games",
55
"bin": {
66
"schema-codegen": "./bin/schema-codegen",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export {
3939

4040
// Annotations, Metadata and TypeContext
4141
export { Metadata } from "./Metadata";
42-
export { type, deprecated, defineTypes, view, schema, type SchemaWithExtends, } from "./annotations";
42+
export { type, deprecated, defineTypes, view, schema, entity, type SchemaWithExtends, } from "./annotations";
4343
export { TypeContext } from "./types/TypeContext";
4444

4545
// Annotation types

0 commit comments

Comments
 (0)