@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 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
- After `@advizorconnect/sdk@0.2.0` is published:
7
+ Install the current public release:
8
8
 
9
9
  ```bash
10
10
  npm install @advizorconnect/sdk
11
11
  ```
12
12
 
13
- Until that publish happens, public npm `latest` remains `0.1.0`; repo-local validation uses the package source in `server/sdk` or the file-linked `examples/paimoney-sdk` dependency.
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@advizorconnect/sdk",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Typed ESM SDK for Advizor Connect v1 integration, owner, and widget APIs",
5
5
  "type": "module",
6
6
  "license": "UNLICENSED",