Skip to content

Commit

Permalink
v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucharz committed Oct 27, 2018
1 parent 39a5071 commit 3caaaeb
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.4.0",
"version": "0.13.0",
"version": "0.14.0",
"packages": [
"packages/*"
],
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncano/cli",
"version": "0.13.0",
"version": "0.14.0",
"description": "CLI for Syncano",
"author": "Maciej Kucharz",
"license": "MIT",
Expand Down Expand Up @@ -39,13 +39,13 @@
"url": "https://github.com/Syncano/syncano-node/issues"
},
"dependencies": {
"@syncano/core": "0.13.0",
"@syncano/core": "0.14.0",
"@syncano/template-project-empty": "0.13.0",
"@syncano/template-project-hello": "0.13.0",
"@syncano/template-socket-es6": "0.13.0",
"@syncano/template-socket-es6-validate": "0.12.1",
"@syncano/template-socket-vanilla": "0.13.0",
"@syncano/validate": "0.13.0",
"@syncano/validate": "0.14.0",
"analytics-node": "^3.1.1",
"archiver": "^2.1.0",
"axios": "^0.17.1",
Expand Down Expand Up @@ -85,7 +85,7 @@
"yauzl": "^2.9.2"
},
"devDependencies": {
"@syncano/test-tools": "0.13.0",
"@syncano/test-tools": "0.14.0",
"babel-cli": "^6.26.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-dynamic-import-node": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-js-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncano/client",
"version": "0.13.0",
"version": "0.14.0",
"description": "Interact with your Syncano Sockets.",
"main": "lib/index.js",
"types": "lib/index.d.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-js-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncano/core",
"version": "0.13.0",
"version": "0.14.0",
"description": "A library to intereact with the Syncano API on a server side.",
"main": "lib/index.js",
"author": "Syncano Inc.",
Expand Down
4 changes: 2 additions & 2 deletions packages/lib-js-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@syncano/test",
"description": "Testing tools for Syncano Sockets",
"repository": "https://github.com/syncano/syncano-node/tree/master/packages/lib-js-test",
"version": "0.13.0",
"version": "0.14.0",
"license": "MIT",
"main": "lib/index.js",
"publishConfig": {
Expand All @@ -17,7 +17,7 @@
"lint": "standard --fix --env mocha"
},
"dependencies": {
"@syncano/validate": "0.13.0",
"@syncano/validate": "0.14.0",
"bluebird": "^3.5.1",
"faker": "^4.1.0",
"js-yaml": "^3.12.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/lib-js-validate/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@syncano/validate",
"description": "Validating Syncanao request/responses and more",
"version": "0.13.0",
"version": "0.14.0",
"license": "MIT",
"main": "lib/index.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@syncano/schema": "0.13.0",
"@syncano/schema": "0.14.0",
"ajv": "^6.2.0",
"ajv-error-messages": "^1.0.0",
"ajv-errors": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@syncano/schema",
"description": "Syncano JSON Schema Definitions",
"version": "0.13.0",
"version": "0.14.0",
"main": "lib/index.js",
"license": "MIT",
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/test-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@syncano/test-tools",
"description": "Testing tools for Syncano Sockets",
"repository": "https://github.com/syncano/syncano-node/tree/master/packages/test-tools",
"version": "0.13.0",
"version": "0.14.0",
"license": "MIT",
"main": "lib/index.js",
"publishConfig": {
Expand All @@ -17,7 +17,7 @@
"lint": "standard --fix --env mocha"
},
"dependencies": {
"@syncano/core": "0.13.0",
"@syncano/core": "0.14.0",
"faker": "^4.1.0",
"fs-extra": "^5.0.0",
"home-dir": "1.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tests",
"version": "0.13.0",
"version": "0.14.0",
"private": true,
"description": "Syncano Tests",
"author": "Maciej Kucharz",
Expand All @@ -14,10 +14,10 @@
},
"engineStrict": true,
"dependencies": {
"@syncano/core": "0.13.0",
"@syncano/schema": "0.13.0",
"@syncano/test-tools": "0.13.0",
"@syncano/validate": "0.13.0",
"@syncano/core": "0.14.0",
"@syncano/schema": "0.14.0",
"@syncano/test-tools": "0.14.0",
"@syncano/validate": "0.14.0",
"ajv": "^6.2.0",
"ajv-keywords": "^3.1.0",
"babel-cli": "^6.26.0",
Expand Down

0 comments on commit 3caaaeb

Please sign in to comment.