@stigg/node-server-sdk 4.21.0 → 4.21.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/package.json +4 -2
  2. package/CHANGELOG.md +0 -48
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stigg/node-server-sdk",
3
- "version": "4.21.0",
3
+ "version": "4.21.2",
4
4
  "description": "Stigg server-side node SDK",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -50,7 +50,9 @@
50
50
  "@types/tmp": "^0.2.3",
51
51
  "glob": "^8.1.0",
52
52
  "msw": "^2.12.10",
53
- "redis-memory-server": "^0.12.1"
53
+ "redis-memory-server": "^0.12.1",
54
+ "typedoc": "^0.28.17",
55
+ "typedoc-plugin-rename-defaults": "^0.7.3"
54
56
  },
55
57
  "publishConfig": {
56
58
  "access": "public"
package/CHANGELOG.md DELETED
@@ -1,48 +0,0 @@
1
- # [4.19.0](https://github.com/stiggio/node-server-sdk/compare/4.18.0...4.19.0) (2026-02-24)
2
-
3
-
4
- ### Features
5
-
6
- * update api-client-js to 5.248.4 ([#495](https://github.com/stiggio/node-server-sdk/issues/495)) ([5686d0d](https://github.com/stiggio/node-server-sdk/commit/5686d0d2ec3c9213c352996595bc7ef7305f8663))
7
-
8
-
9
-
10
- # [4.18.0](https://github.com/stiggio/node-server-sdk/compare/4.17.0...4.18.0) (2026-02-23)
11
-
12
-
13
- ### Features
14
-
15
- * update api-client-js to 5.248.1 ([#486](https://github.com/stiggio/node-server-sdk/issues/486)) ([4314858](https://github.com/stiggio/node-server-sdk/commit/4314858042532016c31c00f4aed19f192eaaa326))
16
-
17
-
18
-
19
- # [4.17.0](https://github.com/stiggio/node-server-sdk/compare/4.16.0...4.17.0) (2026-02-22)
20
-
21
-
22
- ### Features
23
-
24
- * **STIGG-6791:** upgrade typescript ^4.7 to ^5.9.3, jest ^27 to ^30.2.0 ([#488](https://github.com/stiggio/node-server-sdk/issues/488)) ([bbf7d7d](https://github.com/stiggio/node-server-sdk/commit/bbf7d7d30d02bd52b0f37cd84056ae7bbdaf4cc4))
25
- * **STIGG-6792:** upgrade prettier ^2 to ^3.8.1 ([#489](https://github.com/stiggio/node-server-sdk/issues/489)) ([f473f1f](https://github.com/stiggio/node-server-sdk/commit/f473f1f66ab8f556701f72a01efd7db75c3b1d4f))
26
- * **STIGG-6797:** upgrade msw from 0.35 to 2.x with WebSocket interception ([#490](https://github.com/stiggio/node-server-sdk/issues/490)) ([1031874](https://github.com/stiggio/node-server-sdk/commit/103187479f7802ec676cd75cd81e9bf7e016f2bf))
27
- * **STIGG-6801:** upgrade ESLint 10 with flat config ([#491](https://github.com/stiggio/node-server-sdk/issues/491)) ([4713d76](https://github.com/stiggio/node-server-sdk/commit/4713d762ec89f462adee5d764f86c68193ddbd52))
28
-
29
-
30
-
31
- # [4.16.0](https://github.com/stiggio/node-server-sdk/compare/4.15.1...4.16.0) (2026-02-19)
32
-
33
-
34
- ### Features
35
-
36
- * **STIGG-6622:** add package entitlements to pawyall ([#487](https://github.com/stiggio/node-server-sdk/issues/487)) ([73a06ea](https://github.com/stiggio/node-server-sdk/commit/73a06eadacb1c085688794dcf1f45655459f0248))
37
-
38
-
39
-
40
- ## [4.15.1](https://github.com/stiggio/node-server-sdk/compare/4.15.0...4.15.1) (2026-02-16)
41
-
42
-
43
- ### Bug Fixes
44
-
45
- * **stigg-6324:** expose getEntitlementV2 enhance getEntitlementsStateV2 ([#481](https://github.com/stiggio/node-server-sdk/issues/481)) ([#485](https://github.com/stiggio/node-server-sdk/issues/485)) ([a8b7509](https://github.com/stiggio/node-server-sdk/commit/a8b750925a6e7c1093091701871e569050ddd617))
46
-
47
-
48
-