diff --git a/dist b/dist index d5a7821..6a90e2a 160000 --- a/dist +++ b/dist @@ -1 +1 @@ -Subproject commit d5a78219a5b3f76509a656928d349c41ae47de52 +Subproject commit 6a90e2a5b7977f2973016f5e6ad2b0306bc1d001 diff --git a/package.json b/package.json index d15d5b4..b22c685 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "y-webrtc", - "version": "8.0.1", + "version": "8.0.2", "description": "WebRTC Connector for Yjs", "main": "./src/WebRTC.js", "scripts": { @@ -72,5 +72,8 @@ "standard": "^5.2.2", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0" + }, + "peerDependencies": { + "yjs": "^9.0.0 || ^10.0.0" } }