- @syndicate-lang/core@0.4.1
 - @syndicate-lang/driver-browser-ui@0.4.1
 - @syndicate-lang/driver-http-node@0.4.1
 - @syndicate-lang/driver-mdns@0.4.1
 - @syndicate-lang/driver-streams-node@0.4.1
 - @syndicate-lang/driver-timer@0.4.1
 - @syndicate-lang/driver-udp-node@0.4.1
 - @syndicate-lang/driver-websocket@0.4.1
 - @syndicate-lang/flappy-bird-demo@0.4.1
 - @syndicate-lang/server@0.4.1
 - @syndicate-lang/socks@0.2.1
 - @syndicate-lang/syntax-playground@0.4.1
 - @syndicate-lang/syntax-server@0.4.1
This commit is contained in:
Tony Garnock-Jones 2020-08-05 13:05:51 +02:00
parent 212a92605e
commit e41bf3d042
13 changed files with 13 additions and 13 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@syndicate-lang/core", "name": "@syndicate-lang/core",
"version": "0.4.0", "version": "0.4.1",
"description": "Imperative Syndicate in the browser", "description": "Imperative Syndicate in the browser",
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/core", "homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/core",
"license": "GPL-3.0+", "license": "GPL-3.0+",

View File

@ -1,6 +1,6 @@
{ {
"name": "@syndicate-lang/driver-browser-ui", "name": "@syndicate-lang/driver-browser-ui",
"version": "0.4.0", "version": "0.4.1",
"description": "Browser-based (DOM) UI for Syndicate/js", "description": "Browser-based (DOM) UI for Syndicate/js",
"main": "lib/index.js", "main": "lib/index.js",
"repository": "github:syndicate-lang/syndicate-js", "repository": "github:syndicate-lang/syndicate-js",

View File

@ -1,6 +1,6 @@
{ {
"name": "@syndicate-lang/driver-http-node", "name": "@syndicate-lang/driver-http-node",
"version": "0.4.0", "version": "0.4.1",
"description": "HTTP support for Syndicate/js on node.js", "description": "HTTP support for Syndicate/js on node.js",
"main": "lib/index.js", "main": "lib/index.js",
"repository": "github:syndicate-lang/syndicate-js", "repository": "github:syndicate-lang/syndicate-js",

View File

@ -1,6 +1,6 @@
{ {
"name": "@syndicate-lang/driver-mdns", "name": "@syndicate-lang/driver-mdns",
"version": "0.4.0", "version": "0.4.1",
"description": "mDNS support for Syndicate/js via Avahi", "description": "mDNS support for Syndicate/js via Avahi",
"main": "lib/index.js", "main": "lib/index.js",
"repository": "github:syndicate-lang/syndicate-js", "repository": "github:syndicate-lang/syndicate-js",

View File

@ -1,6 +1,6 @@
{ {
"name": "@syndicate-lang/driver-streams-node", "name": "@syndicate-lang/driver-streams-node",
"version": "0.4.0", "version": "0.4.1",
"description": "Node.js Readable/Writable/Duplex/Transform stream support for Syndicate/js", "description": "Node.js Readable/Writable/Duplex/Transform stream support for Syndicate/js",
"main": "lib/index.js", "main": "lib/index.js",
"repository": "github:syndicate-lang/syndicate-js", "repository": "github:syndicate-lang/syndicate-js",

View File

@ -1,6 +1,6 @@
{ {
"name": "@syndicate-lang/driver-timer", "name": "@syndicate-lang/driver-timer",
"version": "0.4.0", "version": "0.4.1",
"description": "Time and timer driver for Syndicate/js", "description": "Time and timer driver for Syndicate/js",
"main": "lib/index.js", "main": "lib/index.js",
"repository": "github:syndicate-lang/syndicate-js", "repository": "github:syndicate-lang/syndicate-js",

View File

@ -1,6 +1,6 @@
{ {
"name": "@syndicate-lang/driver-udp-node", "name": "@syndicate-lang/driver-udp-node",
"version": "0.4.0", "version": "0.4.1",
"description": "UDP support for Syndicate/js on node.js", "description": "UDP support for Syndicate/js on node.js",
"main": "lib/index.js", "main": "lib/index.js",
"repository": "github:syndicate-lang/syndicate-js", "repository": "github:syndicate-lang/syndicate-js",

View File

@ -1,6 +1,6 @@
{ {
"name": "@syndicate-lang/driver-websocket", "name": "@syndicate-lang/driver-websocket",
"version": "0.4.0", "version": "0.4.1",
"description": "WebSocket client support for Syndicate/js in the browser and on node.js", "description": "WebSocket client support for Syndicate/js in the browser and on node.js",
"main": "lib/index.js", "main": "lib/index.js",
"repository": "github:syndicate-lang/syndicate-js", "repository": "github:syndicate-lang/syndicate-js",

View File

@ -1,7 +1,7 @@
{ {
"name": "@syndicate-lang/flappy-bird-demo", "name": "@syndicate-lang/flappy-bird-demo",
"private": true, "private": true,
"version": "0.4.0", "version": "0.4.1",
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/flappy-bird-demo", "homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/flappy-bird-demo",
"license": "GPL-3.0+", "license": "GPL-3.0+",
"repository": "github:syndicate-lang/syndicate-js", "repository": "github:syndicate-lang/syndicate-js",

View File

@ -1,6 +1,6 @@
{ {
"name": "@syndicate-lang/server", "name": "@syndicate-lang/server",
"version": "0.4.0", "version": "0.4.1",
"description": "Client-server for Syndicate", "description": "Client-server for Syndicate",
"repository": "github:syndicate-lang/syndicate-js", "repository": "github:syndicate-lang/syndicate-js",
"author": "Tony Garnock-Jones <tonyg@leastfixedpoint.com>", "author": "Tony Garnock-Jones <tonyg@leastfixedpoint.com>",

View File

@ -1,6 +1,6 @@
{ {
"name": "@syndicate-lang/socks", "name": "@syndicate-lang/socks",
"version": "0.2.0", "version": "0.2.1",
"description": "SOCKS5 gateway and service registration", "description": "SOCKS5 gateway and service registration",
"repository": "github:syndicate-lang/syndicate-js", "repository": "github:syndicate-lang/syndicate-js",
"author": "Tony Garnock-Jones <tonyg@leastfixedpoint.com>", "author": "Tony Garnock-Jones <tonyg@leastfixedpoint.com>",

View File

@ -1,7 +1,7 @@
{ {
"name": "@syndicate-lang/syntax-playground", "name": "@syndicate-lang/syntax-playground",
"private": true, "private": true,
"version": "0.4.0", "version": "0.4.1",
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/syntax-playground", "homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/syntax-playground",
"license": "GPL-3.0+", "license": "GPL-3.0+",
"repository": "github:syndicate-lang/syndicate-js", "repository": "github:syndicate-lang/syndicate-js",

View File

@ -1,6 +1,6 @@
{ {
"name": "@syndicate-lang/syntax-server", "name": "@syndicate-lang/syntax-server",
"version": "0.4.0", "version": "0.4.1",
"description": "Compilation server for Syndicate/js translation to JavaScript", "description": "Compilation server for Syndicate/js translation to JavaScript",
"repository": "github:syndicate-lang/syndicate-js", "repository": "github:syndicate-lang/syndicate-js",
"author": "Tony Garnock-Jones <tonyg@leastfixedpoint.com>", "author": "Tony Garnock-Jones <tonyg@leastfixedpoint.com>",