@aurox/distributed-observables
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -0,1 +1,2 @@ | ||
export * from './PhantomObservable'; | ||
export * from './patching'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
tslib_1.__exportStar(require("./PhantomObservable"), exports); | ||
tslib_1.__exportStar(require("./patching"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@aurox/distributed-observables", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A set of isomorphic helpers to enable distributed object sharing using the observer pattern", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -0,1 +1,2 @@ | ||
export * from './PhantomObservable'; | ||
export * from './patching'; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
114215
92
2040