- @syndicate-lang/create@0.12.0
 - @syndicate-lang/fs@0.11.8
 - @syndicate-lang/html@0.11.14
 - @syndicate-lang/service@0.11.7
 - @syndicate-lang/timer@0.11.12
 - @syndicate-lang/ts-plugin@0.11.12
 - @syndicate-lang/tsc@0.11.12
 - @syndicate-lang/ws-relay@0.12.2
This commit is contained in:
Tony Garnock-Jones 2023-02-04 12:20:12 +01:00
parent 9c0ff4f756
commit 2218702cf2
8 changed files with 19 additions and 19 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@syndicate-lang/create",
"version": "0.11.5",
"version": "0.12.0",
"description": "Create a new Syndicate/js package",
"author": "Tony Garnock-Jones <tonyg@leastfixedpoint.com>",
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/main/packages/create",

View File

@ -1,6 +1,6 @@
{
"name": "@syndicate-lang/fs",
"version": "0.11.7",
"version": "0.11.8",
"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.2",
"@syndicate-lang/core": "^0.12.0",
"@syndicate-lang/service": "^0.11.6",
"@syndicate-lang/service": "^0.11.7",
"chokidar": "^3.5.3"
},
"devDependencies": {
"@syndicate-lang/ts-plugin": "^0.11.11",
"@syndicate-lang/tsc": "^0.11.11"
"@syndicate-lang/ts-plugin": "^0.11.12",
"@syndicate-lang/tsc": "^0.11.12"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@syndicate-lang/html",
"version": "0.11.13",
"version": "0.11.14",
"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.11.11",
"@syndicate-lang/ts-plugin": "^0.11.11",
"@syndicate-lang/tsc": "^0.11.11"
"@syndicate-lang/ts-plugin": "^0.11.12",
"@syndicate-lang/tsc": "^0.11.12"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@syndicate-lang/service",
"version": "0.11.6",
"version": "0.11.7",
"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.12.0"
},
"devDependencies": {
"@syndicate-lang/ts-plugin": "^0.11.11",
"@syndicate-lang/tsc": "^0.11.11"
"@syndicate-lang/ts-plugin": "^0.11.12",
"@syndicate-lang/tsc": "^0.11.12"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@syndicate-lang/timer",
"version": "0.11.11",
"version": "0.11.12",
"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.12.0"
},
"devDependencies": {
"@syndicate-lang/ts-plugin": "^0.11.11",
"@syndicate-lang/tsc": "^0.11.11"
"@syndicate-lang/ts-plugin": "^0.11.12",
"@syndicate-lang/tsc": "^0.11.12"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@syndicate-lang/ts-plugin",
"version": "0.11.11",
"version": "0.11.12",
"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/tsc",
"version": "0.11.11",
"version": "0.11.12",
"description": "Syndicate for TypeScript compiler command-line tool",
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/main/packages/tsc",
"license": "GPL-3.0+",

View File

@ -1,6 +1,6 @@
{
"name": "@syndicate-lang/ws-relay",
"version": "0.12.1",
"version": "0.12.2",
"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+",
@ -33,7 +33,7 @@
"salty-crypto": "0.3"
},
"devDependencies": {
"@syndicate-lang/ts-plugin": "^0.11.11",
"@syndicate-lang/tsc": "^0.11.11"
"@syndicate-lang/ts-plugin": "^0.11.12",
"@syndicate-lang/tsc": "^0.11.12"
}
}