File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1- ## v0.1.2
1+ ## v0.1.3
22
33- Add ` signature?: string ` prop to ` Session `
44
5+ ## v0.1.2
6+
7+ - ~~ Add ` signature?: string ` prop to ` Session ` ~~
8+
59## v0.1.1
610
711- Remove "experimental" label from README
Original file line number Diff line number Diff line change 2828 "url" : " https://github.com/talkjs/talkjs-react/issues"
2929 },
3030 "homepage" : " https://talkjs.com" ,
31- "version" : " 0.1.2 " ,
31+ "version" : " 0.1.3 " ,
3232 "type" : " module" ,
3333 "files" : [
3434 " dist"
4848 "build" : " tsc && vite build" ,
4949 "lint" : " eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0" ,
5050 "preview" : " vite preview" ,
51- "fmt" : " prettier --write lib/ example/"
51+ "fmt" : " prettier --write lib/ example/" ,
52+ "prepublishOnly" : " npm run build"
5253 },
5354 "dependencies" : {
5455 "fast-deep-equal" : " ^3.1.3"
You can’t perform that action at this time.
0 commit comments