File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "lerna" : " 2.4.0" ,
3- "version" : " 0.13 .0" ,
3+ "version" : " 0.14 .0" ,
44 "packages" : [
55 " packages/*"
66 ],
Original file line number Diff line number Diff line change 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" ,
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" ,
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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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." ,
Original file line number Diff line number Diff line change 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" : {
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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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" : {
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" ,
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments