@typed-f/matchable
Advanced tools
Comparing version 0.0.1 to 0.1.0
@@ -6,2 +6,11 @@ # Change Log | ||
<a name="0.1.0"></a> | ||
# [0.1.0](https://github.com/Ailrun/typed-f/compare/v0.0.1...v0.1.0) (2018-08-14) | ||
**Note:** Version bump only for package @typed-f/matchable | ||
<a name="0.0.1"></a> | ||
@@ -8,0 +17,0 @@ ## 0.0.1 (2018-08-11) |
{ | ||
"name": "@typed-f/matchable", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"keywords": [ | ||
@@ -24,2 +24,3 @@ "Functor", | ||
"scripts": { | ||
"clean": "rimraf dist", | ||
"build": "tsc -p ./tsconfig.json", | ||
@@ -29,5 +30,6 @@ "watch": "tsc -w -p ./tsconfig.json" | ||
"dependencies": { | ||
"@typed-f/function": "^0.0.1" | ||
"@typed-f/function": "^0.1.0" | ||
}, | ||
"devDependencies": { | ||
"rimraf": "^2.6.2", | ||
"typescript": "^3.0.1" | ||
@@ -38,3 +40,3 @@ }, | ||
}, | ||
"gitHead": "90233b12d1b366e9103c7065ad4967adbe61e6be" | ||
"gitHead": "a1925ab6cb01347972f566478cc9c0fc289c2e31" | ||
} |
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
2824
2
10
45
+ Added@typed-f/function@0.1.0(transitive)
- Removed@typed-f/function@0.0.1(transitive)
Updated@typed-f/function@^0.1.0