@atiproto/lexicons 0.7.1 → 0.7.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.
package/dist/index.mjs
CHANGED
|
@@ -1078,9 +1078,9 @@ var main20 = l20.query(
|
|
|
1078
1078
|
items: l20.array(
|
|
1079
1079
|
l20.typedUnion(
|
|
1080
1080
|
[
|
|
1081
|
-
l20.typedRef((() =>
|
|
1081
|
+
l20.typedRef((() => view2)),
|
|
1082
1082
|
l20.typedRef(
|
|
1083
|
-
(() =>
|
|
1083
|
+
(() => view3)
|
|
1084
1084
|
)
|
|
1085
1085
|
],
|
|
1086
1086
|
false
|
|
@@ -2715,7 +2715,10 @@ var list_default4 = {
|
|
|
2715
2715
|
type: "array",
|
|
2716
2716
|
items: {
|
|
2717
2717
|
type: "union",
|
|
2718
|
-
refs: [
|
|
2718
|
+
refs: [
|
|
2719
|
+
"com.atiproto.tip#view",
|
|
2720
|
+
"com.atiproto.subscription#view"
|
|
2721
|
+
]
|
|
2719
2722
|
}
|
|
2720
2723
|
},
|
|
2721
2724
|
cursor: {
|