@fabalous/runtime-node
Advanced tools
Comparing version 0.0.1 to 0.0.2
"use strict"; | ||
var tslib_1 = require("tslib"); | ||
var FabaEvent_1 = require("@fabalous/core/FabaEvent"); | ||
var FabaAddNodeMediatorEvent = (function (_super) { | ||
__extends(FabaAddNodeMediatorEvent, _super); | ||
tslib_1.__extends(FabaAddNodeMediatorEvent, _super); | ||
function FabaAddNodeMediatorEvent(mediator) { | ||
@@ -6,0 +7,0 @@ var _this = _super.call(this, "FabaAddNodeMediatorEvent") || this; |
"use strict"; | ||
var tslib_1 = require("tslib"); | ||
var FabaCoreCommand_1 = require("@fabalous/core/FabaCoreCommand"); | ||
@@ -7,3 +8,3 @@ /** | ||
var FabaNodeCommand = (function (_super) { | ||
__extends(FabaNodeCommand, _super); | ||
tslib_1.__extends(FabaNodeCommand, _super); | ||
function FabaNodeCommand() { | ||
@@ -10,0 +11,0 @@ return _super.apply(this, arguments) || this; |
"use strict"; | ||
var tslib_1 = require("tslib"); | ||
var FabaCoreMediator_1 = require("@fabalous/core/FabaCoreMediator"); | ||
var FabaNodeMediator = (function (_super) { | ||
__extends(FabaNodeMediator, _super); | ||
tslib_1.__extends(FabaNodeMediator, _super); | ||
function FabaNodeMediator() { | ||
@@ -6,0 +7,0 @@ return _super.apply(this, arguments) || this; |
"use strict"; | ||
var tslib_1 = require("tslib"); | ||
var FabaCore_1 = require("@fabalous/core/FabaCore"); | ||
var FabaEvent_1 = require("@fabalous/core/FabaEvent"); | ||
var FabaNodeRuntime = (function (_super) { | ||
__extends(FabaNodeRuntime, _super); | ||
tslib_1.__extends(FabaNodeRuntime, _super); | ||
function FabaNodeRuntime(data) { | ||
@@ -7,0 +8,0 @@ var _this = _super.call(this, data) || this; |
{ | ||
"name": "@fabalous/runtime-node", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Fabalous Node runtime", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -12,3 +12,5 @@ { | ||
"outDir": "./lib/", | ||
"sourceRoot": "./" | ||
"sourceRoot": "./", | ||
"declaration": true, | ||
"importHelpers": true | ||
}, | ||
@@ -15,0 +17,0 @@ "exclude": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
157073
23
3369