@extrovert.dev/sdk 0.1.0-pre.17 → 0.1.0-pre.18
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/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -404,7 +404,7 @@ var CURRENT_API_VERSION = "2026-06-23";
|
|
|
404
404
|
var API_VERSION_HEADER = "Extrovert-Version";
|
|
405
405
|
|
|
406
406
|
// src/http.ts
|
|
407
|
-
var SDK_VERSION = "0.1.0-pre.
|
|
407
|
+
var SDK_VERSION = "0.1.0-pre.18";
|
|
408
408
|
function buildUrl(baseUrl, path, query) {
|
|
409
409
|
const base = baseUrl.endsWith("/") ? baseUrl.slice(0, -1) : baseUrl;
|
|
410
410
|
const rel = path.startsWith("/") ? path : `/${path}`;
|
|
@@ -5956,7 +5956,7 @@ async function signWebhook(secret, body, timestampSeconds) {
|
|
|
5956
5956
|
}
|
|
5957
5957
|
|
|
5958
5958
|
// src/contract.ts
|
|
5959
|
-
var CONTRACT_VERSION = "0.1.0-pre.
|
|
5959
|
+
var CONTRACT_VERSION = "0.1.0-pre.18";
|
|
5960
5960
|
var CONTRACT_MANIFEST = {
|
|
5961
5961
|
name: "extrovert.review-loop",
|
|
5962
5962
|
version: CONTRACT_VERSION,
|