@equinor/fusion-framework-module-event
Advanced tools
Comparing version 1.2.1 to 2.0.0
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.0.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-event@1.2.1...@equinor/fusion-framework-module-event@2.0.0) (2023-01-27) | ||
**Note:** Version bump only for package @equinor/fusion-framework-module-event | ||
## [2.0.0-alpha.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-event@1.2.1...@equinor/fusion-framework-module-event@2.0.0-alpha.0) (2023-01-26) | ||
**Note:** Version bump only for package @equinor/fusion-framework-module-event | ||
## 1.2.1 (2023-01-26) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@equinor/fusion-framework-module-event", | ||
"version": "1.2.1", | ||
"version": "2.0.0", | ||
"description": "Fusion module for events", | ||
@@ -22,6 +22,6 @@ "main": "./dist/esm/index.js", | ||
"url": "git+https://github.com/equinor/fusion-framework.git", | ||
"directory": "packages/module-app-config" | ||
"directory": "packages/modules/event" | ||
}, | ||
"dependencies": { | ||
"@equinor/fusion-framework-module": "^1.3.0" | ||
"@equinor/fusion-framework-module": "^2.0.0" | ||
}, | ||
@@ -39,3 +39,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "d7bdb6e942f8b4f1f6ddf126f044fe9c64609bdd" | ||
"gitHead": "6738a5a6d620717c31d84ac94c217162a045b5fb" | ||
} |
{ | ||
"extends": "../../tsconfig.base.json", | ||
"extends": "../../../tsconfig.base.json", | ||
"compilerOptions": { | ||
@@ -11,7 +11,7 @@ "outDir": "dist/esm", | ||
{ | ||
"path": "../../utils/observable" | ||
}, | ||
{ | ||
"path": "../module" | ||
}, | ||
{ | ||
"path": "../../utils/observable" | ||
} | ||
], | ||
@@ -18,0 +18,0 @@ "include": [ |
Sorry, the diff of this file is not supported yet
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
120330
+ Added@equinor/fusion-framework-module@2.0.1(transitive)
- Removed@equinor/fusion-framework-module@1.3.0(transitive)