-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
40 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"$schema": "node_modules/lerna/schemas/lerna-schema.json", | ||
"useWorkspaces": true, | ||
"version": "1.2.0" | ||
"version": "1.3.0" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@flok-editor/cm-eval", | ||
"version": "1.0.1", | ||
"version": "1.3.0", | ||
"description": "CodeMirror 6 extension for code evaluation", | ||
"author": "Damián Silvani <[email protected]>", | ||
"license": "GPL-3.0+", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@flok-editor/pubsub", | ||
"version": "1.0.1", | ||
"version": "1.3.0", | ||
"description": "Pub/Sub client-server, used for remote code execution and message passing on Flok", | ||
"author": "Damián Silvani <[email protected]>", | ||
"license": "GPL-3.0+", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "flok-repl", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "REPL client for Flok", | ||
"author": "Damián Silvani <[email protected]>", | ||
"license": "GPL-3.0+", | ||
|
@@ -24,7 +24,7 @@ | |
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@flok-editor/pubsub": "^1.0.1", | ||
"@flok-editor/pubsub": "^1.3.0", | ||
"command-exists": "^1.2.9", | ||
"commander": "^10.0.0", | ||
"debug": "^4.3.4", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@flok-editor/server-middleware", | ||
"version": "1.0.1", | ||
"version": "1.3.0", | ||
"description": "Server middleware for Flok, handles WebSocket connections and WebRTC signaling", | ||
"author": "Damián Silvani <[email protected]>", | ||
"license": "GPL-3.0+", | ||
|
@@ -23,7 +23,7 @@ | |
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@flok-editor/pubsub": "^1.0.1", | ||
"@flok-editor/pubsub": "^1.3.0", | ||
"debug": "^4.3.4" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "flok-server", | ||
"version": "1.0.1", | ||
"version": "1.3.0", | ||
"description": "Flok server, handles WebSocket connections and WebRTC signaling", | ||
"author": "Damián Silvani <[email protected]>", | ||
"license": "GPL-3.0+", | ||
|
@@ -13,7 +13,7 @@ | |
"start": "node bin/flok-server.js" | ||
}, | ||
"dependencies": { | ||
"@flok-editor/server-middleware": "^1.0.1", | ||
"@flok-editor/server-middleware": "^1.3.0", | ||
"commander": "^10.0.1", | ||
"debug": "^4.3.4", | ||
"lib0": "^0.2.63", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@flok-editor/session", | ||
"version": "1.1.0", | ||
"version": "1.3.0", | ||
"description": "Flok Session package", | ||
"author": "Damián Silvani <[email protected]>", | ||
"license": "GPL-3.0+", | ||
|
@@ -22,7 +22,7 @@ | |
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@flok-editor/pubsub": "^1.0.1", | ||
"@flok-editor/pubsub": "^1.3.0", | ||
"debug": "^4.3.4", | ||
"events": "^3.3.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "flok-web", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Web server for Flok", | ||
"author": "Damián Silvani <[email protected]>", | ||
"license": "GPL-3.0+", | ||
|
@@ -22,7 +22,7 @@ | |
"check": "tsc --noEmit" | ||
}, | ||
"dependencies": { | ||
"@flok-editor/server-middleware": "^1.0.1", | ||
"@flok-editor/server-middleware": "^1.3.0", | ||
"@strudel/draw": "^1.1.0", | ||
"@uiw/codemirror-theme-andromeda": "^4.22.1", | ||
"@uiw/codemirror-theme-bespin": "^4.22.1", | ||
|
@@ -41,9 +41,9 @@ | |
"@codemirror/lang-python": "^6.1.3", | ||
"@codemirror/state": "^6.4.0", | ||
"@codemirror/view": "^6.23.0", | ||
"@flok-editor/cm-eval": "^1.0.1", | ||
"@flok-editor/lang-tidal": "^1.0.1", | ||
"@flok-editor/session": "^1.1.0", | ||
"@flok-editor/cm-eval": "^1.3.0", | ||
"@flok-editor/lang-tidal": "^1.3.0", | ||
"@flok-editor/session": "^1.3.0", | ||
"@radix-ui/react-dialog": "^1.1.4", | ||
"@radix-ui/react-dropdown-menu": "^2.1.4", | ||
"@radix-ui/react-label": "^2.1.1", | ||
|