@rizom/site-rizom 0.2.0-alpha.189 → 0.2.0-alpha.190
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 +2 -1
- package/dist/index.js.map +3 -3
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -16104,6 +16104,7 @@ var atprotoLexiconSchema = exports_external.object({
|
|
|
16104
16104
|
main: exports_external.object({
|
|
16105
16105
|
type: exports_external.literal("record"),
|
|
16106
16106
|
key: exports_external.string().min(1),
|
|
16107
|
+
description: exports_external.string().optional(),
|
|
16107
16108
|
record: exports_external.object({
|
|
16108
16109
|
type: exports_external.literal("object"),
|
|
16109
16110
|
required: exports_external.array(exports_external.string()).optional(),
|
|
@@ -31110,4 +31111,4 @@ export {
|
|
|
31110
31111
|
Badge2 as Badge
|
|
31111
31112
|
};
|
|
31112
31113
|
|
|
31113
|
-
//# debugId=
|
|
31114
|
+
//# debugId=53657D8ACFDC1F4F64756E2164756E21
|