@featurevisor/core
Advanced tools
Comparing version
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.17.0](https://github.com/featurevisor/featurevisor/compare/v1.16.0...v1.17.0) (2024-04-07) | ||
### Features | ||
* evaluate features in CLI ([#295](https://github.com/featurevisor/featurevisor/issues/295)) ([5a3332a](https://github.com/featurevisor/featurevisor/commit/5a3332a226a3b4901445fe2fe04baa8320e94f48)) | ||
# [1.16.0](https://github.com/featurevisor/featurevisor/compare/v1.15.0...v1.16.0) (2024-04-05) | ||
@@ -8,0 +19,0 @@ |
@@ -14,1 +14,2 @@ export * from "./config"; | ||
export * from "./benchmark"; | ||
export * from "./evaluate"; |
@@ -30,2 +30,3 @@ "use strict"; | ||
__exportStar(require("./benchmark"), exports); | ||
__exportStar(require("./evaluate"), exports); | ||
//# sourceMappingURL=index.js.map |
export * from "./extractKeys"; | ||
export * from "./git"; | ||
export * from "./pretty"; |
@@ -19,2 +19,3 @@ "use strict"; | ||
__exportStar(require("./git"), exports); | ||
__exportStar(require("./pretty"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@featurevisor/core", | ||
"version": "1.16.0", | ||
"version": "1.17.0", | ||
"description": "Core package of Featurevisor for Node.js usage", | ||
@@ -47,3 +47,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@featurevisor/sdk": "^1.16.0", | ||
"@featurevisor/sdk": "^1.17.0", | ||
"@featurevisor/site": "^1.7.1", | ||
@@ -61,3 +61,3 @@ "@featurevisor/types": "^1.3.0", | ||
}, | ||
"gitHead": "9d73296020b22eab52d9d511cb933199551b5a21" | ||
"gitHead": "41b21ee48a1508fad58824b255403125ce175f95" | ||
} |
@@ -14,1 +14,2 @@ export * from "./config"; | ||
export * from "./benchmark"; | ||
export * from "./evaluate"; |
export * from "./extractKeys"; | ||
export * from "./git"; | ||
export * from "./pretty"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1044492
1.85%295
2.79%13302
2.35%Updated