@advizorconnect/sdk 0.2.0 → 0.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/CHANGELOG.md +10 -0
- package/README.md +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.2.1 — 2026-05-11
|
|
4
|
+
|
|
5
|
+
Patch release to correct the npm registry README after `0.2.0` was published.
|
|
6
|
+
No SDK runtime, type, or API surface changes were made.
|
|
7
|
+
|
|
8
|
+
### Changed
|
|
9
|
+
|
|
10
|
+
- Updated installation wording so the package README reflects that public npm
|
|
11
|
+
`latest` is now `0.2.x`.
|
|
12
|
+
|
|
3
13
|
## 0.2.0 — Prepared 2026-05-09 (not yet published)
|
|
4
14
|
|
|
5
15
|
Release preparation for the public SDK auth/runtime hardening package. This entry
|
package/README.md
CHANGED
|
@@ -4,13 +4,13 @@ Typed ESM TypeScript SDK for Advizor Connect v1 APIs. Version `0.2.0` prepares t
|
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Install the current public release:
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
10
|
npm install @advizorconnect/sdk
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
Public npm `latest` is `0.2.0`. The previous `0.1.0` package remains visible until npm deprecation permissions are resolved.
|
|
14
14
|
|
|
15
15
|
## Requirements
|
|
16
16
|
|