InversifyJS icon indicating copy to clipboard operation
InversifyJS copied to clipboard

onDeactivation is missing in npm package bundle

Open vad3x opened this issue 4 years ago • 0 comments

I's trying to implement Deactivation Handler but found that many methods, including onDeactivation are missing in npm package (5.1.1).

When I build bundle from inversify source code, I get the methods bundled.

Expected Behavior

Deactivation methods from source code appear in npm package.

Current Behavior

Some methods are missing.

Possible Solution

Build and publish new version.

vad3x avatar Sep 15 '21 20:09 vad3x