Skip to content

Commit 3caaaeb

Browse files
committed
v0.14.0
1 parent 39a5071 commit 3caaaeb

9 files changed

Lines changed: 19 additions & 19 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.4.0",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"packages": [
55
"packages/*"
66
],

packages/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncano/cli",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "CLI for Syncano",
55
"author": "Maciej Kucharz",
66
"license": "MIT",
@@ -39,13 +39,13 @@
3939
"url": "https://github.com/Syncano/syncano-node/issues"
4040
},
4141
"dependencies": {
42-
"@syncano/core": "0.13.0",
42+
"@syncano/core": "0.14.0",
4343
"@syncano/template-project-empty": "0.13.0",
4444
"@syncano/template-project-hello": "0.13.0",
4545
"@syncano/template-socket-es6": "0.13.0",
4646
"@syncano/template-socket-es6-validate": "0.12.1",
4747
"@syncano/template-socket-vanilla": "0.13.0",
48-
"@syncano/validate": "0.13.0",
48+
"@syncano/validate": "0.14.0",
4949
"analytics-node": "^3.1.1",
5050
"archiver": "^2.1.0",
5151
"axios": "^0.17.1",
@@ -85,7 +85,7 @@
8585
"yauzl": "^2.9.2"
8686
},
8787
"devDependencies": {
88-
"@syncano/test-tools": "0.13.0",
88+
"@syncano/test-tools": "0.14.0",
8989
"babel-cli": "^6.26.0",
9090
"babel-plugin-add-module-exports": "^0.2.1",
9191
"babel-plugin-dynamic-import-node": "^1.0.2",

packages/lib-js-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncano/client",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "Interact with your Syncano Sockets.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.js",

packages/lib-js-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncano/core",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "A library to intereact with the Syncano API on a server side.",
55
"main": "lib/index.js",
66
"author": "Syncano Inc.",

packages/lib-js-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@syncano/test",
33
"description": "Testing tools for Syncano Sockets",
44
"repository": "https://github.com/syncano/syncano-node/tree/master/packages/lib-js-test",
5-
"version": "0.13.0",
5+
"version": "0.14.0",
66
"license": "MIT",
77
"main": "lib/index.js",
88
"publishConfig": {
@@ -17,7 +17,7 @@
1717
"lint": "standard --fix --env mocha"
1818
},
1919
"dependencies": {
20-
"@syncano/validate": "0.13.0",
20+
"@syncano/validate": "0.14.0",
2121
"bluebird": "^3.5.1",
2222
"faker": "^4.1.0",
2323
"js-yaml": "^3.12.0",

packages/lib-js-validate/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@syncano/validate",
33
"description": "Validating Syncanao request/responses and more",
4-
"version": "0.13.0",
4+
"version": "0.14.0",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"publishConfig": {
88
"access": "public"
99
},
1010
"dependencies": {
11-
"@syncano/schema": "0.13.0",
11+
"@syncano/schema": "0.14.0",
1212
"ajv": "^6.2.0",
1313
"ajv-error-messages": "^1.0.0",
1414
"ajv-errors": "^1.0.0",

packages/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@syncano/schema",
33
"description": "Syncano JSON Schema Definitions",
4-
"version": "0.13.0",
4+
"version": "0.14.0",
55
"main": "lib/index.js",
66
"license": "MIT",
77
"publishConfig": {

packages/test-tools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@syncano/test-tools",
33
"description": "Testing tools for Syncano Sockets",
44
"repository": "https://github.com/syncano/syncano-node/tree/master/packages/test-tools",
5-
"version": "0.13.0",
5+
"version": "0.14.0",
66
"license": "MIT",
77
"main": "lib/index.js",
88
"publishConfig": {
@@ -17,7 +17,7 @@
1717
"lint": "standard --fix --env mocha"
1818
},
1919
"dependencies": {
20-
"@syncano/core": "0.13.0",
20+
"@syncano/core": "0.14.0",
2121
"faker": "^4.1.0",
2222
"fs-extra": "^5.0.0",
2323
"home-dir": "1.0.0",

packages/tests/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tests",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"private": true,
55
"description": "Syncano Tests",
66
"author": "Maciej Kucharz",
@@ -14,10 +14,10 @@
1414
},
1515
"engineStrict": true,
1616
"dependencies": {
17-
"@syncano/core": "0.13.0",
18-
"@syncano/schema": "0.13.0",
19-
"@syncano/test-tools": "0.13.0",
20-
"@syncano/validate": "0.13.0",
17+
"@syncano/core": "0.14.0",
18+
"@syncano/schema": "0.14.0",
19+
"@syncano/test-tools": "0.14.0",
20+
"@syncano/validate": "0.14.0",
2121
"ajv": "^6.2.0",
2222
"ajv-keywords": "^3.1.0",
2323
"babel-cli": "^6.26.0",

0 commit comments

Comments
 (0)