File tree Expand file tree Collapse file tree 9 files changed +25
-25
lines changed
Expand file tree Collapse file tree 9 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 2020 "npmClientArgs" : [" --frozen-lockfile" ],
2121 "packages" : [" packages/*" ],
2222 "useWorkspaces" : true ,
23- "version" : " 0.2.0 "
23+ "version" : " 0.2.1 "
2424}
Original file line number Diff line number Diff line change 11{
22 "name" : " @otjs/ace" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.1 " ,
44 "description" : " Plain Text Editor Adapter for Ace Editor." ,
55 "author" : " Progyan Bhattacharya <bprogyan@gmail.com>" ,
66 "homepage" : " https://github.com/Progyan1997/Operational-Transformation/tree/main/packages/ace#readme" ,
4141 "clean" : " rimraf lib typings index.d.ts"
4242 },
4343 "devDependencies" : {
44- "@otjs/plaintext" : " 0.2.0 " ,
45- "@otjs/plaintext-editor" : " 0.2.0 " ,
44+ "@otjs/plaintext" : " 0.2.1 " ,
45+ "@otjs/plaintext-editor" : " 0.2.1 " ,
4646 "@otjs/types" : " ^0.0.0" ,
4747 "@otjs/utils" : " ^0.0.0" ,
4848 "@types/ace" : " 0.0.48" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @otjs/firebase-ace" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.1 " ,
44 "description" : " Real-time collaborative editor with out of the box binding with Firebase and Ace Editor." ,
55 "author" : " Progyan Bhattacharya <bprogyan@gmail.com>" ,
66 "homepage" : " https://github.com/Progyan1997/Operational-Transformation/tree/main/packages/firebase-ace#readme" ,
5252 "mitt" : " 3.0.0"
5353 },
5454 "dependencies" : {
55- "@otjs/ace" : " 0.2.0 " ,
56- "@otjs/firebase-plaintext" : " 0.2.0 " ,
57- "@otjs/plaintext" : " 0.2.0 " ,
58- "@otjs/plaintext-editor" : " 0.2.0 "
55+ "@otjs/ace" : " 0.2.1 " ,
56+ "@otjs/firebase-plaintext" : " 0.2.1 " ,
57+ "@otjs/plaintext" : " 0.2.1 " ,
58+ "@otjs/plaintext-editor" : " 0.2.1 "
5959 },
6060 "peerDependencies" : {
6161 "ace-builds" : " ^1.4.14" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @otjs/firebase-monaco" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.1 " ,
44 "description" : " Real-time collaborative editor with out of the box binding with Firebase and Monaco Editor." ,
55 "author" : " Progyan Bhattacharya <bprogyan@gmail.com>" ,
66 "homepage" : " https://github.com/Progyan1997/Operational-Transformation/tree/main/packages/firebase-monaco#readme" ,
5252 "monaco-editor" : " 0.33.0"
5353 },
5454 "dependencies" : {
55- "@otjs/firebase-plaintext" : " 0.2.0 " ,
56- "@otjs/monaco" : " 0.2.0 " ,
57- "@otjs/plaintext" : " 0.2.0 " ,
58- "@otjs/plaintext-editor" : " 0.2.0 "
55+ "@otjs/firebase-plaintext" : " 0.2.1 " ,
56+ "@otjs/monaco" : " 0.2.1 " ,
57+ "@otjs/plaintext" : " 0.2.1 " ,
58+ "@otjs/plaintext-editor" : " 0.2.1 "
5959 },
6060 "peerDependencies" : {
6161 "firebase" : " ^9.6.10" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @otjs/firebase-plaintext" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.1 " ,
44 "description" : " Database Adapter implementation for Firebase to use with Plain Text Editor" ,
55 "author" : " Progyan Bhattacharya <bprogyan@gmail.com>" ,
66 "homepage" : " https://github.com/Progyan1997/Operational-Transformation/tree/main/packages/firebase-plaintext#readme" ,
4343 "clean" : " rimraf lib typings index.d.ts"
4444 },
4545 "devDependencies" : {
46- "@otjs/plaintext" : " 0.2.0 " ,
47- "@otjs/plaintext-editor" : " 0.2.0 " ,
46+ "@otjs/plaintext" : " 0.2.1 " ,
47+ "@otjs/plaintext-editor" : " 0.2.1 " ,
4848 "@otjs/types" : " ^0.0.0" ,
4949 "@otjs/utils" : " ^0.0.0" ,
5050 "firebase" : " 9.6.10"
Original file line number Diff line number Diff line change 11{
22 "name" : " @otjs/monaco" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.1 " ,
44 "description" : " Plain Text Editor Adapter for Monaco Editor." ,
55 "author" : " Progyan Bhattacharya <bprogyan@gmail.com>" ,
66 "homepage" : " https://github.com/Progyan1997/Operational-Transformation/tree/main/packages/monaco#readme" ,
4141 "clean" : " rimraf lib typings index.d.ts"
4242 },
4343 "devDependencies" : {
44- "@otjs/plaintext" : " 0.2.0 " ,
45- "@otjs/plaintext-editor" : " 0.2.0 " ,
44+ "@otjs/plaintext" : " 0.2.1 " ,
45+ "@otjs/plaintext-editor" : " 0.2.1 " ,
4646 "@otjs/types" : " ^0.0.0" ,
4747 "@otjs/utils" : " ^0.0.0" ,
4848 "monaco-editor" : " 0.33.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " @otjs/plaintext-editor" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.1 " ,
44 "description" : " A Editor Client to wrap a Plain Text Editor to have collaborative experience based on OT." ,
55 "author" : " Progyan Bhattacharya <bprogyan@gmail.com>" ,
66 "homepage" : " https://github.com/Progyan1997/Operational-Transformation/tree/main/packages/plaintext-editor#readme" ,
4747 "test:watch" : " yarn test --watch"
4848 },
4949 "devDependencies" : {
50- "@otjs/plaintext" : " 0.2.0 " ,
50+ "@otjs/plaintext" : " 0.2.1 " ,
5151 "@otjs/types" : " ^0.0.0" ,
5252 "@otjs/utils" : " ^0.0.0"
5353 },
5454 "dependencies" : {
55- "@otjs/state-machine" : " 0.2.0 " ,
55+ "@otjs/state-machine" : " 0.2.1 " ,
5656 "mitt" : " 3.0.0"
5757 },
5858 "peerDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @otjs/plaintext" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.1 " ,
44 "description" : " Operational Transformational Logic for Plain Text." ,
55 "author" : " Progyan Bhattacharya <bprogyan@gmail.com>" ,
66 "homepage" : " https://github.com/Progyan1997/Operational-Transformation/tree/main/packages/plaintext#readme" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @otjs/state-machine" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.1 " ,
44 "description" : " State machine to manage Consistency of Operations across multiple clients." ,
55 "author" : " Progyan Bhattacharya <bprogyan@gmail.com>" ,
66 "homepage" : " https://github.com/Progyan1997/Operational-Transformation/tree/main/packages/state-machine#readme" ,
You can’t perform that action at this time.
0 commit comments