@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.js
CHANGED
|
@@ -932,7 +932,7 @@ var main18 = import_lex18.l.permissionSet(
|
|
|
932
932
|
]
|
|
933
933
|
}),
|
|
934
934
|
import_lex18.l.permission("rpc", {
|
|
935
|
-
|
|
935
|
+
aud: "*",
|
|
936
936
|
lxm: [
|
|
937
937
|
"com.atiproto.account.cart.clone",
|
|
938
938
|
"com.atiproto.account.cart.create",
|
|
@@ -998,7 +998,7 @@ var main19 = import_lex19.l.permissionSet(
|
|
|
998
998
|
]
|
|
999
999
|
}),
|
|
1000
1000
|
import_lex19.l.permission("rpc", {
|
|
1001
|
-
|
|
1001
|
+
aud: "*",
|
|
1002
1002
|
lxm: [
|
|
1003
1003
|
"com.atiproto.account.cart.clone",
|
|
1004
1004
|
"com.atiproto.account.cart.create",
|
|
@@ -3653,7 +3653,7 @@ var authEnhanced_default = {
|
|
|
3653
3653
|
{
|
|
3654
3654
|
type: "permission",
|
|
3655
3655
|
resource: "rpc",
|
|
3656
|
-
|
|
3656
|
+
aud: "*",
|
|
3657
3657
|
lxm: [
|
|
3658
3658
|
"com.atiproto.account.cart.clone",
|
|
3659
3659
|
"com.atiproto.account.cart.create",
|
|
@@ -3712,7 +3712,7 @@ var authGeneral_default = {
|
|
|
3712
3712
|
{
|
|
3713
3713
|
type: "permission",
|
|
3714
3714
|
resource: "rpc",
|
|
3715
|
-
|
|
3715
|
+
aud: "*",
|
|
3716
3716
|
lxm: [
|
|
3717
3717
|
"com.atiproto.account.cart.clone",
|
|
3718
3718
|
"com.atiproto.account.cart.create",
|