@equinor/fusion-framework-module
Advanced tools
Comparing version 4.2.2 to 4.2.3
# Change Log | ||
## 4.2.3 | ||
### Patch Changes | ||
- [#1109](https://github.com/equinor/fusion-framework/pull/1109) [`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862) Thanks [@odinr](https://github.com/odinr)! - Change packaged manager from yarn to pnpm | ||
conflicts of `@types/react` made random outcomes when using `yarn` | ||
this change should not affect consumer of the packages, but might conflict dependent on local package manager. | ||
- [#1145](https://github.com/equinor/fusion-framework/pull/1145) [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump rxjs from 7.5.7 to [7.8.1](https://github.com/ReactiveX/rxjs/blob/7.8.1/CHANGELOG.md) | ||
## 4.2.2 | ||
@@ -4,0 +16,0 @@ |
@@ -1,2 +0,2 @@ | ||
export const version = '4.2.2'; | ||
export const version = '4.2.3'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,1 +0,1 @@ | ||
export declare const version = "4.2.2"; | ||
export declare const version = "4.2.3"; |
{ | ||
"name": "@equinor/fusion-framework-module", | ||
"version": "4.2.2", | ||
"description": "", | ||
"main": "dist/esm/index.js", | ||
"exports": { | ||
".": "./dist/esm/index.js", | ||
"./provider": "./dist/esm/lib/provider/index.js" | ||
}, | ||
"types": "index.d.ts", | ||
"typesVersions": { | ||
">=4.2": { | ||
"*": [ | ||
"dist/types/*" | ||
], | ||
"provider": [ | ||
"dist/types/lib/provider/index" | ||
] | ||
} | ||
}, | ||
"scripts": { | ||
"build": "tsc -b", | ||
"prepack": "yarn build" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/equinor/fusion-framework.git", | ||
"directory": "packages/modules/module" | ||
}, | ||
"dependencies": { | ||
"rxjs": "^7.5.7", | ||
"semver": "^7.5.0" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^5.1.3" | ||
"name": "@equinor/fusion-framework-module", | ||
"version": "4.2.3", | ||
"description": "", | ||
"main": "dist/esm/index.js", | ||
"exports": { | ||
".": "./dist/esm/index.js", | ||
"./provider": "./dist/esm/lib/provider/index.js" | ||
}, | ||
"types": "index.d.ts", | ||
"typesVersions": { | ||
">=4.2": { | ||
"*": [ | ||
"dist/types/*" | ||
], | ||
"provider": [ | ||
"dist/types/lib/provider/index" | ||
] | ||
} | ||
} | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/equinor/fusion-framework.git", | ||
"directory": "packages/modules/module" | ||
}, | ||
"dependencies": { | ||
"rxjs": "^7.8.1", | ||
"semver": "^7.5.4" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.4.9", | ||
"@types/semver": "^7.5.0", | ||
"typescript": "^5.1.3" | ||
}, | ||
"peerDependencies": { | ||
"@types/semver": "^7.5.0" | ||
}, | ||
"peerDependenciesMeta": { | ||
"@types/semver": { | ||
"optional": true | ||
} | ||
}, | ||
"scripts": { | ||
"build": "tsc -b" | ||
} | ||
} |
// Generated by genversion. | ||
export const version = '4.2.2'; | ||
export const version = '4.2.3'; |
@@ -6,9 +6,3 @@ { | ||
"rootDir": "src", | ||
"declarationDir": "./dist/types", | ||
"baseUrl": "src", | ||
"paths": { | ||
"@equinor/fusion-framework-module/provider": [ | ||
"lib/provider" | ||
] | ||
} | ||
"declarationDir": "./dist/types" | ||
}, | ||
@@ -15,0 +9,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
Mixed license
License(Experimental) Package contains multiple licenses.
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
174770
57
3
3
1
1470
+ Added@types/semver@7.5.8(transitive)
Updatedrxjs@^7.8.1
Updatedsemver@^7.5.4