@glrs-dev/harness-plugin-opencode 1.0.0 → 1.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.
- 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
|
@@ -1850,7 +1850,7 @@ import { join as join8 } from "path";
|
|
|
1850
1850
|
var APP_KEY = "A-US-3617699429";
|
|
1851
1851
|
var ENDPOINT = "https://us.aptabase.com/api/v0/event";
|
|
1852
1852
|
var PKG_NAME = "@glrs-dev/harness-plugin-opencode";
|
|
1853
|
-
var PKG_VERSION = true ? "1.0.
|
|
1853
|
+
var PKG_VERSION = true ? "1.0.1" : "dev";
|
|
1854
1854
|
var DISABLED = process.env.HARNESS_OPENCODE_TELEMETRY === "0" || process.env.HARNESS_OPENCODE_TELEMETRY === "false" || process.env.DO_NOT_TRACK === "1" || process.env.CI === "true";
|
|
1855
1855
|
var SESSION_ID = randomUUID();
|
|
1856
1856
|
function getInstallId() {
|
package/package.json
CHANGED