@equinor/fusion-framework-module-context
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -6,2 +6,6 @@ # Change Log | ||
## [0.3.1](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-context@0.3.0...@equinor/fusion-framework-module-context@0.3.1) (2022-11-02) | ||
**Note:** Version bump only for package @equinor/fusion-framework-module-context | ||
## 0.3.0 (2022-11-02) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@equinor/fusion-framework-module-context", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "", | ||
@@ -19,5 +19,4 @@ "main": "./dist/esm/index.js", | ||
"scripts": { | ||
"build": "npm run build:typescript", | ||
"build:typescript": "tsc -b --verbose", | ||
"prepack": "npm run build" | ||
"build": "tsc -b", | ||
"prepack": "yarn build" | ||
}, | ||
@@ -36,6 +35,6 @@ "keywords": [], | ||
"devDependencies": { | ||
"@equinor/fusion-framework-module": "^1.2.6", | ||
"@equinor/fusion-framework-module-event": "^1.1.1", | ||
"@equinor/fusion-framework-module-services": "^0.5.0", | ||
"@equinor/fusion-observable": "^1.2.1", | ||
"@equinor/fusion-framework-module": "^1.2.7", | ||
"@equinor/fusion-framework-module-event": "^1.1.2", | ||
"@equinor/fusion-framework-module-services": "^0.5.1", | ||
"@equinor/fusion-observable": "^1.3.1", | ||
"rxjs": "^7.5.7" | ||
@@ -48,3 +47,3 @@ }, | ||
}, | ||
"gitHead": "21ae1ec0a760c03a0887eced5532de8443274916" | ||
"gitHead": "07b75f05b0f7c01cfeb240dc1dfd1e64fbaa2267" | ||
} |
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
120963