File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " mobx-web-cell" ,
3- "version" : " 0.4.0-rc.4 " ,
3+ "version" : " 0.4.0-rc.5 " ,
44 "license" : " LGPL-3.0" ,
55 "author" : " shiy2008@gmail.com" ,
66 "description" : " MobX adaptor for WebCell v2" ,
2424 },
2525 "dependencies" : {
2626 "mobx" : " >4.0.0 <6.0.0" ,
27- "web-cell" : " ^2.4.0-rc.5 "
27+ "web-cell" : " ^2.4.0-rc.6 "
2828 },
2929 "devDependencies" : {
3030 "@parcel/packager-ts" : " ^2.2.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " web-cell" ,
3- "version" : " 2.4.0-rc.5 " ,
3+ "version" : " 2.4.0-rc.6 " ,
44 "description" : " Web Components engine based on JSX & TypeScript" ,
55 "keywords" : [
66 " web" ,
Original file line number Diff line number Diff line change @@ -46,6 +46,8 @@ export function watch(
4646 ( meta . configurable = true ) , ( meta . enumerable = true ) ;
4747
4848 if ( ! accessor ) Object . defineProperty ( prototype , key , meta ) ;
49+
50+ return meta ;
4951}
5052
5153export function attribute ( { constructor } : Object , key : string ) {
You can’t perform that action at this time.
0 commit comments