- @syndicate-lang/fs@0.14.4
 - @syndicate-lang/html@0.14.4
 - @syndicate-lang/service@0.14.4
 - @syndicate-lang/timer@0.14.4
 - @syndicate-lang/ts-plugin@0.15.0
 - @syndicate-lang/ws-relay@0.14.4
This commit is contained in:
Tony Garnock-Jones 2023-02-14 12:08:24 +01:00
parent 0962c5e41a
commit 44d7d16a82
6 changed files with 12 additions and 12 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@syndicate-lang/fs",
"version": "0.14.3",
"version": "0.14.4",
"description": "Reflect contents of a portion of the file system as assertions",
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/main/packages/fs",
"license": "GPL-3.0+",
@ -30,11 +30,11 @@
"@preserves/core": ">=0.20.2",
"@preserves/schema": ">=0.21.10",
"@syndicate-lang/core": "^0.14.1",
"@syndicate-lang/service": "^0.14.3",
"@syndicate-lang/service": "^0.14.4",
"chokidar": "^3.5.3"
},
"devDependencies": {
"@syndicate-lang/ts-plugin": "^0.14.1",
"@syndicate-lang/ts-plugin": "^0.15.0",
"@syndicate-lang/tsc": "^0.15.1"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@syndicate-lang/html",
"version": "0.14.3",
"version": "0.14.4",
"description": "DOM/HTML UI for Syndicate/JS",
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/main/packages/html",
"license": "GPL-3.0+",
@ -29,7 +29,7 @@
},
"devDependencies": {
"@syndicate-lang/syndicatec": "^0.14.1",
"@syndicate-lang/ts-plugin": "^0.14.1",
"@syndicate-lang/ts-plugin": "^0.15.0",
"@syndicate-lang/tsc": "^0.15.1"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@syndicate-lang/service",
"version": "0.14.3",
"version": "0.14.4",
"description": "Run a node.js program as a service within syndicate-server",
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/main/packages/service",
"license": "GPL-3.0+",
@ -26,7 +26,7 @@
"@syndicate-lang/core": "^0.14.1"
},
"devDependencies": {
"@syndicate-lang/ts-plugin": "^0.14.1",
"@syndicate-lang/ts-plugin": "^0.15.0",
"@syndicate-lang/tsc": "^0.15.1"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@syndicate-lang/timer",
"version": "0.14.3",
"version": "0.14.4",
"description": "Time and timer driver for Syndicate",
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/main/packages/timer",
"license": "GPL-3.0+",
@ -28,7 +28,7 @@
"@syndicate-lang/core": "^0.14.1"
},
"devDependencies": {
"@syndicate-lang/ts-plugin": "^0.14.1",
"@syndicate-lang/ts-plugin": "^0.15.0",
"@syndicate-lang/tsc": "^0.15.1"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@syndicate-lang/ts-plugin",
"version": "0.14.1",
"version": "0.15.0",
"description": "Syndicate/JS TypeScript tsserver plugin",
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/main/packages/ts-plugin",
"license": "GPL-3.0+",

View File

@ -1,6 +1,6 @@
{
"name": "@syndicate-lang/ws-relay",
"version": "0.14.3",
"version": "0.14.4",
"description": "Browser WebSocket relay to a Syndicate server",
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/main/packages/ws-relay",
"license": "GPL-3.0+",
@ -30,7 +30,7 @@
"salty-crypto": "0.3"
},
"devDependencies": {
"@syndicate-lang/ts-plugin": "^0.14.1",
"@syndicate-lang/ts-plugin": "^0.15.0",
"@syndicate-lang/tsc": "^0.15.1"
}
}