@walkeros/cli 2.2.0-next-1772811722420 → 2.2.0-next-1773136823705

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.
@@ -274,7 +274,7 @@ Browser → destinationAPI (POST /collect) → sourceExpress → destinationData
274
274
 
275
275
  ### Flow Configuration Structure
276
276
 
277
- Flow configs use the `Flow.Setup` format:
277
+ Flow configs use the `Flow.Config` format:
278
278
 
279
279
  ```json
280
280
  {
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@walkeros/cli",
3
- "version": "2.2.0-next-1772811722420",
3
+ "version": "2.2.0-next-1773136823705",
4
4
  "description": "walkerOS CLI - Bundle and deploy walkerOS components",
5
5
  "license": "MIT",
6
+ "sideEffects": false,
6
7
  "type": "module",
7
8
  "main": "./dist/index.js",
8
9
  "types": "./dist/index.d.ts",
@@ -43,7 +44,8 @@
43
44
  "docker:publish": "bash scripts/publish-docker.sh"
44
45
  },
45
46
  "dependencies": {
46
- "@walkeros/server-core": "2.2.0-next-1772811722420",
47
+ "@walkeros/core": "2.2.0-next-1773136823705",
48
+ "@walkeros/server-core": "2.2.0-next-1773136823705",
47
49
  "ajv": "^8.17.1",
48
50
  "chalk": "^5.6.2",
49
51
  "commander": "^14.0.2",
@@ -55,7 +57,7 @@
55
57
  "open": "^11.0.0",
56
58
  "openapi-fetch": "^0.17.0",
57
59
  "pacote": "^21.0.4",
58
- "@walkeros/core": "2.2.0-next-1772811722420"
60
+ "semver": "^7.7.4"
59
61
  },
60
62
  "devDependencies": {
61
63
  "@types/cors": "^2.8.17",
@@ -63,8 +65,9 @@
63
65
  "@types/fs-extra": "^11.0.4",
64
66
  "@types/jsdom": "^21.1.7",
65
67
  "@types/pacote": "^11.1.8",
66
- "@walkeros/config": "2.2.0-next-1772811722420",
67
- "@walkeros/core": "2.2.0-next-1772811722420",
68
+ "@types/semver": "^7.7.1",
69
+ "@walkeros/config": "2.2.0-next-1773136823705",
70
+ "@walkeros/core": "2.2.0-next-1773136823705",
68
71
  "msw": "^2.12.10",
69
72
  "openapi-typescript": "^7.13.0",
70
73
  "tsx": "^4.21.0"