Merge pull request #1143 from xodio/chore-update-for-site

Add .npmignore and bump package versions for new feature on a website
This commit is contained in:
Kirill Shumilov
2018-03-28 20:33:43 +03:00
committed by GitHub
15 changed files with 47 additions and 38 deletions

View File

@@ -6,5 +6,5 @@
"packages": [
"packages/*"
],
"version": "0.19.2"
"version": "0.19.4"
}

View File

@@ -1,6 +1,6 @@
{
"name": "xod-arduino-deploy",
"version": "0.19.2",
"version": "0.19.4",
"description": "Utility to build and upload binaries on Arduino microcontrollers.",
"main": "dist/index.js",
"scripts": {
@@ -28,7 +28,7 @@
"serialport": "^4.0.7",
"tar": "^3.1.8",
"unbzip2-stream": "^1.2.5",
"xod-fs": "^0.19.2",
"xod-fs": "^0.19.4",
"xod-func-tools": "^0.19.2"
},
"devDependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "xod-arduino",
"version": "0.19.2",
"version": "0.19.4",
"description": "XOD project: Arduino transpiler",
"scripts": {
"build": "babel src/ -d dist/ --source-maps",
@@ -21,12 +21,12 @@
"ramda-fantasy": "^0.8.0",
"sanctuary-def": "^0.14.0",
"xod-func-tools": "^0.19.2",
"xod-project": "^0.19.2"
"xod-project": "^0.19.4"
},
"devDependencies": {
"babel-plugin-inline-import": "^2.0.4",
"chai": "^4.1.2",
"dirty-chai": "^1.2.2",
"xod-fs": "^0.19.2"
"xod-fs": "^0.19.4"
}
}

View File

View File

@@ -1,6 +1,6 @@
{
"name": "xod-cli",
"version": "0.19.2",
"version": "0.19.4",
"description": "XOD project: Command Line Interface",
"scripts": {
"build:workspace": "cpx \"../../workspace/__lib__/**\" \"./__lib__\"",
@@ -27,11 +27,11 @@
"sanctuary-def": "^0.14.0",
"source-map-support": "^0.4.15",
"swagger-client": "^3.4.3",
"xod-arduino": "^0.19.2",
"xod-fs": "^0.19.2",
"xod-arduino": "^0.19.4",
"xod-fs": "^0.19.4",
"xod-func-tools": "^0.19.2",
"xod-pm": "^0.19.2",
"xod-project": "^0.19.2"
"xod-pm": "^0.19.4",
"xod-project": "^0.19.4"
},
"devDependencies": {
"chai": "^4.1.2",

View File

@@ -1,6 +1,6 @@
{
"name": "xod-client-browser",
"version": "0.19.2",
"version": "0.19.4",
"description": "XOD project: Client browser application",
"scripts": {
"build:tutorial-project": "node ./tools/loadTutorialProject.js",
@@ -23,17 +23,17 @@
"redux": "^3.0.5",
"redux-thunk": "^2.1.0",
"url-parse": "^1.2.0",
"xod-arduino": "^0.19.2",
"xod-client": "^0.19.2",
"xod-arduino": "^0.19.4",
"xod-client": "^0.19.4",
"xod-func-tools": "^0.19.2",
"xod-project": "^0.19.2"
"xod-project": "^0.19.4"
},
"devDependencies": {
"chai": "^4.1.2",
"node-static": "^0.7.10",
"puppeteer": "^1.0.0-rc",
"why-did-you-update": "^0.1.0",
"xod-fs": "^0.19.2"
"xod-fs": "^0.19.4"
},
"author": "XOD Team <dev@xod.io>",
"license": "AGPL-3.0"

View File

@@ -5,7 +5,7 @@
"license": "AGPL-3.0",
"main": "src-babel/app/main.js",
"name": "xod-client-electron",
"version": "0.19.2",
"version": "0.19.4",
"scripts": {
"build:workspace": "cpx \"../../workspace/**/*\" \"src-babel/workspace\"",
"build:gui": "webpack --colors",
@@ -41,13 +41,13 @@
"redux": "^3.0.5",
"redux-thunk": "^2.1.0",
"serialport": "^4.0.7",
"xod-arduino": "^0.19.2",
"xod-arduino-deploy": "^0.19.2",
"xod-client": "^0.19.2",
"xod-deploy": "^0.19.2",
"xod-fs": "^0.19.2",
"xod-arduino": "^0.19.4",
"xod-arduino-deploy": "^0.19.4",
"xod-client": "^0.19.4",
"xod-deploy": "^0.19.4",
"xod-fs": "^0.19.4",
"xod-func-tools": "^0.19.2",
"xod-project": "^0.19.2"
"xod-project": "^0.19.4"
},
"devDependencies": {
"babel-cli": "^6.16.0",

View File

@@ -0,0 +1,6 @@
node_modules/*
!src/node_modules/
doc/_build/
.idea/
xod.iml
.tmp/

View File

@@ -1,6 +1,6 @@
{
"name": "xod-client",
"version": "0.19.2",
"version": "0.19.4",
"description": "XOD project: Client application",
"scripts": {
"build": "babel src/ -d dist/ --source-maps",
@@ -58,11 +58,11 @@
"url-parse": "^1.1.9",
"url-search-params-polyfill": "^2.0.1",
"vec-la-fp": "^1.5.2",
"xod-arduino": "^0.19.2",
"xod-arduino": "^0.19.4",
"xod-func-tools": "^0.19.2",
"xod-patch-search": "^0.19.2",
"xod-pm": "^0.19.2",
"xod-project": "^0.19.2"
"xod-patch-search": "^0.19.4",
"xod-pm": "^0.19.4",
"xod-project": "^0.19.4"
},
"devDependencies": {
"@storybook/addon-actions": "^3.2.17",

View File

@@ -1,6 +1,6 @@
{
"name": "xod-deploy",
"version": "0.19.2",
"version": "0.19.4",
"description": "",
"main": "dist/index.js",
"scripts": {
@@ -29,7 +29,7 @@
"tar": "^4.0.1",
"unbzip2-stream": "^1.2.5",
"ws": "^3.1.0",
"xod-fs": "^0.19.2",
"xod-fs": "^0.19.4",
"xod-func-tools": "^0.19.2"
},
"devDependencies": {

View File

@@ -0,0 +1,3 @@
node_modules/
npm-debug.log
fs-temp/

View File

@@ -1,6 +1,6 @@
{
"name": "xod-fs",
"version": "0.19.2",
"version": "0.19.4",
"description": "",
"main": "dist/index.js",
"scripts": {
@@ -19,7 +19,7 @@
"recursive-readdir": "^2.1.0",
"sanctuary-def": "^0.14.0",
"xod-func-tools": "^0.19.2",
"xod-project": "^0.19.2"
"xod-project": "^0.19.4"
},
"devDependencies": {
"chai": "^4.1.2",

View File

@@ -1,6 +1,6 @@
{
"name": "xod-patch-search",
"version": "0.19.2",
"version": "0.19.4",
"description": "",
"main": "dist/index.js",
"scripts": {
@@ -23,10 +23,10 @@
"ramda": "^0.24.1",
"ramda-fantasy": "^0.8.0",
"xod-func-tools": "^0.19.2",
"xod-project": "^0.19.2"
"xod-project": "^0.19.4"
},
"devDependencies": {
"chai": "^4.1.2",
"xod-fs": "^0.19.2"
"xod-fs": "^0.19.4"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "xod-pm",
"version": "0.19.2",
"version": "0.19.4",
"description": "",
"main": "dist/index.js",
"scripts": {
@@ -24,7 +24,7 @@
"ramda-fantasy": "^0.8.0",
"swagger-client": "^3.4.3",
"xod-func-tools": "^0.19.2",
"xod-project": "^0.19.2"
"xod-project": "^0.19.4"
},
"devDependencies": {
"chai": "^4.1.2"

View File

@@ -1,6 +1,6 @@
{
"name": "xod-project",
"version": "0.19.2",
"version": "0.19.4",
"description": "API functions to work on XOD project state",
"keywords": [],
"license": "AGPL-3.0",