@equinor/fusion-framework-module-event
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -6,11 +6,12 @@ # Change Log | ||
## 1.0.13 (2022-10-27) | ||
**Note:** Version bump only for package @equinor/fusion-framework-module-event | ||
## [1.0.12](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-event@1.0.11...@equinor/fusion-framework-module-event@1.0.12) (2022-10-21) | ||
### Bug Fixes | ||
* **module-event:** update import paths ([7007b30](https://github.com/equinor/fusion-framework/commit/7007b30eb5e7b4cdecafa264224f559f7b75b08a)) | ||
- **module-event:** update import paths ([7007b30](https://github.com/equinor/fusion-framework/commit/7007b30eb5e7b4cdecafa264224f559f7b75b08a)) | ||
## 1.0.11 (2022-10-21) | ||
@@ -20,6 +21,2 @@ | ||
## [1.0.10](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-event@1.0.9...@equinor/fusion-framework-module-event@1.0.10) (2022-10-17) | ||
@@ -29,6 +26,2 @@ | ||
## 1.0.9 (2022-10-03) | ||
@@ -38,6 +31,2 @@ | ||
## [1.0.8](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-event@1.0.7...@equinor/fusion-framework-module-event@1.0.8) (2022-09-29) | ||
@@ -47,6 +36,2 @@ | ||
## 1.0.7 (2022-09-27) | ||
@@ -56,6 +41,2 @@ | ||
## 1.0.6 (2022-09-20) | ||
@@ -65,6 +46,2 @@ | ||
## [1.0.5](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-event@1.0.4...@equinor/fusion-framework-module-event@1.0.5) (2022-09-14) | ||
@@ -74,6 +51,2 @@ | ||
## [1.0.4](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-event@1.0.3...@equinor/fusion-framework-module-event@1.0.4) (2022-09-13) | ||
@@ -83,6 +56,2 @@ | ||
## [1.0.3](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-event@1.0.2...@equinor/fusion-framework-module-event@1.0.3) (2022-09-13) | ||
@@ -92,6 +61,2 @@ | ||
## [1.0.2](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-event@1.0.1...@equinor/fusion-framework-module-event@1.0.2) (2022-09-13) | ||
@@ -101,6 +66,2 @@ | ||
## [1.0.1](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-event@1.0.1-next.1...@equinor/fusion-framework-module-event@1.0.1) (2022-09-12) | ||
@@ -110,6 +71,2 @@ | ||
## [1.0.1-next.1](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-event@1.0.1-next.0...@equinor/fusion-framework-module-event@1.0.1-next.1) (2022-09-12) | ||
@@ -119,6 +76,2 @@ | ||
## [1.0.1-next.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-event@1.0.0...@equinor/fusion-framework-module-event@1.0.1-next.0) (2022-09-12) | ||
@@ -128,6 +81,2 @@ | ||
## 1.0.0 (2022-09-12) | ||
@@ -137,6 +86,2 @@ | ||
## [1.0.0-alpha.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-event@0.1.4...@equinor/fusion-framework-module-event@1.0.0-alpha.0) (2022-09-12) | ||
@@ -146,6 +91,2 @@ | ||
## 0.1.4 (2022-09-05) | ||
@@ -155,6 +96,2 @@ | ||
## 0.1.3 (2022-09-05) | ||
@@ -164,17 +101,8 @@ | ||
## 0.1.2 (2022-08-23) | ||
### Bug Fixes | ||
* **module-event:** expose event handler interface ([0b5bb32](https://github.com/equinor/fusion-framework/commit/0b5bb32c5d8eb445149da5d1e6012d90f1ccbc30)) | ||
- **module-event:** expose event handler interface ([0b5bb32](https://github.com/equinor/fusion-framework/commit/0b5bb32c5d8eb445149da5d1e6012d90f1ccbc30)) | ||
## [0.1.1](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-event@0.1.0...@equinor/fusion-framework-module-event@0.1.1) (2022-08-19) | ||
@@ -184,11 +112,6 @@ | ||
# 0.1.0 (2022-08-18) | ||
### Features | ||
* **module-event:** initial ([1202e9e](https://github.com/equinor/fusion-framework/commit/1202e9ebe711d0bea653826857e41d0c1c65ab24)) | ||
- **module-event:** initial ([1202e9e](https://github.com/equinor/fusion-framework/commit/1202e9ebe711d0bea653826857e41d0c1c65ab24)) |
{ | ||
"name": "@equinor/fusion-framework-module-event", | ||
"version": "1.0.12", | ||
"description": "Fusion module for events", | ||
"main": "./dist/esm/index.js", | ||
"module": "./dist/esm/index.js", | ||
"scripts": { | ||
"build": "npm run build:typescript", | ||
"build:typescript": "tsc -b --verbose", | ||
"prepack": "npm run build" | ||
}, | ||
"keywords": [ | ||
"config" | ||
], | ||
"author": "", | ||
"license": "ISC", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/equinor/fusion-framework.git", | ||
"directory": "packages/module-app-config" | ||
}, | ||
"dependencies": { | ||
"@equinor/fusion-framework-module": "^1.2.5" | ||
}, | ||
"devDependencies": { | ||
"rxjs": "^7.5.6" | ||
}, | ||
"types": "index.d.ts", | ||
"typesVersions": { | ||
">=4.2": { | ||
"*": [ | ||
"dist/types/*" | ||
] | ||
} | ||
}, | ||
"gitHead": "b43085d957da8dd794cab3e59fca4f9d9b443db4" | ||
"name": "@equinor/fusion-framework-module-event", | ||
"version": "1.0.13", | ||
"description": "Fusion module for events", | ||
"main": "./dist/esm/index.js", | ||
"module": "./dist/esm/index.js", | ||
"scripts": { | ||
"build": "npm run build:typescript", | ||
"build:typescript": "tsc -b --verbose", | ||
"prepack": "npm run build" | ||
}, | ||
"keywords": [ | ||
"config" | ||
], | ||
"author": "", | ||
"license": "ISC", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/equinor/fusion-framework.git", | ||
"directory": "packages/module-app-config" | ||
}, | ||
"dependencies": { | ||
"@equinor/fusion-framework-module": "^1.2.6" | ||
}, | ||
"devDependencies": { | ||
"rxjs": "^7.5.7" | ||
}, | ||
"types": "index.d.ts", | ||
"typesVersions": { | ||
">=4.2": { | ||
"*": [ | ||
"dist/types/*" | ||
] | ||
} | ||
}, | ||
"gitHead": "2ad4d827ff390bbc3e45c2962598df918457f6e6" | ||
} |
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
109944
30
1