chore: update version to 1.0.2 and changelog
Tests / Unit Tests (push) Failing after 25s
Tests / Integration Tests (push) Failing after 26s
Build , Vet Test, and Lint / Build (push) Successful in 1m9s
Build , Vet Test, and Lint / Lint Code (push) Successful in 1m29s
Build , Vet Test, and Lint / Run Vet Tests (1.24.x) (push) Successful in 1m32s
Build , Vet Test, and Lint / Run Vet Tests (1.23.x) (push) Successful in 1m33s

This commit is contained in:
2026-09-23 20:58:18 +02:00
parent 7f8982fa35
commit e8fbbede7e
4 changed files with 8 additions and 11 deletions
@@ -1,5 +0,0 @@
---
"@warkypublic/resolvespec-js": patch
---
Forward custom ClientConfig headers on every ResolveSpec and HeaderSpec request. Merge headers case-insensitively and isolate cached clients by URL and effective headers, including authentication and tenant headers.
@@ -1,5 +0,0 @@
---
"@warkypublic/resolvespec-js": patch
---
fix: added headers and few fixes
+7
View File
@@ -1,5 +1,12 @@
# @warkypublic/resolvespec-js # @warkypublic/resolvespec-js
## 1.0.2
### Patch Changes
- b587cbd: Forward custom ClientConfig headers on every ResolveSpec and HeaderSpec request. Merge headers case-insensitively and isolate cached clients by URL and effective headers, including authentication and tenant headers.
- 7f8982f: fix: added headers and few fixes
## 1.0.1 ## 1.0.1
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@warkypublic/resolvespec-js", "name": "@warkypublic/resolvespec-js",
"version": "1.0.1", "version": "1.0.2",
"description": "TypeScript client library for ResolveSpec REST, HeaderSpec, and WebSocket APIs", "description": "TypeScript client library for ResolveSpec REST, HeaderSpec, and WebSocket APIs",
"type": "module", "type": "module",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",