@ne1410s/codl
Advanced tools
Comparing version 0.0.23 to 0.0.24
@@ -20,5 +20,7 @@ 'use strict'; | ||
*/ | ||
Interception.init = function (fn) { return function (c) { | ||
return Interception.expose(c, fn); | ||
}; }; | ||
Interception.init = function (fn) { | ||
return function (c) { | ||
return Interception.expose(c, fn); | ||
}; | ||
}; | ||
/** | ||
@@ -25,0 +27,0 @@ * Provides an initial / default value. |
@@ -16,5 +16,7 @@ import 'reflect-metadata'; | ||
*/ | ||
Interception.init = function (fn) { return function (c) { | ||
return Interception.expose(c, fn); | ||
}; }; | ||
Interception.init = function (fn) { | ||
return function (c) { | ||
return Interception.expose(c, fn); | ||
}; | ||
}; | ||
/** | ||
@@ -21,0 +23,0 @@ * Provides an initial / default value. |
@@ -20,5 +20,7 @@ (function (global, factory) { | ||
*/ | ||
Interception.init = function (fn) { return function (c) { | ||
return Interception.expose(c, fn); | ||
}; }; | ||
Interception.init = function (fn) { | ||
return function (c) { | ||
return Interception.expose(c, fn); | ||
}; | ||
}; | ||
/** | ||
@@ -25,0 +27,0 @@ * Provides an initial / default value. |
{ | ||
"name": "@ne1410s/codl", | ||
"version": "0.0.23", | ||
"version": "0.0.24", | ||
"description": "Indulge your apps with codl: a component model library", | ||
@@ -42,5 +42,5 @@ "main": "dist/ne14_codl.cjs.min.js", | ||
"mocha": "^8.4.0", | ||
"prettier": "^2.2.1", | ||
"prettier": "^2.3.0", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.47.0", | ||
"rollup": "^2.48.0", | ||
"rollup-plugin-typescript2": "^0.30.0", | ||
@@ -47,0 +47,0 @@ "typescript": "^4.2.4" |
117999
2643