Skip to content

Commit

Permalink
[canary] Bump version to 2025.1.0-canary.0
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Dec 17, 2024
1 parent d77a6d4 commit 96e0712
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sora-js-sdk",
"version": "2024.2.2",
"version": "2025.1.0-canary.0",
"description": "WebRTC SFU Sora JavaScript SDK",
"main": "dist/sora.js",
"module": "dist/sora.mjs",
Expand Down Expand Up @@ -32,7 +32,9 @@
"url": "https://discord.gg/shiguredo"
},
"homepage": "https://github.com/shiguredo/sora-js-sdk#readme",
"files": ["dist"],
"files": [
"dist"
],
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@playwright/test": "1.49.1",
Expand All @@ -48,4 +50,4 @@
"engines": {
"node": ">=18"
}
}
}

0 comments on commit 96e0712

Please sign in to comment.