@equinor/fusion-framework-module
Advanced tools
Comparing version 4.2.5 to 4.2.6
# Change Log | ||
## 4.2.6 | ||
### Patch Changes | ||
- [#1595](https://github.com/equinor/fusion-framework/pull/1595) [`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125) Thanks [@Gustav-Eikaas](https://github.com/Gustav-Eikaas)! - support for module resolution NodeNext & Bundler | ||
## 4.2.5 | ||
@@ -4,0 +10,0 @@ |
@@ -1,2 +0,2 @@ | ||
export const version = '4.2.5'; | ||
export const version = '4.2.6'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,1 +0,1 @@ | ||
export declare const version = "4.2.5"; | ||
export declare const version = "4.2.6"; |
{ | ||
"name": "@equinor/fusion-framework-module", | ||
"version": "4.2.5", | ||
"version": "4.2.6", | ||
"description": "", | ||
"main": "dist/esm/index.js", | ||
"exports": { | ||
".": "./dist/esm/index.js", | ||
"./provider": "./dist/esm/lib/provider/index.js" | ||
".": { | ||
"import": "./dist/esm/index.js", | ||
"types": "./dist/types/index.d.ts" | ||
}, | ||
"./provider": { | ||
"import": "./dist/esm/lib/provider/index.js", | ||
"types": "./dist/types/lib/provider/index.d.ts" | ||
} | ||
}, | ||
@@ -10,0 +16,0 @@ "types": "index.d.ts", |
// Generated by genversion. | ||
export const version = '4.2.5'; | ||
export const version = '4.2.6'; |
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
176597