@equinor/fusion-framework-module-event
Advanced tools
Comparing version 4.1.0 to 4.1.1
# Change Log | ||
## 4.1.1 | ||
### Patch Changes | ||
- [#1981](https://github.com/equinor/fusion-framework/pull/1981) [`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc) Thanks [@eikeland](https://github.com/eikeland)! - Align package exports with node10+ documentation. | ||
## 4.1.0 | ||
@@ -4,0 +10,0 @@ |
@@ -1,2 +0,2 @@ | ||
export const version = '4.1.0'; | ||
export const version = '4.1.1'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,1 +0,1 @@ | ||
export declare const version = "4.1.0"; | ||
export declare const version = "4.1.1"; |
{ | ||
"name": "@equinor/fusion-framework-module-event", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Fusion module for events", | ||
"main": "./dist/esm/index.js", | ||
"module": "./dist/esm/index.js", | ||
"exports": { | ||
".": { | ||
"import": "./dist/esm/index.js", | ||
"types": "./dist/types/index.d.ts" | ||
} | ||
}, | ||
"keywords": [ | ||
@@ -8,0 +14,0 @@ "config" |
// Generated by genversion. | ||
export const version = '4.1.0'; | ||
export const version = '4.1.1'; |
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
117443