@walkeros/cli 1.4.0-next-1771252576264 → 1.4.0-next-1771264660951

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @walkeros/cli
2
2
 
3
- ## 1.4.0-next-1771252576264
3
+ ## 1.4.0-next-1771264660951
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -10,8 +10,8 @@
10
10
 
11
11
  - 1ae6972: Fix missing trailing newline in JSON output
12
12
  - Updated dependencies [7b2d750]
13
- - @walkeros/core@1.4.0-next-1771252576264
14
- - @walkeros/server-core@1.0.6-next-1771252576264
13
+ - @walkeros/core@1.4.0-next-1771264660951
14
+ - @walkeros/server-core@1.0.6-next-1771264660951
15
15
 
16
16
  ## 1.3.0
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@walkeros/cli",
3
- "version": "1.4.0-next-1771252576264",
3
+ "version": "1.4.0-next-1771264660951",
4
4
  "description": "walkerOS CLI - Bundle and deploy walkerOS components",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -41,8 +41,8 @@
41
41
  "docker:publish": "bash scripts/publish-docker.sh"
42
42
  },
43
43
  "dependencies": {
44
- "@walkeros/core": "1.4.0-next-1771252576264",
45
- "@walkeros/server-core": "1.0.6-next-1771252576264",
44
+ "@walkeros/core": "1.4.0-next-1771264660951",
45
+ "@walkeros/server-core": "1.0.6-next-1771264660951",
46
46
  "ajv": "^8.17.1",
47
47
  "chalk": "^5.6.2",
48
48
  "commander": "^14.0.2",
@@ -61,7 +61,7 @@
61
61
  "@types/fs-extra": "^11.0.4",
62
62
  "@types/jsdom": "^21.1.7",
63
63
  "@types/pacote": "^11.1.8",
64
- "@walkeros/config": "1.1.0-next-1771252576264",
64
+ "@walkeros/config": "1.1.0-next-1771264660951",
65
65
  "msw": "^2.12.10",
66
66
  "openapi-typescript": "^7.13.0",
67
67
  "tsx": "^4.21.0"