@walkeros/cli 3.1.0-next-1773969156384 → 3.1.0

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.1.0-next-1773969156384
3
+ ## 3.1.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -35,8 +35,8 @@
35
35
  - Updated dependencies [bee8ba7]
36
36
  - Updated dependencies [966342b]
37
37
  - Updated dependencies [df990d4]
38
- - @walkeros/core@3.1.0-next-1773969156384
39
- - @walkeros/server-core@3.1.0-next-1773969156384
38
+ - @walkeros/core@3.1.0
39
+ - @walkeros/server-core@3.1.0
40
40
 
41
41
  ## 3.0.2
42
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@walkeros/cli",
3
- "version": "3.1.0-next-1773969156384",
3
+ "version": "3.1.0",
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.1.0-next-1773969156384",
48
- "@walkeros/server-core": "3.1.0-next-1773969156384",
47
+ "@walkeros/core": "^3.1.0",
48
+ "@walkeros/server-core": "^3.1.0",
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.1.0-next-1773969156384",
70
- "@walkeros/core": "3.1.0-next-1773969156384",
69
+ "@walkeros/config": "*",
70
+ "@walkeros/core": "*",
71
71
  "msw": "^2.12.10",
72
72
  "openapi-typescript": "^7.13.0",
73
73
  "tsx": "^4.21.0"