git » sdk » commit 797c73b

This needs to be exposed

author Stephen Paul Weber
2025-11-11 15:25:29 UTC
committer Stephen Paul Weber
2025-11-11 15:26:00 UTC
parent f9449a5486cb4a1d6f7446242156498fdadba8b5

This needs to be exposed

borogove/Caps.hx +3 -0

diff --git a/borogove/Caps.hx b/borogove/Caps.hx
index b9223f3..db52fdf 100644
--- a/borogove/Caps.hx
+++ b/borogove/Caps.hx
@@ -11,6 +11,8 @@ import borogove.DataForm;
 import borogove.Hash;
 import borogove.Util;
 
+// exposed for IDB.js, not really part of public API
+@:expose
 class Caps {
 	public final node: String;
 	public final identities: ReadOnlyArray<Identity>;
@@ -166,6 +168,7 @@ class Caps {
 	}
 }
 
+@:expose
 class Identity {
 	public final category:String;
 	public final type:String;