- @syndicate-lang/compiler@0.11.4
 - @syndicate-lang/core@0.11.5
 - @syndicate-lang/create@0.11.0
 - @syndicate-lang/html@0.11.6
 - @syndicate-lang/syndicatec@0.11.6
 - @syndicate-lang/timer@0.11.6
 - @syndicate-lang/ts-plugin@0.11.6
 - @syndicate-lang/tsc@0.11.6
 - @syndicate-lang/ws-relay@0.11.6
This commit is contained in:
Tony Garnock-Jones 2022-04-22 13:56:36 +02:00
parent 9c4e96d585
commit 38f3d05fe0
8 changed files with 56 additions and 32 deletions

View File

@ -1,13 +1,16 @@
{
"name": "@syndicate-lang/compiler",
"version": "0.11.3",
"version": "0.11.4",
"description": "Syndicate/JS compiler library",
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/main/packages/compiler",
"license": "GPL-3.0+",
"publishConfig": {
"access": "public"
},
"repository": { "type": "git", "url": "https://git.syndicate-lang.org/syndicate-lang/syndicate-js" },
"repository": {
"type": "git",
"url": "https://git.syndicate-lang.org/syndicate-lang/syndicate-js"
},
"scripts": {
"prepare": "yarn compile && yarn rollup",
"compile": "../../node_modules/.bin/tsc",

View File

@ -1,13 +1,16 @@
{
"name": "@syndicate-lang/core",
"version": "0.11.4",
"version": "0.11.5",
"description": "Syndicate/JS for browser and node.js",
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/main/packages/core",
"license": "GPL-3.0+",
"publishConfig": {
"access": "public"
},
"repository": { "type": "git", "url": "https://git.syndicate-lang.org/syndicate-lang/syndicate-js" },
"repository": {
"type": "git",
"url": "https://git.syndicate-lang.org/syndicate-lang/syndicate-js"
},
"scripts": {
"prepare": "yarn regenerate && yarn compile && yarn rollup",
"regenerate": "rm -rf ./src/gen && preserves-schema-ts --module EntityRef=./src/runtime/actor.ts --output ./src/gen './protocols/schemas' './local-protocols/schemas'",

View File

@ -1,13 +1,16 @@
{
"name": "@syndicate-lang/html",
"version": "0.11.5",
"version": "0.11.6",
"description": "DOM/HTML UI for Syndicate/JS",
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/main/packages/html",
"license": "GPL-3.0+",
"publishConfig": {
"access": "public"
},
"repository": { "type": "git", "url": "https://git.syndicate-lang.org/syndicate-lang/syndicate-js" },
"repository": {
"type": "git",
"url": "https://git.syndicate-lang.org/syndicate-lang/syndicate-js"
},
"main": "dist/syndicate-html.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
@ -22,11 +25,11 @@
"veryclean": "yarn run clean && rm -rf node_modules"
},
"dependencies": {
"@syndicate-lang/core": "^0.11.4"
"@syndicate-lang/core": "^0.11.5"
},
"devDependencies": {
"@syndicate-lang/syndicatec": "^0.11.5",
"@syndicate-lang/ts-plugin": "^0.11.5",
"@syndicate-lang/tsc": "^0.11.5"
"@syndicate-lang/syndicatec": "^0.11.6",
"@syndicate-lang/ts-plugin": "^0.11.6",
"@syndicate-lang/tsc": "^0.11.6"
}
}

View File

@ -1,13 +1,16 @@
{
"name": "@syndicate-lang/syndicatec",
"version": "0.11.5",
"version": "0.11.6",
"description": "Syndicate/JS compiler command-line tool",
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/main/packages/syndicatec",
"license": "GPL-3.0+",
"publishConfig": {
"access": "public"
},
"repository": { "type": "git", "url": "https://git.syndicate-lang.org/syndicate-lang/syndicate-js" },
"repository": {
"type": "git",
"url": "https://git.syndicate-lang.org/syndicate-lang/syndicate-js"
},
"scripts": {
"prepare": "yarn compile",
"compile": "../../node_modules/.bin/tsc",
@ -17,8 +20,8 @@
},
"author": "Tony Garnock-Jones <tonyg@leastfixedpoint.com>",
"dependencies": {
"@syndicate-lang/compiler": "^0.11.3",
"@syndicate-lang/core": "^0.11.4",
"@syndicate-lang/compiler": "^0.11.4",
"@syndicate-lang/core": "^0.11.5",
"glob": "^7.1.6",
"yargs": "^16.2.0"
},

View File

@ -1,13 +1,16 @@
{
"name": "@syndicate-lang/timer",
"version": "0.11.5",
"version": "0.11.6",
"description": "Time and timer driver for Syndicate",
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/main/packages/timer",
"license": "GPL-3.0+",
"publishConfig": {
"access": "public"
},
"repository": { "type": "git", "url": "https://git.syndicate-lang.org/syndicate-lang/syndicate-js" },
"repository": {
"type": "git",
"url": "https://git.syndicate-lang.org/syndicate-lang/syndicate-js"
},
"main": "dist/syndicate-timer.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
@ -22,10 +25,10 @@
"veryclean": "yarn run clean && rm -rf node_modules"
},
"dependencies": {
"@syndicate-lang/core": "^0.11.4"
"@syndicate-lang/core": "^0.11.5"
},
"devDependencies": {
"@syndicate-lang/ts-plugin": "^0.11.5",
"@syndicate-lang/tsc": "^0.11.5"
"@syndicate-lang/ts-plugin": "^0.11.6",
"@syndicate-lang/tsc": "^0.11.6"
}
}

View File

@ -1,13 +1,16 @@
{
"name": "@syndicate-lang/ts-plugin",
"version": "0.11.5",
"version": "0.11.6",
"description": "Syndicate/JS TypeScript tsserver plugin",
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/main/packages/ts-plugin",
"license": "GPL-3.0+",
"publishConfig": {
"access": "public"
},
"repository": { "type": "git", "url": "https://git.syndicate-lang.org/syndicate-lang/syndicate-js" },
"repository": {
"type": "git",
"url": "https://git.syndicate-lang.org/syndicate-lang/syndicate-js"
},
"scripts": {
"prepare": "yarn compile",
"compile": "../../node_modules/.bin/tsc",
@ -19,8 +22,8 @@
"types": "lib/index.d.ts",
"author": "Tony Garnock-Jones <tonyg@leastfixedpoint.com>",
"dependencies": {
"@syndicate-lang/compiler": "^0.11.3",
"@syndicate-lang/core": "^0.11.4"
"@syndicate-lang/compiler": "^0.11.4",
"@syndicate-lang/core": "^0.11.5"
},
"devDependencies": {
"typescript": "^4.5"

View File

@ -1,13 +1,16 @@
{
"name": "@syndicate-lang/tsc",
"version": "0.11.5",
"version": "0.11.6",
"description": "Syndicate for TypeScript compiler command-line tool",
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/main/packages/tsc",
"license": "GPL-3.0+",
"publishConfig": {
"access": "public"
},
"repository": { "type": "git", "url": "https://git.syndicate-lang.org/syndicate-lang/syndicate-js" },
"repository": {
"type": "git",
"url": "https://git.syndicate-lang.org/syndicate-lang/syndicate-js"
},
"scripts": {
"prepare": "yarn compile",
"compile": "../../node_modules/.bin/tsc",
@ -17,8 +20,8 @@
},
"author": "Tony Garnock-Jones <tonyg@leastfixedpoint.com>",
"dependencies": {
"@syndicate-lang/compiler": "^0.11.3",
"@syndicate-lang/core": "^0.11.4",
"@syndicate-lang/compiler": "^0.11.4",
"@syndicate-lang/core": "^0.11.5",
"glob": "^7.1.6",
"yargs": "^16.2.0"
},

View File

@ -1,13 +1,16 @@
{
"name": "@syndicate-lang/ws-relay",
"version": "0.11.5",
"version": "0.11.6",
"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+",
"publishConfig": {
"access": "public"
},
"repository": { "type": "git", "url": "https://git.syndicate-lang.org/syndicate-lang/syndicate-js" },
"repository": {
"type": "git",
"url": "https://git.syndicate-lang.org/syndicate-lang/syndicate-js"
},
"scripts": {
"prepare": "yarn regenerate && yarn compile && yarn rollup",
"regenerate": "rm -rf ./src/gen && preserves-schema-ts --module EntityRef=@syndicate-lang/core --module transportAddress=@syndicate-lang/core:Schemas.transportAddress --module sturdy=@syndicate-lang/core:Schemas.sturdy --xref ../../node_modules/@syndicate-lang/core/protocols/schemas --output ./src/gen ./protocols/schemas",
@ -26,10 +29,10 @@
"dependencies": {
"@preserves/core": ">=0.20.2",
"@preserves/schema": ">=0.21.2",
"@syndicate-lang/core": "^0.11.4"
"@syndicate-lang/core": "^0.11.5"
},
"devDependencies": {
"@syndicate-lang/ts-plugin": "^0.11.5",
"@syndicate-lang/tsc": "^0.11.5"
"@syndicate-lang/ts-plugin": "^0.11.6",
"@syndicate-lang/tsc": "^0.11.6"
}
}