Compare commits

..

2 Commits

Author SHA1 Message Date
99561166e2 1.0.12 2018-04-29 16:38:28 +02:00
0e95774f30 update ci 2018-04-29 16:38:23 +02:00
3 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"npmci": {
"npmGlobalTools": [
"@pushrocks/npmts",
"@shipzone/npmts",
"ts-node"
],
"npmAccessLevel": "public"

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartuniverse",
"version": "1.0.11",
"version": "1.0.12",
"description": "messaging service for your micro services",
"main": "dist/index.js",
"typings": "dist/index.d.ts",

View File

@ -7,6 +7,9 @@ import { Objectmap } from 'lik';
import { Observable } from 'rxjs';
import { rxjs } from 'smartrx';
/**
* universe store handles the creation, storage and retrieval of messages.
*/
export class UniverseStore {
public standardMessageExpiry: number;
public destructionTime: number = 60000;