Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
onechiporenko committed Jan 22, 2018
1 parent a21f2a2 commit d11e749
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
3 changes: 2 additions & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import {Factory, Lair} from 'lair-db/dist';
import Route from './route';
import Server from './server';

export {Server, Route};
export {Factory, Lair, Route, Server};
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swarm-host",
"version": "1.0.3",
"version": "1.0.4",
"description": "fake-server",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"colors": "^1.1.2",
"express": "^4.16.2",
"faker": "^4.1.0",
"lair-db": "^1.5.2",
"lair-db": "^1.5.3",
"methods": "^1.1.2",
"winston": "^2.4.0",
"yargs": "^10.1.1"
Expand Down
2 changes: 2 additions & 0 deletions tests/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ describe('#Server integration', () => {
id: 3,
meta: {
name: {
allowedValues: [],
defaultValue: 'test',
type: 1,
value: 'test',
Expand All @@ -235,6 +236,7 @@ describe('#Server integration', () => {
id: 4,
meta: {
name: {
allowedValues: [],
defaultValue: 'test',
type: 1,
value: 'test',
Expand Down

0 comments on commit d11e749

Please sign in to comment.