File tree Expand file tree Collapse file tree 4 files changed +319
-214
lines changed Expand file tree Collapse file tree 4 files changed +319
-214
lines changed Original file line number Diff line number Diff line change 135135 "@shelacek/ubjson" : " ^1.1.1" ,
136136 "@types/benchmark" : " ^2.1.2" ,
137137 "@types/jest" : " ^29.5.12" ,
138- "@types/quill" : " ^2.0.10 " ,
139- "@types/react" : " ^18.2.7 " ,
140- "@types/react-dom" : " ^18.2.4 " ,
138+ "@types/quill" : " ^2.0.14 " ,
139+ "@types/react" : " ^18.2.74 " ,
140+ "@types/react-dom" : " ^18.2.24 " ,
141141 "ajv" : " ^8.11.0" ,
142142 "app-root-path" : " ^3.1.0" ,
143143 "axios" : " ^1.3.5" ,
206206 "tslib" : " ^2.6.2" ,
207207 "tslint" : " ^6.1.3" ,
208208 "tslint-config-common" : " ^1.6.2" ,
209- "typedoc" : " ^0.25.12 " ,
210- "typescript" : " ^5.3.3 " ,
209+ "typedoc" : " ^0.25.13 " ,
210+ "typescript" : " ^5.4.4 " ,
211211 "uWebSockets.js" : " uNetworking/uWebSockets.js#v20.23.0" ,
212- "webpack" : " ^5.84.1 " ,
213- "webpack-cli" : " ^5.1.1 " ,
214- "webpack-dev-server" : " ^4.15.0 " ,
212+ "webpack" : " ^5.91.0 " ,
213+ "webpack-cli" : " ^5.1.4 " ,
214+ "webpack-dev-server" : " ^5.0.4 " ,
215215 "websocket" : " ^1.0.34" ,
216- "ws" : " ^8.14.2 " ,
216+ "ws" : " ^8.16.0 " ,
217217 "yjs" : " 13.6.9" ,
218218 "ywasm" : " 0.16.10"
219219 },
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ export class ObjectValue<T extends classes.ObjectType<any>> extends Value<T> {
7171 const system = type . system ;
7272 if ( ! system ) throw new Error ( 'NO_SYSTEM' ) ;
7373 const extendedType = system . t . Object ( ...type . fields , field ) ;
74- return new ObjectValue ( extendedType , extendedData ) as any ;
74+ return new ObjectValue ( extendedType , extendedData as any ) as any ;
7575 }
7676
7777 public prop < K extends string , V extends classes . Type > (
Original file line number Diff line number Diff line change 11export * from './types' ;
2+ export * from './classes' ;
23
34import { TypeBuilder } from './TypeBuilder' ;
45
You can’t perform that action at this time.
0 commit comments