@friggframework/core
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -17,3 +17,2 @@ const md5 = require('md5'); | ||
constructor(params) { | ||
super(params); | ||
this.data = {}; | ||
@@ -20,0 +19,0 @@ |
@@ -9,4 +9,2 @@ const ModuleManager = require('../../managers/ModuleManager'); | ||
constructor(params) { | ||
super(params); | ||
this.module = getAndVerifyType(params, 'module', ModuleManager); | ||
@@ -13,0 +11,0 @@ this.integrations = getAndVerifyType( |
@@ -6,4 +6,2 @@ const IntegrationManager = require('../../managers/IntegrationManager'); | ||
constructor(params) { | ||
super(params); | ||
this.integrationManager = getAndVerifyType( | ||
@@ -10,0 +8,0 @@ params, |
@@ -33,3 +33,2 @@ const md5 = require('md5'); | ||
constructor(params) { | ||
super(params); | ||
this.data = {}; | ||
@@ -36,0 +35,0 @@ |
{ | ||
"name": "@friggframework/core", | ||
"prettier": "@friggframework/prettier-config", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"devDependencies": { | ||
@@ -6,0 +6,0 @@ "@friggframework/eslint-config": "^1.0.0", |
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
71940
1775