This commit is contained in:
Damián Silvani 2026-01-27 07:44:25 -03:00
parent f554a52cc3
commit ba273dd514
13 changed files with 47 additions and 47 deletions

View file

@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "1.3.0"
"version": "1.3.1"
}

46
package-lock.json generated
View file

@ -17290,7 +17290,7 @@
},
"packages/cm-eval": {
"name": "@flok-editor/cm-eval",
"version": "1.3.0",
"version": "1.3.1",
"license": "GPL-3.0+",
"dependencies": {
"debug": "^4.3.4"
@ -17312,14 +17312,14 @@
}
},
"packages/example-vanilla-js": {
"version": "1.3.0",
"version": "1.3.1",
"dependencies": {
"@codemirror/lang-javascript": "^6.1.4",
"@codemirror/state": "^6.2.0",
"@codemirror/theme-one-dark": "^6.1.1",
"@codemirror/view": "^6.9.3",
"@flok-editor/cm-eval": "^1.3.0",
"@flok-editor/session": "^1.3.0",
"@flok-editor/cm-eval": "^1.3.1",
"@flok-editor/session": "^1.3.1",
"codemirror": "^6.0.1",
"y-codemirror.next": "^0.3.2",
"y-indexeddb": "^9.0.9",
@ -17335,7 +17335,7 @@
},
"packages/lang-punctual": {
"name": "@flok-editor/lang-punctual",
"version": "1.3.0",
"version": "1.3.1",
"license": "MIT",
"dependencies": {
"@codemirror/language": "^6.0.0",
@ -17355,7 +17355,7 @@
},
"packages/lang-tidal": {
"name": "@flok-editor/lang-tidal",
"version": "1.3.0",
"version": "1.3.1",
"license": "MIT",
"dependencies": {
"@codemirror/language": "^6.0.0",
@ -17375,7 +17375,7 @@
},
"packages/lang-zwirn": {
"name": "@flok-editor/lang-zwirn",
"version": "0.1.0",
"version": "1.3.1",
"license": "MIT",
"dependencies": {
"@codemirror/language": "^6.0.0",
@ -17394,7 +17394,7 @@
},
"packages/pubsub": {
"name": "@flok-editor/pubsub",
"version": "1.3.0",
"version": "1.3.1",
"license": "GPL-3.0+",
"dependencies": {
"bufferutil": "^4.0.7",
@ -17423,10 +17423,10 @@
},
"packages/repl": {
"name": "flok-repl",
"version": "1.3.0",
"version": "1.3.1",
"license": "GPL-3.0+",
"dependencies": {
"@flok-editor/pubsub": "^1.3.0",
"@flok-editor/pubsub": "^1.3.1",
"command-exists": "^1.2.9",
"commander": "^10.0.0",
"debug": "^4.3.4",
@ -17454,10 +17454,10 @@
},
"packages/server": {
"name": "flok-server",
"version": "1.3.0",
"version": "1.3.1",
"license": "GPL-3.0+",
"dependencies": {
"@flok-editor/server-middleware": "^1.3.0",
"@flok-editor/server-middleware": "^1.3.1",
"commander": "^10.0.1",
"debug": "^4.3.4",
"lib0": "^0.2.63",
@ -17473,10 +17473,10 @@
},
"packages/server-middleware": {
"name": "@flok-editor/server-middleware",
"version": "1.3.0",
"version": "1.3.1",
"license": "GPL-3.0+",
"dependencies": {
"@flok-editor/pubsub": "^1.3.0",
"@flok-editor/pubsub": "^1.3.1",
"debug": "^4.3.4"
},
"devDependencies": {
@ -17493,10 +17493,10 @@
},
"packages/session": {
"name": "@flok-editor/session",
"version": "1.3.0",
"version": "1.3.1",
"license": "GPL-3.0+",
"dependencies": {
"@flok-editor/pubsub": "^1.3.0",
"@flok-editor/pubsub": "^1.3.1",
"debug": "^4.3.4",
"events": "^3.3.0"
},
@ -17515,10 +17515,10 @@
},
"packages/web": {
"name": "flok-web",
"version": "1.3.0",
"version": "1.3.1",
"license": "GPL-3.0+",
"dependencies": {
"@flok-editor/server-middleware": "^1.3.0",
"@flok-editor/server-middleware": "^1.3.1",
"@strudel/draw": "^1.2.5",
"@uiw/codemirror-theme-andromeda": "^4.22.1",
"@uiw/codemirror-theme-bespin": "^4.22.1",
@ -17540,11 +17540,11 @@
"@codemirror/lang-python": "^6.1.3",
"@codemirror/state": "^6.4.0",
"@codemirror/view": "^6.23.0",
"@flok-editor/cm-eval": "^1.3.0",
"@flok-editor/lang-punctual": "^1.3.0",
"@flok-editor/lang-tidal": "^1.3.0",
"@flok-editor/lang-zwirn": "^0.1.0",
"@flok-editor/session": "^1.3.0",
"@flok-editor/cm-eval": "^1.3.1",
"@flok-editor/lang-punctual": "^1.3.1",
"@flok-editor/lang-tidal": "^1.3.1",
"@flok-editor/lang-zwirn": "^1.3.1",
"@flok-editor/session": "^1.3.1",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-label": "^2.1.1",

View file

@ -1,6 +1,6 @@
{
"name": "@flok-editor/cm-eval",
"version": "1.3.0",
"version": "1.3.1",
"description": "CodeMirror 6 extension for code evaluation",
"author": "Damián Silvani <munshkr@gmail.com>",
"license": "GPL-3.0+",

View file

@ -1,7 +1,7 @@
{
"name": "example-vanilla-js",
"private": true,
"version": "1.3.0",
"version": "1.3.1",
"type": "module",
"scripts": {
"dev": "vite",
@ -17,8 +17,8 @@
"@codemirror/state": "^6.2.0",
"@codemirror/theme-one-dark": "^6.1.1",
"@codemirror/view": "^6.9.3",
"@flok-editor/cm-eval": "^1.3.0",
"@flok-editor/session": "^1.3.0",
"@flok-editor/cm-eval": "^1.3.1",
"@flok-editor/session": "^1.3.1",
"codemirror": "^6.0.1",
"y-codemirror.next": "^0.3.2",
"y-indexeddb": "^9.0.9",

View file

@ -1,6 +1,6 @@
{
"name": "@flok-editor/lang-punctual",
"version": "1.3.0",
"version": "1.3.1",
"description": "Punctual language support for CodeMirror",
"scripts": {
"build": "rollup -c"

View file

@ -1,6 +1,6 @@
{
"name": "@flok-editor/lang-tidal",
"version": "1.3.0",
"version": "1.3.1",
"description": "TidalCycles language support for CodeMirror",
"scripts": {
"build": "rollup -c"

View file

@ -1,6 +1,6 @@
{
"name": "@flok-editor/lang-zwirn",
"version": "0.1.0",
"version": "1.3.1",
"description": "zwirn language support for CodeMirror",
"scripts": {
"build": "rollup -c"

View file

@ -1,6 +1,6 @@
{
"name": "@flok-editor/pubsub",
"version": "1.3.0",
"version": "1.3.1",
"description": "Pub/Sub client-server, used for remote code execution and message passing on Flok",
"author": "Damián Silvani <munshkr@gmail.com>",
"license": "GPL-3.0+",

View file

@ -1,6 +1,6 @@
{
"name": "flok-repl",
"version": "1.3.0",
"version": "1.3.1",
"description": "REPL client for Flok",
"author": "Damián Silvani <munshkr@gmail.com>",
"license": "GPL-3.0+",
@ -24,7 +24,7 @@
"build": "tsc"
},
"dependencies": {
"@flok-editor/pubsub": "^1.3.0",
"@flok-editor/pubsub": "^1.3.1",
"command-exists": "^1.2.9",
"commander": "^10.0.0",
"debug": "^4.3.4",

View file

@ -1,6 +1,6 @@
{
"name": "@flok-editor/server-middleware",
"version": "1.3.0",
"version": "1.3.1",
"description": "Server middleware for Flok, handles WebSocket connections and WebRTC signaling",
"author": "Damián Silvani <munshkr@gmail.com>",
"license": "GPL-3.0+",
@ -23,7 +23,7 @@
"build": "tsc"
},
"dependencies": {
"@flok-editor/pubsub": "^1.3.0",
"@flok-editor/pubsub": "^1.3.1",
"debug": "^4.3.4"
},
"devDependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "flok-server",
"version": "1.3.0",
"version": "1.3.1",
"description": "Flok server, handles WebSocket connections and WebRTC signaling",
"author": "Damián Silvani <munshkr@gmail.com>",
"license": "GPL-3.0+",
@ -13,7 +13,7 @@
"start": "node bin/flok-server.js"
},
"dependencies": {
"@flok-editor/server-middleware": "^1.3.0",
"@flok-editor/server-middleware": "^1.3.1",
"commander": "^10.0.1",
"debug": "^4.3.4",
"lib0": "^0.2.63",

View file

@ -1,6 +1,6 @@
{
"name": "@flok-editor/session",
"version": "1.3.0",
"version": "1.3.1",
"description": "Flok Session package",
"author": "Damián Silvani <munshkr@gmail.com>",
"license": "GPL-3.0+",
@ -22,7 +22,7 @@
"build": "tsc"
},
"dependencies": {
"@flok-editor/pubsub": "^1.3.0",
"@flok-editor/pubsub": "^1.3.1",
"debug": "^4.3.4",
"events": "^3.3.0"
},

View file

@ -1,6 +1,6 @@
{
"name": "flok-web",
"version": "1.3.0",
"version": "1.3.1",
"description": "Web server for Flok",
"author": "Damián Silvani <munshkr@gmail.com>",
"license": "GPL-3.0+",
@ -24,7 +24,7 @@
"format": "prettier -w ."
},
"dependencies": {
"@flok-editor/server-middleware": "^1.3.0",
"@flok-editor/server-middleware": "^1.3.1",
"@strudel/draw": "^1.2.5",
"@uiw/codemirror-theme-andromeda": "^4.22.1",
"@uiw/codemirror-theme-bespin": "^4.22.1",
@ -43,11 +43,11 @@
"@codemirror/lang-python": "^6.1.3",
"@codemirror/state": "^6.4.0",
"@codemirror/view": "^6.23.0",
"@flok-editor/cm-eval": "^1.3.0",
"@flok-editor/lang-punctual": "^1.3.0",
"@flok-editor/lang-tidal": "^1.3.0",
"@flok-editor/lang-zwirn": "^0.1.0",
"@flok-editor/session": "^1.3.0",
"@flok-editor/cm-eval": "^1.3.1",
"@flok-editor/lang-punctual": "^1.3.1",
"@flok-editor/lang-tidal": "^1.3.1",
"@flok-editor/lang-zwirn": "^1.3.1",
"@flok-editor/session": "^1.3.1",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-label": "^2.1.1",