1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Bump to beta.1 version

This commit is contained in:
Nick O'Leary 2018-12-07 11:40:33 +00:00
parent fd20cd524e
commit 2979acd5b8
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
8 changed files with 68 additions and 40 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "node-red", "name": "node-red",
"version": "0.20.0-alpha.0", "version": "0.20.0-beta.1",
"description": "A visual tool for wiring the Internet of Things", "description": "A visual tool for wiring the Internet of Things",
"homepage": "http://nodered.org", "homepage": "http://nodered.org",
"license": "Apache-2.0", "license": "Apache-2.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@node-red/editor-api", "name": "@node-red/editor-api",
"version": "0.20.0-alpha.0", "version": "0.20.0-beta.1",
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "./lib/index.js", "main": "./lib/index.js",
"repository": { "repository": {
@ -8,12 +8,16 @@
"url": "https://github.com/node-red/node-red.git" "url": "https://github.com/node-red/node-red.git"
}, },
"contributors": [ "contributors": [
{ "name": "Nick O'Leary" }, {
{ "name": "Dave Conway-Jones"} "name": "Nick O'Leary"
},
{
"name": "Dave Conway-Jones"
}
], ],
"dependencies": { "dependencies": {
"@node-red/util": "*", "@node-red/util": "0.20.0-beta.1",
"@node-red/editor-client": "*", "@node-red/editor-client": "0.20.0-beta.1",
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"body-parser": "1.18.3", "body-parser": "1.18.3",
"clone": "2.1.2", "clone": "2.1.2",

View File

@ -1,14 +1,18 @@
{ {
"name": "@node-red/editor-client", "name": "@node-red/editor-client",
"version": "0.20.0-alpha.0", "version": "0.20.0-beta.1",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/node-red/node-red.git" "url": "https://github.com/node-red/node-red.git"
}, },
"contributors": [ "contributors": [
{ "name": "Nick O'Leary" }, {
{ "name": "Dave Conway-Jones"} "name": "Nick O'Leary"
], },
"main": "./lib/index.js" {
"name": "Dave Conway-Jones"
}
],
"main": "./lib/index.js"
} }

View File

@ -1,14 +1,18 @@
{ {
"name": "@node-red/nodes", "name": "@node-red/nodes",
"version": "0.20.0-alpha.0", "version": "0.20.0-beta.1",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/node-red/node-red.git" "url": "https://github.com/node-red/node-red.git"
}, },
"contributors": [ "contributors": [
{ "name": "Nick O'Leary" }, {
{ "name": "Dave Conway-Jones"} "name": "Nick O'Leary"
},
{
"name": "Dave Conway-Jones"
}
], ],
"dependencies": { "dependencies": {
"ajv": "6.5.4", "ajv": "6.5.4",

View File

@ -1,6 +1,6 @@
{ {
"name": "@node-red/registry", "name": "@node-red/registry",
"version": "0.20.0-alpha.0", "version": "0.20.0-beta.1",
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "./lib/index.js", "main": "./lib/index.js",
"repository": { "repository": {
@ -8,11 +8,15 @@
"url": "https://github.com/node-red/node-red.git" "url": "https://github.com/node-red/node-red.git"
}, },
"contributors": [ "contributors": [
{ "name": "Nick O'Leary" }, {
{ "name": "Dave Conway-Jones"} "name": "Nick O'Leary"
},
{
"name": "Dave Conway-Jones"
}
], ],
"dependencies": { "dependencies": {
"@node-red/util": "*", "@node-red/util": "0.20.0-beta.1",
"semver": "5.6.0", "semver": "5.6.0",
"uglify-js": "3.4.9", "uglify-js": "3.4.9",
"when": "3.7.8" "when": "3.7.8"

View File

@ -1,6 +1,6 @@
{ {
"name": "@node-red/runtime", "name": "@node-red/runtime",
"version": "0.20.0-alpha.0", "version": "0.20.0-beta.1",
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "./lib/index.js", "main": "./lib/index.js",
"repository": { "repository": {
@ -8,12 +8,16 @@
"url": "https://github.com/node-red/node-red.git" "url": "https://github.com/node-red/node-red.git"
}, },
"contributors": [ "contributors": [
{ "name": "Nick O'Leary" }, {
{ "name": "Dave Conway-Jones"} "name": "Nick O'Leary"
},
{
"name": "Dave Conway-Jones"
}
], ],
"dependencies": { "dependencies": {
"@node-red/registry": "*", "@node-red/registry": "0.20.0-beta.1",
"@node-red/util": "*", "@node-red/util": "0.20.0-beta.1",
"clone": "2.1.2", "clone": "2.1.2",
"express": "4.16.4", "express": "4.16.4",
"fs-extra": "5.0.0", "fs-extra": "5.0.0",

View File

@ -1,14 +1,18 @@
{ {
"name": "@node-red/util", "name": "@node-red/util",
"version": "0.20.0-alpha.0", "version": "0.20.0-beta.1",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/node-red/node-red.git" "url": "https://github.com/node-red/node-red.git"
}, },
"contributors": [ "contributors": [
{ "name": "Nick O'Leary" }, {
{ "name": "Dave Conway-Jones"} "name": "Nick O'Leary"
},
{
"name": "Dave Conway-Jones"
}
], ],
"dependencies": { "dependencies": {
"clone": "2.1.2", "clone": "2.1.2",

View File

@ -1,6 +1,6 @@
{ {
"name": "node-red", "name": "node-red",
"version": "0.20.0-alpha.0", "version": "0.20.0-beta.1",
"description": "A visual tool for wiring the Internet of Things", "description": "A visual tool for wiring the Internet of Things",
"homepage": "http://nodered.org", "homepage": "http://nodered.org",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -17,8 +17,12 @@
"node-red-pi": "bin/node-red-pi" "node-red-pi": "bin/node-red-pi"
}, },
"contributors": [ "contributors": [
{ "name": "Nick O'Leary" }, {
{ "name": "Dave Conway-Jones"} "name": "Nick O'Leary"
},
{
"name": "Dave Conway-Jones"
}
], ],
"keywords": [ "keywords": [
"editor", "editor",
@ -27,10 +31,10 @@
"flow" "flow"
], ],
"dependencies": { "dependencies": {
"@node-red/editor-api": "0.20.0-alpha.0", "@node-red/editor-api": "0.20.0-beta.1",
"@node-red/runtime": "0.20.0-alpha.0", "@node-red/runtime": "0.20.0-beta.1",
"@node-red/util": "0.20.0-alpha.0", "@node-red/util": "0.20.0-beta.1",
"@node-red/nodes": "0.20.0-alpha.0", "@node-red/nodes": "0.20.0-beta.1",
"basic-auth": "2.0.1", "basic-auth": "2.0.1",
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"express": "4.16.4", "express": "4.16.4",