@arrowsphere/api-client 3.349.0 → 3.349.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,11 @@
3
3
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4
4
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
5
 
6
+ ## [3.249.1] - 2026.03.09
7
+
8
+ ### Fixed
9
+ - [Partner] Fix Unit test
10
+
6
11
  ## [3.249.0] - 2026.03.05
7
12
 
8
13
  ### Added
@@ -10,12 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
15
 
11
16
  ## [3.248.2] - 2026.03.04
12
17
 
13
- ### Updated
18
+ ### Fixed
14
19
  - [Cart] Fix type of the add and update cart endpoint payload
15
20
 
16
21
  ## [3.248.1] - 2026.02.26
17
22
 
18
- ### Updated
23
+ ### Fixed
19
24
  - [Contact] Fix type of the get and patch contact endpoint payload
20
25
 
21
26
  ## [3.248.0] - 2026.02.26
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/ArrowSphere/nodejs-api-client.git"
6
6
  },
7
- "version": "3.349.0",
7
+ "version": "3.349.1",
8
8
  "description": "Node.js client for ArrowSphere's public API",
9
9
  "main": "build/index.js",
10
10
  "types": "build/index.d.ts",