@bfwk/command
Advanced tools
Comparing version 0.10.0 to 0.10.1
{ | ||
"name": "@bfwk/command", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"description": "LBF Command Pattern", | ||
@@ -11,3 +11,8 @@ "repository": { | ||
"type": "module", | ||
"main": "dist/index.js", | ||
"main": "dist/index.cjs", | ||
"browser": "dist/index.mjs", | ||
"exports": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"typings": "dist/types/index.d.ts", | ||
@@ -37,5 +42,5 @@ "files": [ | ||
"dependencies": { | ||
"@bfwk/error-handler": "0.10.0", | ||
"@bfwk/pub-sub": "0.10.0", | ||
"@bfwk/utils": "0.10.0" | ||
"@bfwk/error-handler": "0.10.1", | ||
"@bfwk/pub-sub": "0.10.1", | ||
"@bfwk/utils": "0.10.1" | ||
}, | ||
@@ -42,0 +47,0 @@ "devDependencies": { |
# Command | ||
[![npm](https://img.shields.io/npm/v/@bfwk/command)](https://www.npmjs.com/package/@bfwk/command) | ||
@@ -3,0 +4,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
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
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
566
8
21697
1
+ Added@bfwk/error-handler@0.10.1(transitive)
+ Added@bfwk/instrumentation@0.10.1(transitive)
+ Added@bfwk/pub-sub@0.10.1(transitive)
+ Added@bfwk/utils@0.10.1(transitive)
- Removed@bfwk/error-handler@0.10.0(transitive)
- Removed@bfwk/instrumentation@0.10.0(transitive)
- Removed@bfwk/pub-sub@0.10.0(transitive)
- Removed@bfwk/utils@0.10.0(transitive)
Updated@bfwk/error-handler@0.10.1
Updated@bfwk/pub-sub@0.10.1
Updated@bfwk/utils@0.10.1