@featurevisor/cli 0.44.0 → 0.45.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.45.0](https://github.com/fahad19/featurevisor/compare/v0.44.2...v0.45.0) (2023-08-20)
7
+
8
+ **Note:** Version bump only for package @featurevisor/cli
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.44.1](https://github.com/fahad19/featurevisor/compare/v0.44.0...v0.44.1) (2023-08-07)
15
+
16
+ **Note:** Version bump only for package @featurevisor/cli
17
+
18
+
19
+
20
+
21
+
6
22
  # [0.44.0](https://github.com/fahad19/featurevisor/compare/v0.43.0...v0.44.0) (2023-08-07)
7
23
 
8
24
  **Note:** Version bump only for package @featurevisor/cli
package/README.md CHANGED
@@ -61,6 +61,15 @@ $ featurevisor test
61
61
 
62
62
  See test specs in YAMLs [here](../../examples/example-1/tests) for inspiration.
63
63
 
64
+ ### `site`
65
+
66
+ Start a local server to view your project's site.
67
+
68
+ ```
69
+ $ featurevisor site export
70
+ $ featurevisor site serve
71
+ ```
72
+
64
73
  ## License
65
74
 
66
75
  MIT © [Fahad Heylaal](https://fahad19.com)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@featurevisor/cli",
3
- "version": "0.44.0",
3
+ "version": "0.45.0",
4
4
  "description": "CLI package of Featurevisor",
5
5
  "main": "bin.js",
6
6
  "types": "lib/index.d.ts",
@@ -44,11 +44,11 @@
44
44
  },
45
45
  "license": "MIT",
46
46
  "dependencies": {
47
- "@featurevisor/core": "^0.44.0",
47
+ "@featurevisor/core": "^0.45.0",
48
48
  "yargs": "^17.6.2"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@types/yargs": "^17.0.22"
52
52
  },
53
- "gitHead": "d86ca9391c4ce35ae99eb515919c85e9054bb7dc"
53
+ "gitHead": "802c1adc976aed9c8e0ec449a93068fa1c5fe64c"
54
54
  }