@equinor/fusion-framework-module-http
Advanced tools
Comparing version 5.1.3 to 5.1.4
# Change Log | ||
## 5.1.4 | ||
### Patch Changes | ||
- [#1625](https://github.com/equinor/fusion-framework/pull/1625) [`1e4ba77`](https://github.com/equinor/fusion-framework/commit/1e4ba7707d3ce5cfd9c8d6673f760523aa47a45e) Thanks [@Gustav-Eikaas](https://github.com/Gustav-Eikaas)! - fix import from non specified export (moduleResolution: bundler) | ||
## 5.1.3 | ||
@@ -4,0 +10,0 @@ |
@@ -1,2 +0,2 @@ | ||
export const version = '5.1.3'; | ||
export const version = '5.1.4'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,1 +0,1 @@ | ||
export declare const version = "5.1.3"; | ||
export declare const version = "5.1.4"; |
{ | ||
"name": "@equinor/fusion-framework-module-http", | ||
"version": "5.1.3", | ||
"version": "5.1.4", | ||
"description": "", | ||
@@ -23,2 +23,6 @@ "main": "dist/esm/index.js", | ||
"types": "./dist/types/lib/selectors/index.d.ts" | ||
}, | ||
"./errors": { | ||
"import": "./dist/esm/errors.js", | ||
"types": "./dist/types/errors.d.ts" | ||
} | ||
@@ -25,0 +29,0 @@ }, |
// Generated by genversion. | ||
export const version = '5.1.3'; | ||
export const version = '5.1.4'; |
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
216998