@atiproto/lexicons 0.7.0 → 0.7.1
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
|
@@ -911,7 +911,7 @@ var main18 = l18.permissionSet(
|
|
|
911
911
|
]
|
|
912
912
|
}),
|
|
913
913
|
l18.permission("rpc", {
|
|
914
|
-
|
|
914
|
+
aud: "*",
|
|
915
915
|
lxm: [
|
|
916
916
|
"com.atiproto.account.cart.clone",
|
|
917
917
|
"com.atiproto.account.cart.create",
|
|
@@ -977,7 +977,7 @@ var main19 = l19.permissionSet(
|
|
|
977
977
|
]
|
|
978
978
|
}),
|
|
979
979
|
l19.permission("rpc", {
|
|
980
|
-
|
|
980
|
+
aud: "*",
|
|
981
981
|
lxm: [
|
|
982
982
|
"com.atiproto.account.cart.clone",
|
|
983
983
|
"com.atiproto.account.cart.create",
|
|
@@ -3632,7 +3632,7 @@ var authEnhanced_default = {
|
|
|
3632
3632
|
{
|
|
3633
3633
|
type: "permission",
|
|
3634
3634
|
resource: "rpc",
|
|
3635
|
-
|
|
3635
|
+
aud: "*",
|
|
3636
3636
|
lxm: [
|
|
3637
3637
|
"com.atiproto.account.cart.clone",
|
|
3638
3638
|
"com.atiproto.account.cart.create",
|
|
@@ -3691,7 +3691,7 @@ var authGeneral_default = {
|
|
|
3691
3691
|
{
|
|
3692
3692
|
type: "permission",
|
|
3693
3693
|
resource: "rpc",
|
|
3694
|
-
|
|
3694
|
+
aud: "*",
|
|
3695
3695
|
lxm: [
|
|
3696
3696
|
"com.atiproto.account.cart.clone",
|
|
3697
3697
|
"com.atiproto.account.cart.create",
|