@walkeros/cli 3.3.0-next-1776098542393 → 4.0.0-next-1776095573328

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @walkeros/cli
2
2
 
3
- ## 3.3.0-next-1776098542393
3
+ ## 4.0.0-next-1776095573328
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -95,8 +95,8 @@
95
95
  - Updated dependencies [08c365a]
96
96
  - Updated dependencies [08c365a]
97
97
  - Updated dependencies [08c365a]
98
- - @walkeros/core@3.3.0-next-1776098542393
99
- - @walkeros/server-core@3.3.0-next-1776098542393
98
+ - @walkeros/core@4.0.0-next-1776095573328
99
+ - @walkeros/server-core@4.0.0-next-1776095573328
100
100
 
101
101
  ## 3.2.0
102
102
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@walkeros/cli",
3
- "version": "3.3.0-next-1776098542393",
3
+ "version": "4.0.0-next-1776095573328",
4
4
  "description": "walkerOS CLI - Bundle and deploy walkerOS components",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -44,8 +44,8 @@
44
44
  "docker:publish": "bash scripts/publish-docker.sh"
45
45
  },
46
46
  "dependencies": {
47
- "@walkeros/core": "3.3.0-next-1776098542393",
48
- "@walkeros/server-core": "3.3.0-next-1776098542393",
47
+ "@walkeros/core": "4.0.0-next-1776095573328",
48
+ "@walkeros/server-core": "4.0.0-next-1776095573328",
49
49
  "ajv": "^8.17.1",
50
50
  "chalk": "^5.6.2",
51
51
  "commander": "^14.0.2",
@@ -66,8 +66,8 @@
66
66
  "@types/jsdom": "^21.1.7",
67
67
  "@types/pacote": "^11.1.8",
68
68
  "@types/semver": "^7.7.1",
69
- "@walkeros/config": "3.3.0-next-1776098542393",
70
- "@walkeros/core": "3.3.0-next-1776098542393",
69
+ "@walkeros/config": "4.0.0-next-1776095573328",
70
+ "@walkeros/core": "4.0.0-next-1776095573328",
71
71
  "msw": "^2.12.10",
72
72
  "openapi-typescript": "^7.13.0",
73
73
  "tsx": "^4.21.0"