@extrovert.dev/sdk 0.1.0-pre.13 → 0.1.0-pre.14
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.14";
|
|
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}`;
|
|
@@ -5906,7 +5906,7 @@ async function signWebhook(secret, body, timestampSeconds) {
|
|
|
5906
5906
|
}
|
|
5907
5907
|
|
|
5908
5908
|
// src/contract.ts
|
|
5909
|
-
var CONTRACT_VERSION = "0.1.0-pre.
|
|
5909
|
+
var CONTRACT_VERSION = "0.1.0-pre.14";
|
|
5910
5910
|
var CONTRACT_MANIFEST = {
|
|
5911
5911
|
name: "extrovert.review-loop",
|
|
5912
5912
|
version: CONTRACT_VERSION,
|