@walkeros/cli 0.8.0 → 1.0.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.
package/CHANGELOG.md ADDED
@@ -0,0 +1,16 @@
1
+ # @walkeros/cli
2
+
3
+ ## 1.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 67c9e1d: Hello World! walkerOS v1.0.0
8
+
9
+ Open-source event data collection. Collect event data for digital analytics in
10
+ a unified and privacy-centric way.
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [67c9e1d]
15
+ - @walkeros/core@1.0.0
16
+ - @walkeros/server-core@1.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@walkeros/cli",
3
- "version": "0.8.0",
3
+ "version": "1.0.0",
4
4
  "description": "walkerOS CLI - Bundle and deploy walkerOS components",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -33,8 +33,8 @@
33
33
  "docker:publish": "bash scripts/publish-docker.sh"
34
34
  },
35
35
  "dependencies": {
36
- "@walkeros/core": "0.8.0",
37
- "@walkeros/server-core": "0.8.0",
36
+ "@walkeros/core": "1.0.0",
37
+ "@walkeros/server-core": "1.0.0",
38
38
  "chalk": "^5.6.2",
39
39
  "commander": "^14.0.2",
40
40
  "cors": "^2.8.5",
package/dist/walker.js DELETED
@@ -1 +0,0 @@
1
- "use strict";(()=>{var o=Object.defineProperty;var s={};((t,e)=>{for(var n in e)o(t,n,{get:e[n],enumerable:!0})})(s,{Level:()=>r});var r=(t=>(t[t.ERROR=0]="ERROR",t[t.INFO=1]="INFO",t[t.DEBUG=2]="DEBUG",t))(r||{});})();