@graffy/common
Advanced tools
Comparing version 0.14.6-alpha1 to 0.14.6-alpha2
@@ -9,2 +9,3 @@ "use strict"; | ||
exports.link = link; | ||
exports.value = value; | ||
@@ -121,2 +122,12 @@ var _filter = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/filter")); | ||
}; | ||
} | ||
function value(value) { | ||
return function (key, version) { | ||
return { | ||
key: key, | ||
version: version, | ||
value: value | ||
}; | ||
}; | ||
} |
@@ -5,3 +5,3 @@ { | ||
"author": "aravind (https://github.com/aravindet)", | ||
"version": "0.14.6-alpha1", | ||
"version": "0.14.6-alpha2", | ||
"main": "index.js", | ||
@@ -8,0 +8,0 @@ "source": "src/index.js", |
@@ -52,1 +52,5 @@ import { merge } from '../graph'; | ||
} | ||
export function value(value) { | ||
return (key, version) => ({ key, version, value }); | ||
} |
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
102351
2847