@coinbase/cdp-sdk 1.46.0 → 1.46.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,11 @@
1
1
  # CDP SDK Changelog
2
2
 
3
+ ## [1.46.1] - 2026-03-30
4
+
5
+ ### Security fix
6
+
7
+ - Pinned `axios` dependency to `1.13.6` to prevent installation of the compromised `axios@1.14.1` release.
8
+
3
9
  ## 1.46.0
4
10
 
5
11
  ### Minor Changes
package/_cjs/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
- exports.version = "1.46.0";
4
+ exports.version = "1.46.1";
5
5
  //# sourceMappingURL=version.js.map
package/_esm/version.js CHANGED
@@ -1,2 +1,2 @@
1
- export const version = "1.46.0";
1
+ export const version = "1.46.1";
2
2
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const version = "1.46.0";
1
+ export declare const version = "1.46.1";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coinbase/cdp-sdk",
3
- "version": "1.46.0",
3
+ "version": "1.46.1",
4
4
  "description": "SDK for interacting with the Coinbase Developer Platform Wallet API",
5
5
  "main": "./_cjs/index.js",
6
6
  "module": "./_esm/index.js",
@@ -22,7 +22,7 @@
22
22
  "@solana-program/token": "^0.9.0",
23
23
  "@solana/kit": "^5.5.1",
24
24
  "abitype": "1.0.6",
25
- "axios": "^1.13.6",
25
+ "axios": "1.13.6",
26
26
  "axios-retry": "^4.5.0",
27
27
  "jose": "^6.2.0",
28
28
  "md5": "^2.3.0",
package/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = "1.46.0";
1
+ export const version = "1.46.1";