@glrs-dev/harness-plugin-opencode 2.0.1 → 2.1.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 +2 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -2531,7 +2531,7 @@ import { join as join10 } from "path";
|
|
|
2531
2531
|
var APP_KEY = "A-US-3617699429";
|
|
2532
2532
|
var ENDPOINT = "https://us.aptabase.com/api/v0/event";
|
|
2533
2533
|
var PKG_NAME = "@glrs-dev/harness-plugin-opencode";
|
|
2534
|
-
var PKG_VERSION = true ? "2.0
|
|
2534
|
+
var PKG_VERSION = true ? "2.1.0" : "dev";
|
|
2535
2535
|
var DISABLED = process.env.HARNESS_OPENCODE_TELEMETRY === "0" || process.env.HARNESS_OPENCODE_TELEMETRY === "false" || process.env.DO_NOT_TRACK === "1" || process.env.CI === "true";
|
|
2536
2536
|
var SESSION_ID = randomUUID();
|
|
2537
2537
|
function getInstallId() {
|
package/package.json
CHANGED