@featurevisor/cli 0.51.1 → 0.52.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/.eslintcache CHANGED
@@ -1 +1 @@
1
- [{"/home/runner/work/featurevisor/featurevisor/packages/cli/bin.js":"1","/home/runner/work/featurevisor/featurevisor/packages/cli/src/index.ts":"2"},{"size":45,"mtime":1697044853599,"results":"3","hashOfConfig":"4"},{"size":4729,"mtime":1697044853599,"results":"5","hashOfConfig":"4"},{"filePath":"6","messages":"7","suppressedMessages":"8","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"pxfieg",{"filePath":"9","messages":"10","suppressedMessages":"11","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/home/runner/work/featurevisor/featurevisor/packages/cli/bin.js",[],[],"/home/runner/work/featurevisor/featurevisor/packages/cli/src/index.ts",[],[]]
1
+ [{"/home/runner/work/featurevisor/featurevisor/packages/cli/bin.js":"1","/home/runner/work/featurevisor/featurevisor/packages/cli/src/index.ts":"2"},{"size":45,"mtime":1697119636636,"results":"3","hashOfConfig":"4"},{"size":4729,"mtime":1697119636636,"results":"5","hashOfConfig":"4"},{"filePath":"6","messages":"7","suppressedMessages":"8","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"pxfieg",{"filePath":"9","messages":"10","suppressedMessages":"11","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/home/runner/work/featurevisor/featurevisor/packages/cli/bin.js",[],[],"/home/runner/work/featurevisor/featurevisor/packages/cli/src/index.ts",[],[]]
package/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
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.52.0](https://github.com/featurevisor/featurevisor/compare/v0.51.2...v0.52.0) (2023-10-12)
7
+
8
+
9
+ ### Features
10
+
11
+ * add support for null, more specific validation of value type in segment ([#170](https://github.com/featurevisor/featurevisor/issues/170)) ([16a47c5](https://github.com/featurevisor/featurevisor/commit/16a47c5eec4fda07dd161eeb2e468b0ac736c18c))
12
+
13
+
14
+
15
+
16
+
17
+ ## [0.51.2](https://github.com/featurevisor/featurevisor/compare/v0.51.1...v0.51.2) (2023-10-11)
18
+
19
+ **Note:** Version bump only for package @featurevisor/cli
20
+
21
+
22
+
23
+
24
+
6
25
  ## [0.51.1](https://github.com/featurevisor/featurevisor/compare/v0.51.0...v0.51.1) (2023-10-11)
7
26
 
8
27
  **Note:** Version bump only for package @featurevisor/cli
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@featurevisor/cli",
3
- "version": "0.51.1",
3
+ "version": "0.52.0",
4
4
  "description": "CLI package of Featurevisor",
5
5
  "main": "bin.js",
6
6
  "types": "lib/index.d.ts",
@@ -12,9 +12,9 @@
12
12
  "dist": "echo 'Nothing to dist here'",
13
13
  "build": "npm run transpile",
14
14
  "test": "echo 'Nothing to test in this package'",
15
- "format": "prettier . --check --cache --log-level=warn",
15
+ "format": "prettier . --check --cache --loglevel=warn",
16
16
  "lint": "eslint . --cache",
17
- "format:fix": "prettier . --write --cache --log-level=warn",
17
+ "format:fix": "prettier . --write --cache --loglevel=warn",
18
18
  "lint:fix": "eslint . --fix --cache"
19
19
  },
20
20
  "homepage": "https://featurevisor.com",
@@ -47,11 +47,11 @@
47
47
  },
48
48
  "license": "MIT",
49
49
  "dependencies": {
50
- "@featurevisor/core": "^0.51.1",
50
+ "@featurevisor/core": "^0.52.0",
51
51
  "yargs": "^17.6.2"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/yargs": "^17.0.22"
55
55
  },
56
- "gitHead": "352875a02c8c5e99c1231206f4a19c16180d5da6"
56
+ "gitHead": "9bc6c82fa09d23dd9486c44b51474758c3e8c8bb"
57
57
  }