@kopai/cli 0.5.2 → 0.5.3

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/dist/index.mjs +1 -1
  2. package/package.json +3 -3
package/dist/index.mjs CHANGED
@@ -258,7 +258,7 @@ function collect(value, previous) {
258
258
 
259
259
  //#endregion
260
260
  //#region package.json
261
- var version = "0.5.2";
261
+ var version = "0.5.3";
262
262
 
263
263
  //#endregion
264
264
  //#region src/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopai/cli",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "CLI for querying OpenTelemetry data from Kopai - traces, logs, and metrics",
5
5
  "keywords": [
6
6
  "opentelemetry",
@@ -36,8 +36,8 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "commander": "^14.0.3",
39
- "@kopai/core": "0.5.0",
40
- "@kopai/sdk": "0.3.0"
39
+ "@kopai/core": "0.6.0",
40
+ "@kopai/sdk": "0.3.1"
41
41
  },
42
42
  "devDependencies": {
43
43
  "tsdown": "^0.20.3",