@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.js
CHANGED
|
@@ -926,7 +926,7 @@ var main18 = import_lex18.l.permissionSet(
|
|
|
926
926
|
]
|
|
927
927
|
}),
|
|
928
928
|
import_lex18.l.permission("rpc", {
|
|
929
|
-
|
|
929
|
+
aud: "*",
|
|
930
930
|
lxm: [
|
|
931
931
|
"com.atiproto.account.cart.clone",
|
|
932
932
|
"com.atiproto.account.cart.create",
|
|
@@ -992,7 +992,7 @@ var main19 = import_lex19.l.permissionSet(
|
|
|
992
992
|
]
|
|
993
993
|
}),
|
|
994
994
|
import_lex19.l.permission("rpc", {
|
|
995
|
-
|
|
995
|
+
aud: "*",
|
|
996
996
|
lxm: [
|
|
997
997
|
"com.atiproto.account.cart.clone",
|
|
998
998
|
"com.atiproto.account.cart.create",
|
|
@@ -3642,7 +3642,7 @@ var authEnhanced_default = {
|
|
|
3642
3642
|
{
|
|
3643
3643
|
type: "permission",
|
|
3644
3644
|
resource: "rpc",
|
|
3645
|
-
|
|
3645
|
+
aud: "*",
|
|
3646
3646
|
lxm: [
|
|
3647
3647
|
"com.atiproto.account.cart.clone",
|
|
3648
3648
|
"com.atiproto.account.cart.create",
|
|
@@ -3701,7 +3701,7 @@ var authGeneral_default = {
|
|
|
3701
3701
|
{
|
|
3702
3702
|
type: "permission",
|
|
3703
3703
|
resource: "rpc",
|
|
3704
|
-
|
|
3704
|
+
aud: "*",
|
|
3705
3705
|
lxm: [
|
|
3706
3706
|
"com.atiproto.account.cart.clone",
|
|
3707
3707
|
"com.atiproto.account.cart.create",
|