@featurevisor/core
Advanced tools
Comparing version 0.8.0 to 0.8.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.8.1](https://github.com/fahad19/featurevisor/compare/v0.8.0...v0.8.1) (2023-04-09) | ||
### Bug Fixes | ||
* Add site package as a dependency in core ([#33](https://github.com/fahad19/featurevisor/issues/33)) ([3d59400](https://github.com/fahad19/featurevisor/commit/3d59400d27e20df60f640e9b5bc4e7a60514b67d)) | ||
# [0.8.0](https://github.com/fahad19/featurevisor/compare/v0.7.0...v0.8.0) (2023-04-09) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@featurevisor/core", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "Core package of Featurevisor for Node.js usage", | ||
@@ -45,2 +45,3 @@ "main": "lib/index.js", | ||
"@featurevisor/sdk": "^0.8.0", | ||
"@featurevisor/site": "^0.8.0", | ||
"@featurevisor/types": "^0.8.0", | ||
@@ -57,3 +58,3 @@ "axios": "^1.3.4", | ||
}, | ||
"gitHead": "fe803f91b34ee7aa98a384769ba1fc181fb9c64e" | ||
"gitHead": "289a1cf1d8965c6e9813c87025813cf619c5c993" | ||
} |
217113
8
+ Added@featurevisor/site@^0.8.0
+ Added@featurevisor/site@0.8.0(transitive)