@walkeros/cli 2.0.0-next-1771437276893 → 2.0.1

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/CHANGELOG.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # @walkeros/cli
2
2
 
3
- ## 2.0.0-next-1771437276893
3
+ ## 2.0.1
4
+
5
+ ## 2.0.0
4
6
 
5
7
  ### Minor Changes
6
8
 
@@ -11,8 +13,8 @@
11
13
 
12
14
  - 1ae6972: Fix missing trailing newline in JSON output
13
15
  - Updated dependencies [7b2d750]
14
- - @walkeros/core@1.4.0-next-1771437276893
15
- - @walkeros/server-core@2.0.0-next-1771437276893
16
+ - @walkeros/core@1.4.0
17
+ - @walkeros/server-core@2.0.0
16
18
 
17
19
  ## 1.3.0
18
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@walkeros/cli",
3
- "version": "2.0.0-next-1771437276893",
3
+ "version": "2.0.1",
4
4
  "description": "walkerOS CLI - Bundle and deploy walkerOS components",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -41,11 +41,8 @@
41
41
  "docker:test": "bash scripts/test-docker.sh",
42
42
  "docker:publish": "bash scripts/publish-docker.sh"
43
43
  },
44
- "peerDependencies": {
45
- "@walkeros/core": "1.4.0-next-1771437276893"
46
- },
47
44
  "dependencies": {
48
- "@walkeros/server-core": "2.0.0-next-1771437276893",
45
+ "@walkeros/server-core": "^2.0.0",
49
46
  "ajv": "^8.17.1",
50
47
  "chalk": "^5.6.2",
51
48
  "commander": "^14.0.2",
@@ -56,7 +53,8 @@
56
53
  "jsdom": "^26.1.0",
57
54
  "open": "^11.0.0",
58
55
  "openapi-fetch": "^0.17.0",
59
- "pacote": "^21.0.4"
56
+ "pacote": "^21.0.4",
57
+ "@walkeros/core": "^2.0.0"
60
58
  },
61
59
  "devDependencies": {
62
60
  "@types/cors": "^2.8.17",
@@ -64,8 +62,8 @@
64
62
  "@types/fs-extra": "^11.0.4",
65
63
  "@types/jsdom": "^21.1.7",
66
64
  "@types/pacote": "^11.1.8",
67
- "@walkeros/config": "1.1.0-next-1771437276893",
68
- "@walkeros/core": "1.4.0-next-1771437276893",
65
+ "@walkeros/config": "*",
66
+ "@walkeros/core": "*",
69
67
  "msw": "^2.12.10",
70
68
  "openapi-typescript": "^7.13.0",
71
69
  "tsx": "^4.21.0"
package/dist/walker.js DELETED
@@ -1 +0,0 @@
1
- "use strict";(()=>{var o=Object.defineProperty;var i={};((e,t)=>{for(var n in t)o(e,n,{get:t[n],enumerable:!0})})(i,{Level:()=>r});var r=(e=>(e[e.ERROR=0]="ERROR",e[e.INFO=1]="INFO",e[e.DEBUG=2]="DEBUG",e))(r||{});})();