mirror of
https://github.com/xodio/xod.git
synced 2026-03-22 08:36:53 +01:00
chore(infra): release 0.35.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "arduino-cli",
|
||||
"version": "0.32.0",
|
||||
"version": "0.35.0",
|
||||
"description": "JS-wrapper over arduino-cli",
|
||||
"main": "dist/index.js",
|
||||
"files": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xod-arduino",
|
||||
"version": "0.34.0",
|
||||
"version": "0.35.0",
|
||||
"description": "XOD project: Arduino transpiler",
|
||||
"scripts": {
|
||||
"build:nearley": "nearleyc src/implementationGrammar.ne -o src/implementationGrammar.ne.js",
|
||||
@@ -31,14 +31,14 @@
|
||||
"ramda-fantasy": "^0.8.0",
|
||||
"sanctuary-def": "^0.14.0",
|
||||
"xod-func-tools": "^0.34.0",
|
||||
"xod-project": "^0.34.0"
|
||||
"xod-project": "^0.35.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-plugin-inline-import": "^2.0.4",
|
||||
"bs-platform": "7.1.1",
|
||||
"chai": "^4.1.2",
|
||||
"onchange": "^5.2.0",
|
||||
"xod-fs": "^0.34.0"
|
||||
"xod-fs": "^0.35.0"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xod-cli",
|
||||
"version": "0.34.0",
|
||||
"version": "0.35.0",
|
||||
"description": "XOD project: Command Line Interface",
|
||||
"author": "XOD Team <dev@xod.io>",
|
||||
"bin": {
|
||||
@@ -24,12 +24,12 @@
|
||||
"node-fetch": "^2.3.0",
|
||||
"ramda": "^0.24.1",
|
||||
"source-map-support": "^0.5.9",
|
||||
"xod-arduino": "^0.34.0",
|
||||
"xod-deploy-bin": "^0.34.0",
|
||||
"xod-fs": "^0.34.0",
|
||||
"xod-arduino": "^0.35.0",
|
||||
"xod-deploy-bin": "^0.35.0",
|
||||
"xod-fs": "^0.35.0",
|
||||
"xod-func-tools": "^0.34.0",
|
||||
"xod-project": "^0.34.0",
|
||||
"xod-tabtest": "^0.34.0"
|
||||
"xod-project": "^0.35.0",
|
||||
"xod-tabtest": "^0.35.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@oclif/dev-cli": "^1.19.4",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xod-client-browser",
|
||||
"version": "0.34.0",
|
||||
"version": "0.35.0",
|
||||
"description": "XOD project: Client browser application",
|
||||
"scripts": {
|
||||
"build:tutorial-project": "node ./tools/loadTutorialProject.js",
|
||||
@@ -24,16 +24,16 @@
|
||||
"redux": "^3.0.5",
|
||||
"redux-thunk": "^2.1.0",
|
||||
"url-parse": "^1.2.0",
|
||||
"xod-arduino": "^0.34.0",
|
||||
"xod-client": "^0.34.0",
|
||||
"xod-arduino": "^0.35.0",
|
||||
"xod-client": "^0.35.0",
|
||||
"xod-func-tools": "^0.34.0",
|
||||
"xod-project": "^0.34.0"
|
||||
"xod-project": "^0.35.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^4.1.2",
|
||||
"node-static": "^0.7.10",
|
||||
"why-did-you-update": "^0.1.0",
|
||||
"xod-fs": "^0.34.0"
|
||||
"xod-fs": "^0.35.0"
|
||||
},
|
||||
"author": "XOD Team <dev@xod.io>",
|
||||
"license": "AGPL-3.0"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"license": "AGPL-3.0",
|
||||
"main": "src-babel/app/main.js",
|
||||
"name": "xod-client-electron",
|
||||
"version": "0.34.0",
|
||||
"version": "0.35.0",
|
||||
"scripts": {
|
||||
"build:workspace": "cpx \"../../workspace/**/*\" \"src-babel/workspace\"",
|
||||
"build:gui": "webpack --colors",
|
||||
@@ -44,13 +44,13 @@
|
||||
"redux": "^3.0.5",
|
||||
"redux-thunk": "^2.1.0",
|
||||
"serialport": "^7.0.2",
|
||||
"xod-arduino": "^0.34.0",
|
||||
"xod-client": "^0.34.0",
|
||||
"xod-deploy": "^0.34.0",
|
||||
"xod-deploy-bin": "^0.34.0",
|
||||
"xod-fs": "^0.34.0",
|
||||
"xod-arduino": "^0.35.0",
|
||||
"xod-client": "^0.35.0",
|
||||
"xod-deploy": "^0.35.0",
|
||||
"xod-deploy-bin": "^0.35.0",
|
||||
"xod-fs": "^0.35.0",
|
||||
"xod-func-tools": "^0.34.0",
|
||||
"xod-project": "^0.34.0",
|
||||
"xod-project": "^0.35.0",
|
||||
"xod-tethering-inet": "^0.34.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xod-client",
|
||||
"version": "0.34.0",
|
||||
"version": "0.35.0",
|
||||
"description": "XOD project: Client application",
|
||||
"scripts": {
|
||||
"build": "babel src/ -d dist/ --source-maps",
|
||||
@@ -64,13 +64,13 @@
|
||||
"url-search-params-polyfill": "^2.0.1",
|
||||
"vec-la-fp": "^1.5.2",
|
||||
"wait-for-element": "^1.0.2",
|
||||
"xod-arduino": "^0.34.0",
|
||||
"xod-cloud-compile": "^0.34.0",
|
||||
"xod-arduino": "^0.35.0",
|
||||
"xod-cloud-compile": "^0.35.0",
|
||||
"xod-func-tools": "^0.34.0",
|
||||
"xod-patch-search": "^0.34.0",
|
||||
"xod-pm": "^0.34.0",
|
||||
"xod-project": "^0.34.0",
|
||||
"xod-tabtest": "^0.34.0"
|
||||
"xod-patch-search": "^0.35.0",
|
||||
"xod-pm": "^0.35.0",
|
||||
"xod-project": "^0.35.0",
|
||||
"xod-tabtest": "^0.35.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@storybook/addon-actions": "^3.2.17",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xod-cloud-compile",
|
||||
"version": "0.34.0",
|
||||
"version": "0.35.0",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
@@ -21,12 +21,12 @@
|
||||
"ramda": "^0.24.1",
|
||||
"string-to-arraybuffer": "^1.0.2",
|
||||
"xod-func-tools": "^0.34.0",
|
||||
"xod-tabtest": "^0.34.0"
|
||||
"xod-tabtest": "^0.35.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-plugin-inline-import": "^2.0.4",
|
||||
"chai": "^4.1.2",
|
||||
"xod-fs": "^0.34.0"
|
||||
"xod-fs": "^0.35.0"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xod-deploy-bin",
|
||||
"version": "0.34.0",
|
||||
"version": "0.35.0",
|
||||
"description": "XOD wrapper over arduino-cli wrapper",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
@@ -15,7 +15,7 @@
|
||||
"author": "XOD Team <dev@xod.io>",
|
||||
"license": "AGPL-3.0",
|
||||
"dependencies": {
|
||||
"arduino-cli": "^0.32.0",
|
||||
"arduino-cli": "^0.35.0",
|
||||
"cpx": "^1.5.0",
|
||||
"fs-extra": "^7.0.1",
|
||||
"ramda": "0.24.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xod-deploy",
|
||||
"version": "0.34.0",
|
||||
"version": "0.35.0",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
@@ -32,7 +32,7 @@
|
||||
"tar": "^4.0.1",
|
||||
"unbzip2-stream": "^1.2.5",
|
||||
"ws": "^3.1.0",
|
||||
"xod-fs": "^0.34.0",
|
||||
"xod-fs": "^0.35.0",
|
||||
"xod-func-tools": "^0.34.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xod-fs",
|
||||
"version": "0.34.0",
|
||||
"version": "0.35.0",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
@@ -20,7 +20,7 @@
|
||||
"recursive-readdir": "^2.1.0",
|
||||
"sanctuary-def": "^0.14.0",
|
||||
"xod-func-tools": "^0.34.0",
|
||||
"xod-project": "^0.34.0"
|
||||
"xod-project": "^0.35.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^4.1.2",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xod-patch-search",
|
||||
"version": "0.34.0",
|
||||
"version": "0.35.0",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
@@ -24,10 +24,10 @@
|
||||
"ramda": "^0.24.1",
|
||||
"ramda-fantasy": "^0.8.0",
|
||||
"xod-func-tools": "^0.34.0",
|
||||
"xod-project": "^0.34.0"
|
||||
"xod-project": "^0.35.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^4.1.2",
|
||||
"xod-fs": "^0.34.0"
|
||||
"xod-fs": "^0.35.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xod-pm",
|
||||
"version": "0.34.0",
|
||||
"version": "0.35.0",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
@@ -25,7 +25,7 @@
|
||||
"ramda-fantasy": "^0.8.0",
|
||||
"swagger-client": "^3.4.3",
|
||||
"xod-func-tools": "^0.34.0",
|
||||
"xod-project": "^0.34.0"
|
||||
"xod-project": "^0.35.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^4.1.2"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xod-project",
|
||||
"version": "0.34.0",
|
||||
"version": "0.35.0",
|
||||
"description": "API functions to work on XOD project state",
|
||||
"keywords": [],
|
||||
"license": "AGPL-3.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xod-tabtest",
|
||||
"version": "0.34.0",
|
||||
"version": "0.35.0",
|
||||
"scripts": {
|
||||
"refmt": "find src/ test/ -name '*.re*' -exec refmt --in-place {} +",
|
||||
"build:lib": "node ./tools/loadTabtestLibPatches.js",
|
||||
@@ -18,15 +18,15 @@
|
||||
"main": "src/Tabtest_Js.bs.js",
|
||||
"dependencies": {
|
||||
"belt-holes": "^0.34.0",
|
||||
"xod-arduino": "^0.34.0",
|
||||
"xod-arduino": "^0.35.0",
|
||||
"xod-func-tools": "^0.34.0",
|
||||
"xod-project": "^0.34.0"
|
||||
"xod-project": "^0.35.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@glennsl/bs-jest": "^0.4.9",
|
||||
"bs-platform": "7.1.1",
|
||||
"ramda": "^0.24.1",
|
||||
"xod-fs": "^0.34.0"
|
||||
"xod-fs": "^0.35.0"
|
||||
},
|
||||
"jest": {
|
||||
"testMatch": [
|
||||
|
||||
Reference in New Issue
Block a user