@capxul/sdk 1.2.0 → 1.2.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/dist/index.mjs +1 -1
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -305,7 +305,7 @@ async function recoverRawDigestSigner(input) {
|
|
|
305
305
|
}
|
|
306
306
|
//#endregion
|
|
307
307
|
//#region package.json
|
|
308
|
-
var version = "1.2.
|
|
308
|
+
var version = "1.2.1";
|
|
309
309
|
//#endregion
|
|
310
310
|
//#region ../observability/src/engineering.ts
|
|
311
311
|
const SAFE_TRACED_HEADER_NAMES = [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capxul/sdk",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist",
|
|
6
6
|
"package.json",
|
|
@@ -39,11 +39,11 @@
|
|
|
39
39
|
"posthog-js": "^1.399.2",
|
|
40
40
|
"typescript": "5.9.2",
|
|
41
41
|
"vitest": "npm:@voidzero-dev/vite-plus-test@0.1.23",
|
|
42
|
-
"@capxul/
|
|
43
|
-
"@capxul/observability": "1.2.0",
|
|
42
|
+
"@capxul/errors": "0.0.1",
|
|
44
43
|
"@capxul/config": "0.1.0",
|
|
44
|
+
"@capxul/wire": "0.1.0",
|
|
45
45
|
"@capxul/types": "0.1.0",
|
|
46
|
-
"@capxul/
|
|
46
|
+
"@capxul/observability": "1.2.1"
|
|
47
47
|
},
|
|
48
48
|
"_permissionlessPinReason": "permissionless.toSafeSmartAccount is pinned to 0.3.4 for live Safe deployment E2E. Counterfactual address fixtures captured 2026-05-17 in packages/backend/convex/_shared/__tests__/counterfactual.test.ts and packages/config/tests/safe.test.ts must be re-verified before upgrading.",
|
|
49
49
|
"scripts": {
|