Comparing version 2.0.0 to 2.0.1
@@ -17,3 +17,3 @@ (function (global, factory) { | ||
_exports.__esModule = true; | ||
_exports.default = _exports.usingDefault = _exports.defaultContext = void 0; | ||
_exports.default = _exports.defaultContext = void 0; | ||
_context = _interopRequireDefault(_context); | ||
@@ -28,6 +28,4 @@ _exports.Context = _context.default; | ||
_exports.defaultContext = defaultContext; | ||
var usingDefault = defaultContext.using; | ||
_exports.usingDefault = usingDefault; | ||
var _default = defaultContext; | ||
_exports.default = _default; | ||
}); |
{ | ||
"name": "di-helper", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A concise JavaScript dependency injector", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/g6123/di-helper", |
@@ -29,4 +29,4 @@ # di-helper | ||
// Default instance and its wrapper method | ||
import context, { defaultUsing } from 'di-helper'; | ||
const { default: context, usingDefault: using } = require('di-helper'); | ||
import context from 'di-helper'; | ||
const { default: context } = require('di-helper'); | ||
@@ -33,0 +33,0 @@ // Context class |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
16211
301