@powerformer/refly-cli 0.1.19 → 0.1.20

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/dist/bin/refly.js CHANGED
@@ -10750,7 +10750,7 @@ var import_node_child_process6 = require("child_process");
10750
10750
  var import_node_fs5 = __toESM(require("fs"));
10751
10751
  init_logger();
10752
10752
  init_paths();
10753
- var CLI_VERSION = "0.1.19";
10753
+ var CLI_VERSION = "0.1.20";
10754
10754
  var NPM_TAG = "test";
10755
10755
  function compareSemver(a, b) {
10756
10756
  const parseVersion = (v) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerformer/refly-cli",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "description": "Refly CLI - Command-line interface for Refly workflow orchestration",
5
5
  "bin": {
6
6
  "refly": "./dist/bin/refly.js"
@@ -23,7 +23,6 @@
23
23
  "author": "Refly AI",
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
- "@refly/utils": "workspace:*",
27
26
  "commander": "^12.1.0",
28
27
  "form-data": "^4.0.1",
29
28
  "gray-matter": "^4.0.3",
@@ -32,6 +31,7 @@
32
31
  "open": "^10.1.0"
33
32
  },
34
33
  "devDependencies": {
34
+ "@refly/utils": "workspace:*",
35
35
  "@types/node": "^20.19.0",
36
36
  "rimraf": "^6.0.1",
37
37
  "tsup": "^8.3.5",