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" : " @pitter-patter/collab-client" ,
3- "version" : " 0.1.2 " ,
3+ "version" : " 0.1.3 " ,
44 "files" : [
55 " ./dist"
66 ],
1111 "access" : " public"
1212 },
1313 "scripts" : {
14- "gen:ref" : " typedoc"
14+ "gen:ref" : " typedoc" ,
15+ "prepack" : " yarn check:types" ,
16+ "prepublish" : " yarn check:format && yarn check:lint"
1517 },
1618 "dependencies" : {
1719 "@stepwisehq/prosemirror-collab-commit" : " ^1.0.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " @pitter-patter/collab-server" ,
3- "version" : " 0.1.2 " ,
3+ "version" : " 0.1.3 " ,
44 "files" : [
55 " ./dist"
66 ],
1111 "access" : " public"
1212 },
1313 "scripts" : {
14- "gen:ref" : " typedoc"
14+ "gen:ref" : " typedoc" ,
15+ "prepack" : " yarn check:types" ,
16+ "prepublish" : " yarn check:format && yarn check:lint"
1517 },
1618 "dependencies" : {
1719 "@stepwisehq/prosemirror-collab-commit" : " ^1.0.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @pitter-patter/presence-client" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.1 " ,
44 "files" : [
55 " ./styles.css" ,
66 " ./dist"
2020 "access" : " public"
2121 },
2222 "scripts" : {
23- "gen:ref" : " typedoc"
23+ "gen:ref" : " typedoc" ,
24+ "prepack" : " yarn check:types" ,
25+ "prepublish" : " yarn check:format && yarn check:lint"
2426 },
2527 "dependencies" : {
2628 "@pitter-patter/collab-client" : " workspace:^" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @pitter-patter/presence-server" ,
3- "version" : " 0.1.2 " ,
3+ "version" : " 0.1.3 " ,
44 "files" : [
55 " ./dist"
66 ],
1111 "access" : " public"
1212 },
1313 "scripts" : {
14- "gen:ref" : " typedoc"
14+ "gen:ref" : " typedoc" ,
15+ "prepack" : " yarn check:types" ,
16+ "prepublish" : " yarn check:format && yarn check:lint"
1517 },
1618 "dependencies" : {
1719 "redis" : " ^5.8.2"
Original file line number Diff line number Diff line change 11{
22 "name" : " @pitter-patter/refs" ,
3- "version" : " 0.1.2 " ,
3+ "version" : " 0.1.3 " ,
44 "files" : [
55 " ./dist"
66 ],
1010 "exports" : " ./dist/index.js" ,
1111 "access" : " public"
1212 },
13+ "scripts" : {
14+ "prepack" : " yarn check:types" ,
15+ "prepublish" : " yarn check:format && yarn check:lint"
16+ },
1317 "devDependencies" : {
1418 "@tsconfig/strictest" : " ^2.0.5" ,
1519 "@typescript/native-preview" : " 7.0.0-dev.20260421.2"
You can’t perform that action at this time.
0 commit comments