@nsp-labs/agnostic-sdk 1.0.1 → 1.0.2
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/CHANGELOG.md +7 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,13 @@ and pass the runtime OpenAPI schema check.
|
|
|
9
9
|
|
|
10
10
|
## Unreleased
|
|
11
11
|
|
|
12
|
+
## 1.0.2 - 2026-06-18
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
|
|
16
|
+
- Reissued the SDK package through the shared npm release workflow without
|
|
17
|
+
Runtime SDK API or runtime OpenAPI schema changes since `1.0.1`.
|
|
18
|
+
|
|
12
19
|
## 1.0.1 - 2026-06-18
|
|
13
20
|
|
|
14
21
|
### Changed
|
package/package.json
CHANGED