@oneworks/cli 0.1.0-beta.1 → 0.1.0-beta.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oneworks/cli",
3
- "version": "0.1.0-beta.1",
3
+ "version": "0.1.0-beta.4",
4
4
  "description": "One Works CLI",
5
5
  "repository": {
6
6
  "type": "git",
@@ -35,19 +35,19 @@
35
35
  "commander": "^12.1.0",
36
36
  "fast-glob": "^3.3.3",
37
37
  "node-notifier": "^10.0.1",
38
+ "@oneworks/config": "0.1.0-beta.1",
39
+ "@oneworks/core": "0.1.0-beta.1",
40
+ "@oneworks/hooks": "0.1.0-beta.1",
38
41
  "@oneworks/app-runtime": "0.1.0-beta.1",
39
42
  "@oneworks/cli-helper": "0.1.0-beta.1",
40
- "@oneworks/core": "0.1.0-beta.1",
41
43
  "@oneworks/managed-plugins": "0.1.0-beta.1",
42
- "@oneworks/config": "0.1.0-beta.1",
43
- "@oneworks/hooks": "0.1.0-beta.1",
44
- "@oneworks/plugin-cli-skills": "0.1.0-beta.1",
45
44
  "@oneworks/register": "0.1.0-beta.1",
46
- "@oneworks/runtime-store": "0.1.0-beta.1",
47
45
  "@oneworks/runtime-protocol": "0.1.0-beta.1",
48
- "@oneworks/types": "0.1.0-beta.1",
46
+ "@oneworks/runtime-store": "0.1.0-beta.1",
49
47
  "@oneworks/utils": "0.1.0-beta.1",
50
- "@oneworks/workspace-assets": "0.1.0-beta.1"
48
+ "@oneworks/workspace-assets": "0.1.0-beta.1",
49
+ "@oneworks/types": "0.1.0-beta.1",
50
+ "@oneworks/plugin-cli-skills": "0.1.0-beta.1"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@types/node-notifier": "^8.0.5"
@@ -78,8 +78,7 @@ type PrintInputCapableSession = ExitControllableSession & {
78
78
 
79
79
  const ADAPTER_CLI_PREPARE_OPERATION_ID = 'adapter-cli-prepare'
80
80
  const ADAPTER_CLI_PREPARE_OPERATION_TITLE = 'Adapter CLI'
81
- const ADAPTER_CLI_PREPARE_STARTED_MESSAGE =
82
- 'Preparing adapter CLI. If no compatible system installation is available, One Works will install it now.'
81
+ const ADAPTER_CLI_PREPARE_STARTED_MESSAGE = 'Checking adapter CLI.'
83
82
  const ADAPTER_CLI_PREPARE_COMPLETED_MESSAGE = 'Adapter CLI is ready.'
84
83
  const ADAPTER_CLI_PREPARE_FAILED_MESSAGE = 'Adapter CLI preparation failed.'
85
84