y-partyserver 0.0.0-e2d2d92 → 0.0.0-e5045fd
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -1
- package/dist/provider/react.d.ts +1 -3
- package/dist/server/index.d.ts +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -1,8 +1,14 @@
|
|
|
1
|
-
|
|
1
|
+
# y-partyserver
|
|
2
|
+
|
|
3
|
+
Yjs backend for PartyServer.
|
|
2
4
|
|
|
3
5
|
> [!WARNING]
|
|
4
6
|
> This project is experimental and is not yet recommended for production use.
|
|
5
7
|
|
|
8
|
+
## License
|
|
9
|
+
|
|
10
|
+
ISC
|
|
11
|
+
|
|
6
12
|
[//]: # "keep in sync with packages/y-partyserver/README.md"
|
|
7
13
|
[//]: # "keep in sync with docs/reference/y-partyserver.md"
|
|
8
14
|
|
package/dist/provider/react.d.ts
CHANGED
package/dist/server/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "y-partyserver",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-e5045fd",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git://github.com/threepointone/partyserver.git"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
"scripts": {
|
|
27
|
-
"build": "
|
|
27
|
+
"build": "tsx scripts/build.ts"
|
|
28
28
|
},
|
|
29
29
|
"files": [
|
|
30
30
|
"dist",
|
|
@@ -41,19 +41,19 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"lib0": "^0.2.99",
|
|
43
43
|
"lodash.debounce": "^4.0.8",
|
|
44
|
-
"nanoid": "^5.
|
|
44
|
+
"nanoid": "^5.1.2",
|
|
45
45
|
"y-protocols": "^1.0.6"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"@cloudflare/workers-types": "^4.20240729.0",
|
|
49
|
-
"partyserver": "0.0.0-
|
|
49
|
+
"partyserver": "0.0.0-e5045fd",
|
|
50
50
|
"yjs": "^13.6.14"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@cloudflare/workers-types": "^4.
|
|
53
|
+
"@cloudflare/workers-types": "^4.20250303.0",
|
|
54
54
|
"@types/lodash.debounce": "^4.0.9",
|
|
55
|
-
"partyserver": "0.0.0-
|
|
56
|
-
"ws": "^8.18.
|
|
57
|
-
"yjs": "^13.6.
|
|
55
|
+
"partyserver": "0.0.0-e5045fd",
|
|
56
|
+
"ws": "^8.18.1",
|
|
57
|
+
"yjs": "^13.6.24"
|
|
58
58
|
}
|
|
59
59
|
}
|