Compare commits

..

2 Commits

Author SHA1 Message Date
f2b02a2f68 2.0.7 2020-05-27 17:05:18 +00:00
aa8e2a9ae4 fix(core): update 2020-05-27 17:05:18 +00:00
3 changed files with 3 additions and 5 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartrx",
"version": "2.0.6",
"version": "2.0.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartrx",
"version": "2.0.6",
"version": "2.0.7",
"private": false,
"description": "smart wrapper for rxjs",
"main": "dist_ts/index.js",
@ -23,7 +23,6 @@
},
"dependencies": {
"@pushrocks/lik": "^4.0.6",
"@pushrocks/smartevent": "^2.0.5",
"@pushrocks/smartpromise": "^3.0.6",
"rxjs": "^6.5.5"
},

View File

@ -1,6 +1,5 @@
import * as lik from '@pushrocks/lik';
import * as rxjs from 'rxjs';
import * as smartevent from '@pushrocks/smartevent';
import * as smartpromise from '@pushrocks/smartpromise';
export { lik, rxjs, smartevent, smartpromise };
export { lik, rxjs, smartpromise };