@stigg/js-client-sdk 3.90.0 → 3.92.0
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 +62 -0
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.LICENSE.txt +0 -15
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.LICENSE.txt +0 -15
- package/dist/index.js.map +1 -1
- package/package.json +11 -37
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
# [3.90.0](https://github.com/stiggio/js-client-sdk/compare/3.89.0...3.90.0) (2026-02-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **mapping:** mapping custom currency ([b93ce1e](https://github.com/stiggio/js-client-sdk/commit/b93ce1e94a0791af7eed12d62a7d264a6f53f3ca))
|
|
7
|
+
* **pr:** pr ([66527b4](https://github.com/stiggio/js-client-sdk/commit/66527b4e5a8ebb31bfb0aa47cd7e1cc892f05053))
|
|
8
|
+
* **pr:** pr ([4508ce2](https://github.com/stiggio/js-client-sdk/commit/4508ce2c0d325acadfcd69209a6b134c52bc9cf4))
|
|
9
|
+
* **pr:** pr ([a4486ab](https://github.com/stiggio/js-client-sdk/commit/a4486ab4e95a2bc8952fda62ec214a60706cdcaa))
|
|
10
|
+
* **test:** test ([0a57fe8](https://github.com/stiggio/js-client-sdk/commit/0a57fe87267d7dfef23e0ff23bf4c78e49b451b7))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* update api-client-js to 5.248.4 ([1add7d8](https://github.com/stiggio/js-client-sdk/commit/1add7d84dee127ea278147af0a4e0fe039a51288))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
# [3.89.0](https://github.com/stiggio/js-client-sdk/compare/3.88.0...3.89.0) (2026-02-23)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* update api-client-js to 5.248.1 ([217ccea](https://github.com/stiggio/js-client-sdk/commit/217ccea2961254f101896d57235b894725303708))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# [3.88.0](https://github.com/stiggio/js-client-sdk/compare/3.87.0...3.88.0) (2026-02-23)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Bug Fixes
|
|
32
|
+
|
|
33
|
+
* use PackageEntitlementUnionFragment for CustomerPortal.packageEntitlements ([774e71c](https://github.com/stiggio/js-client-sdk/commit/774e71c6ca778a312377b1af218cdf699d62d168))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Features
|
|
37
|
+
|
|
38
|
+
* **STIGG-6322:** add credit entitlements to customer portal ([4676ee7](https://github.com/stiggio/js-client-sdk/commit/4676ee7987b2a4f643fc6a5a77544b3791fbb7ca))
|
|
39
|
+
* **STIGG-6322:** rename packageEntitlements to entitlementsV2 in CustomerPortal ([768d5a6](https://github.com/stiggio/js-client-sdk/commit/768d5a6876da8d341a12d23df1bd75f308b66b05))
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
# [3.87.0](https://github.com/stiggio/js-client-sdk/compare/3.86.0...3.87.0) (2026-02-23)
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
### Features
|
|
47
|
+
|
|
48
|
+
* update api-client-js to 5.247.0 ([9dbf5a5](https://github.com/stiggio/js-client-sdk/commit/9dbf5a50abdc88fc23c056d569cf40eb434dacf3))
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
# [3.86.0](https://github.com/stiggio/js-client-sdk/compare/3.85.1...3.86.0) (2026-02-22)
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
### Features
|
|
56
|
+
|
|
57
|
+
* **STIGG-6793:** upgrade TypeScript 5.9, Jest 30, ts-jest 29 ([#344](https://github.com/stiggio/js-client-sdk/issues/344)) ([d90b1f8](https://github.com/stiggio/js-client-sdk/commit/d90b1f8e869fdb35421cd29a00cdf5b39fb37439))
|
|
58
|
+
* **STIGG-6794:** upgrade Prettier 3 ([#345](https://github.com/stiggio/js-client-sdk/issues/345)) ([0f05d73](https://github.com/stiggio/js-client-sdk/commit/0f05d736653c104127bfd31e57fb1e9b544e5fa8))
|
|
59
|
+
* **STIGG-6796:** upgrade ESLint 10 with flat config ([#346](https://github.com/stiggio/js-client-sdk/issues/346)) ([6eb3e09](https://github.com/stiggio/js-client-sdk/commit/6eb3e09a9d1f616820c045cd7e8cfc17906064f0))
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|