@staffbase/widget-sdk 3.16.8 → 3.17.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.
@@ -222,4 +222,5 @@ export interface BranchInformation {
222
222
  slug: string;
223
223
  branchId: string;
224
224
  webUrl: string;
225
+ flags: string[];
225
226
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@staffbase/widget-sdk",
3
- "version": "3.16.8",
3
+ "version": "3.17.0",
4
4
  "description": "Staffbase SDK for Custom Widgets",
5
5
  "homepage": "https://developers.staffbase.com/frameworks/customwidget-development",
6
6
  "main": "./dist/index.js",
@@ -28,15 +28,15 @@
28
28
  "@types/json-schema": "^7.0.9"
29
29
  },
30
30
  "devDependencies": {
31
- "@commitlint/cli": "20.0.0",
31
+ "@commitlint/cli": "20.4.1",
32
32
  "@commitlint/config-conventional": "19.8.1",
33
33
  "@types/node": "^24.6.2",
34
34
  "@types/react": "^19.2.0",
35
- "esbuild": "0.25.10",
35
+ "esbuild": "0.27.3",
36
36
  "husky": "^9.1.7",
37
- "typedoc": "0.28.13",
37
+ "typedoc": "0.28.17",
38
38
  "typedoc-github-wiki-theme": "2.1.0",
39
- "typedoc-plugin-markdown": "4.9.0",
39
+ "typedoc-plugin-markdown": "4.10.0",
40
40
  "typescript": "^5.9.3"
41
41
  },
42
42
  "repository": {