@kopai/cli 0.0.0 → 0.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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -252,7 +252,7 @@ function collect(value, previous) {
252
252
 
253
253
  //#endregion
254
254
  //#region package.json
255
- var version = "0.0.0";
255
+ var version = "0.0.1";
256
256
 
257
257
  //#endregion
258
258
  //#region src/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopai/cli",
3
- "version": "0.0.0",
3
+ "version": "0.0.1",
4
4
  "description": "CLI for querying OpenTelemetry data from Kopai - traces, logs, and metrics",
5
5
  "keywords": [
6
6
  "opentelemetry",