@atiproto/lexicons 0.5.3 → 0.6.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/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -905,7 +905,7 @@ var main18 = l18.permissionSet(
|
|
|
905
905
|
]
|
|
906
906
|
}),
|
|
907
907
|
l18.permission("rpc", {
|
|
908
|
-
|
|
908
|
+
aud: "*",
|
|
909
909
|
lxm: [
|
|
910
910
|
"com.atiproto.account.cart.clone",
|
|
911
911
|
"com.atiproto.account.cart.create",
|
|
@@ -971,7 +971,7 @@ var main19 = l19.permissionSet(
|
|
|
971
971
|
]
|
|
972
972
|
}),
|
|
973
973
|
l19.permission("rpc", {
|
|
974
|
-
|
|
974
|
+
aud: "*",
|
|
975
975
|
lxm: [
|
|
976
976
|
"com.atiproto.account.cart.clone",
|
|
977
977
|
"com.atiproto.account.cart.create",
|
|
@@ -3621,7 +3621,7 @@ var authEnhanced_default = {
|
|
|
3621
3621
|
{
|
|
3622
3622
|
type: "permission",
|
|
3623
3623
|
resource: "rpc",
|
|
3624
|
-
|
|
3624
|
+
aud: "*",
|
|
3625
3625
|
lxm: [
|
|
3626
3626
|
"com.atiproto.account.cart.clone",
|
|
3627
3627
|
"com.atiproto.account.cart.create",
|
|
@@ -3680,7 +3680,7 @@ var authGeneral_default = {
|
|
|
3680
3680
|
{
|
|
3681
3681
|
type: "permission",
|
|
3682
3682
|
resource: "rpc",
|
|
3683
|
-
|
|
3683
|
+
aud: "*",
|
|
3684
3684
|
lxm: [
|
|
3685
3685
|
"com.atiproto.account.cart.clone",
|
|
3686
3686
|
"com.atiproto.account.cart.create",
|