Compare commits

...

2 Commits

Author SHA1 Message Date
92e4a18cc1 v0.0.2
All checks were successful
continuous-integration/drone/push Build is passing
2020-01-10 14:14:54 +01:00
1603efe7d2 Rename .travis-ci.yml to .travis.yml 2020-01-10 13:55:36 +01:00
29 changed files with 28 additions and 28 deletions

View File

@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.0.1"
"version": "0.0.2"
}

View File

@ -1,7 +1,7 @@
{
"name": "@rondo.dev/argparse",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/argparse",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"scripts": {
"test": "jest",

View File

@ -1,7 +1,7 @@
{
"name": "@rondo.dev/captcha",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/captcha",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"scripts": {
"test": "jest",

View File

@ -1,7 +1,7 @@
{
"name": "@rondo.dev/client",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/client",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"peerDependencies": {
"axios": "^0.19.0",

View File

@ -1,7 +1,7 @@
{
"name": "@rondo.dev/common",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/common",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"main": "lib/index.js",
"module": "esm/index.js",

View File

@ -31,5 +31,5 @@
"integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw="
}
},
"version": "0.0.1"
"version": "0.0.2"
}

View File

@ -1,7 +1,7 @@
{
"name": "@rondo.dev/config",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/config",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"scripts": {
"test": "jest",

View File

@ -1,5 +1,5 @@
{
"name": "@rondo.dev/db-typeorm",
"lockfileVersion": 1,
"version": "0.0.1"
"version": "0.0.2"
}

View File

@ -1,7 +1,7 @@
{
"name": "@rondo.dev/db-typeorm",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/db-typeorm",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"scripts": {
"test": "jest",

View File

@ -1,5 +1,5 @@
{
"name": "@rondo.dev/db",
"lockfileVersion": 1,
"version": "0.0.1"
"version": "0.0.2"
}

View File

@ -1,7 +1,7 @@
{
"name": "@rondo.dev/db",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/db",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"scripts": {
"test": "jest",

View File

@ -1,7 +1,7 @@
{
"name": "@rondo.dev/http-client",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/http-client",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"scripts": {
"test": "jest",

View File

@ -1,7 +1,7 @@
{
"name": "@rondo.dev/http-types",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/http-types",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"scripts": {
"test": "jest",

View File

@ -1,7 +1,7 @@
{
"name": "@rondo.dev/image-upload",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/image-upload",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"peerDependencies": {
"react": "^16.7.0",

View File

@ -1,7 +1,7 @@
{
"name": "@rondo.dev/jsonrpc",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/jsonrpc",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"scripts": {
"test": "jest",

View File

@ -1,7 +1,7 @@
{
"name": "@rondo.dev/logger",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/logger",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"scripts": {
"test": "jest",

View File

@ -1,5 +1,5 @@
{
"name": "@rondo.dev/middleware",
"lockfileVersion": 1,
"version": "0.0.1"
"version": "0.0.2"
}

View File

@ -1,7 +1,7 @@
{
"name": "@rondo.dev/middleware",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/middleware",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"scripts": {
"test": "jest",

View File

@ -1,7 +1,7 @@
{
"name": "@rondo.dev/react-captcha",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/react-captcha",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"scripts": {
"test": "jest",

View File

@ -1,7 +1,7 @@
{
"name": "@rondo.dev/react-test",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/react-test",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"scripts": {
"test": "jest",

View File

@ -1,7 +1,7 @@
{
"name": "@rondo.dev/redux",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/redux",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"scripts": {
"test": "jest",

View File

@ -1,7 +1,7 @@
{
"name": "@rondo.dev/rondo-cli",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/rondo-cli",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"scripts": {
"test": "jest",

View File

@ -9830,5 +9830,5 @@
"dev": true
}
},
"version": "0.0.1"
"version": "0.0.2"
}

View File

@ -1,7 +1,7 @@
{
"name": "@rondo.dev/server",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/server",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"scripts": {
"test": "jest",

View File

@ -1,7 +1,7 @@
{
"name": "@rondo.dev/tasq",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/tasq",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"scripts": {
"test": "jest",

View File

@ -1,7 +1,7 @@
{
"name": "@rondo.dev/test-utils",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/test-utils",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"scripts": {
"test": "jest",

View File

@ -1,5 +1,5 @@
{
"name": "@rondo.dev/validator",
"lockfileVersion": 1,
"version": "0.0.1"
"version": "0.0.2"
}

View File

@ -1,7 +1,7 @@
{
"name": "@rondo.dev/validator",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/validator",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"scripts": {
"test": "jest",