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": [
"packages/*" "packages/*"
], ],
"version": "0.0.1" "version": "0.0.2"
} }

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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