@paxoslabs/amplify-sdk 0.4.2-alpha.0 → 0.4.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  <!-- auto-changelog-above -->
9
9
 
10
+
11
+ ## [0.4.2](///compare/v0.4.1...v0.4.2) (2026-02-21)
12
+
13
+ ### Features
14
+
15
+ * **config:** add custom RPC URL support per chain b096322
16
+
17
+ ### Bug Fixes
18
+
19
+ * **config:** address code review feedback for custom RPC support db8a077
20
+ * **package.json:** adjust package version 8369305
21
+
22
+ ## [0.4.1](///compare/v0.4.0...v0.4.1) (2026-02-20)
23
+
24
+ ### Features
25
+
26
+ * **api:** integrate /v2/amplify/vaultAssets REST endpoint 9bb5b10
27
+
28
+ ### Bug Fixes
29
+
30
+ * address CodeRabbit PR review findings b268261
31
+ * **ci:** allow prerelease builds from main branch and revert manual version bump 8a927cd
32
+ * **client:** only trigger pagination safety limit when more pages remain 71dbf06
33
+ * **security:** resolve minimatch and ajv audit vulnerabilities 1449156
34
+
10
35
  ## [0.4.0](///compare/v0.2.4...v0.4.0) (2026-02-18)
11
36
 
12
37
  ### ⚠ BREAKING CHANGES
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paxoslabs/amplify-sdk",
3
- "version": "0.4.2-alpha.0",
3
+ "version": "0.4.2",
4
4
  "description": "Paxos Labs Amplify SDK",
5
5
  "packageManager": "pnpm@10.19.0",
6
6
  "main": "dist/index.js",