Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fdf2063943 | ||
|
|
e81267d4df | ||
|
|
563c34f81a | ||
|
|
ba713983e3 | ||
|
|
bf2ee3680b | ||
|
|
b812a3dd6c |
18
README.md
18
README.md
@@ -31,18 +31,18 @@ I'm currently looking for sponsors that allow me to be less dependent on
|
|||||||
contracting work. These awesome backers already fund further development of
|
contracting work. These awesome backers already fund further development of
|
||||||
Yjs:
|
Yjs:
|
||||||
|
|
||||||
[](https://github.com/vwall)
|
[](https://github.com/ifiokjr)
|
||||||
[<img src="https://user-images.githubusercontent.com/5553757/83337333-a7bcb380-a2ba-11ea-837b-e404eb35d318.png"
|
[](https://github.com/burke)
|
||||||
height="60px" />](https://input.com/)
|
[](https://github.com/cben)
|
||||||
[](https://github.com/canadaduane)
|
[](https://github.com/tommoor)
|
||||||
[](https://github.com/ISNIT0)
|
[](https://github.com/michaelemeyers)
|
||||||
[<img src="https://room.sh/img/icons/android-chrome-192x192.png" height="60px" />](https://room.sh/)
|
[](https://github.com/csbenjamin)
|
||||||
|
[](https://github.com/AdventureBeard)
|
||||||
|
[](https://github.com/nimbuswebinc)
|
||||||
[](https://github.com/journeyapps)
|
[](https://github.com/journeyapps)
|
||||||
[](https://github.com/adabru)
|
[](https://github.com/adabru)
|
||||||
[](https://github.com/NathanaelA)
|
[](https://github.com/NathanaelA)
|
||||||
[](https://github.com/gremloon)
|
[<img src="https://room.sh/img/icons/android-chrome-192x192.png" height="60px" />](https://room.sh/)
|
||||||
[](https://github.com/ifiokjr)
|
|
||||||
[](https://github.com/mrfambo)
|
|
||||||
|
|
||||||
Sponsorship also comes with special perks! [](https://github.com/sponsors/dmonad)
|
Sponsorship also comes with special perks! [](https://github.com/sponsors/dmonad)
|
||||||
|
|
||||||
|
|||||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "yjs",
|
"name": "yjs",
|
||||||
"version": "13.4.4",
|
"version": "13.4.6",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "yjs",
|
"name": "yjs",
|
||||||
"version": "13.4.4",
|
"version": "13.4.6",
|
||||||
"description": "Shared Editing Library",
|
"description": "Shared Editing Library",
|
||||||
"main": "./dist/yjs.cjs",
|
"main": "./dist/yjs.cjs",
|
||||||
"module": "./dist/yjs.mjs",
|
"module": "./dist/yjs.mjs",
|
||||||
|
|||||||
@@ -45,6 +45,7 @@ export {
|
|||||||
snapshot,
|
snapshot,
|
||||||
emptySnapshot,
|
emptySnapshot,
|
||||||
findRootTypeKey,
|
findRootTypeKey,
|
||||||
|
getItem,
|
||||||
typeListToArraySnapshot,
|
typeListToArraySnapshot,
|
||||||
typeMapGetSnapshot,
|
typeMapGetSnapshot,
|
||||||
createDocFromSnapshot,
|
createDocFromSnapshot,
|
||||||
|
|||||||
@@ -257,6 +257,7 @@ export class Doc extends Observable {
|
|||||||
}, null, true)
|
}, null, true)
|
||||||
}
|
}
|
||||||
this.emit('destroyed', [true])
|
this.emit('destroyed', [true])
|
||||||
|
this.emit('destroy', [this])
|
||||||
super.destroy()
|
super.destroy()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user