@kopai/cli 0.8.0 → 0.8.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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -529,7 +529,7 @@ async function checkForUpdates(currentVersion, opts) {
529
529
 
530
530
  //#endregion
531
531
  //#region package.json
532
- var version = "0.8.0";
532
+ var version = "0.8.1";
533
533
 
534
534
  //#endregion
535
535
  //#region src/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopai/cli",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "CLI for querying OpenTelemetry data from Kopai - traces, logs, and metrics",
5
5
  "keywords": [
6
6
  "opentelemetry",
@@ -36,7 +36,7 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "commander": "^14.0.3",
39
- "@kopai/sdk": "0.4.0",
39
+ "@kopai/sdk": "0.5.0",
40
40
  "@kopai/core": "0.7.0"
41
41
  },
42
42
  "devDependencies": {