feat(iios-kernel-client): RestClient custom headers passthrough → 0.1.3

Adds optional RestConfig.headers, merged into every request, so a server-side
caller (be-crm's glue) can carry X-Context-Attestation (the July 12 proof #3)
alongside the bearer token. Backward compatible. Published 0.1.3.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-13 21:03:45 +05:30
parent f2d590b04d
commit 9e0411bfe6
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@insignia/iios-kernel-client",
"version": "0.1.2",
"version": "0.1.3",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",