Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
66ee8ba0df | |||
f9d8175c8c |
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartrx",
|
"name": "@pushrocks/smartrx",
|
||||||
"version": "2.0.11",
|
"version": "2.0.12",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartrx",
|
"name": "@pushrocks/smartrx",
|
||||||
"version": "2.0.11",
|
"version": "2.0.12",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "smart wrapper for rxjs",
|
"description": "smart wrapper for rxjs",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
7
ts/smartrx.plugins.rxjs.ts
Normal file
7
ts/smartrx.plugins.rxjs.ts
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
// this file is intended to keep the bundle size down
|
||||||
|
|
||||||
|
export {
|
||||||
|
Observable,
|
||||||
|
Subject,
|
||||||
|
fromEvent
|
||||||
|
} from 'rxjs';
|
@ -1,5 +1,5 @@
|
|||||||
import * as lik from '@pushrocks/lik';
|
import * as lik from '@pushrocks/lik';
|
||||||
import * as rxjs from 'rxjs';
|
import * as rxjs from './smartrx.plugins.rxjs';
|
||||||
import * as smartpromise from '@pushrocks/smartpromise';
|
import * as smartpromise from '@pushrocks/smartpromise';
|
||||||
|
|
||||||
export { lik, rxjs, smartpromise };
|
export { lik, rxjs, smartpromise };
|
||||||
|
Reference in New Issue
Block a user