Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
f6985bd7b2 | |||
241e44e19d | |||
99561166e2 | |||
0e95774f30 |
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"npmci": {
|
"npmci": {
|
||||||
"npmGlobalTools": [
|
"npmGlobalTools": [
|
||||||
"@pushrocks/npmts",
|
"@gitzone/npmts",
|
||||||
"ts-node"
|
"ts-node"
|
||||||
],
|
],
|
||||||
"npmAccessLevel": "public"
|
"npmAccessLevel": "public"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartuniverse",
|
"name": "@pushrocks/smartuniverse",
|
||||||
"version": "1.0.11",
|
"version": "1.0.13",
|
||||||
"description": "messaging service for your micro services",
|
"description": "messaging service for your micro services",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
|
@ -7,6 +7,9 @@ import { Objectmap } from 'lik';
|
|||||||
import { Observable } from 'rxjs';
|
import { Observable } from 'rxjs';
|
||||||
import { rxjs } from 'smartrx';
|
import { rxjs } from 'smartrx';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* universe store handles the creation, storage and retrieval of messages.
|
||||||
|
*/
|
||||||
export class UniverseStore {
|
export class UniverseStore {
|
||||||
public standardMessageExpiry: number;
|
public standardMessageExpiry: number;
|
||||||
public destructionTime: number = 60000;
|
public destructionTime: number = 60000;
|
||||||
|
Reference in New Issue
Block a user