@liebstoeckel/live-server 0.3.5 → 0.3.6
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liebstoeckel/live-server",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.6",
|
|
4
4
|
"description": "Live presenter and audience sync for liebstoeckel decks over Yjs and WebSocket.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"liebstoeckel",
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
"./cli": "./src/cli.ts"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@liebstoeckel/engine": "^0.3.
|
|
44
|
+
"@liebstoeckel/engine": "^0.3.6",
|
|
45
45
|
"@liebstoeckel/plugin-sdk": "^0.3.4",
|
|
46
|
-
"@liebstoeckel/thumbnails": "^0.3.
|
|
46
|
+
"@liebstoeckel/thumbnails": "^0.3.6",
|
|
47
47
|
"citty": "^0.2.2"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|