@atproto/lexicon 0.2.2 → 0.2.3
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/CHANGELOG.md +8 -0
- package/dist/index.js +19 -0
- package/dist/index.js.map +3 -3
- package/dist/types.d.ts +4 -4
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -17472,8 +17472,8 @@ export declare const lexiconDoc: z.ZodEffects<z.ZodObject<{
|
|
|
17472
17472
|
description?: string | undefined;
|
|
17473
17473
|
}>>;
|
|
17474
17474
|
}, "strict", z.ZodTypeAny, {
|
|
17475
|
-
lexicon: 1;
|
|
17476
17475
|
id: string;
|
|
17476
|
+
lexicon: 1;
|
|
17477
17477
|
defs: Record<string, {
|
|
17478
17478
|
type: "bytes";
|
|
17479
17479
|
description?: string | undefined;
|
|
@@ -18535,8 +18535,8 @@ export declare const lexiconDoc: z.ZodEffects<z.ZodObject<{
|
|
|
18535
18535
|
revision?: number | undefined;
|
|
18536
18536
|
description?: string | undefined;
|
|
18537
18537
|
}, {
|
|
18538
|
-
lexicon: 1;
|
|
18539
18538
|
id: string;
|
|
18539
|
+
lexicon: 1;
|
|
18540
18540
|
defs: Record<string, {
|
|
18541
18541
|
type: "bytes";
|
|
18542
18542
|
description?: string | undefined;
|
|
@@ -19598,8 +19598,8 @@ export declare const lexiconDoc: z.ZodEffects<z.ZodObject<{
|
|
|
19598
19598
|
revision?: number | undefined;
|
|
19599
19599
|
description?: string | undefined;
|
|
19600
19600
|
}>, {
|
|
19601
|
-
lexicon: 1;
|
|
19602
19601
|
id: string;
|
|
19602
|
+
lexicon: 1;
|
|
19603
19603
|
defs: Record<string, {
|
|
19604
19604
|
type: "bytes";
|
|
19605
19605
|
description?: string | undefined;
|
|
@@ -20661,8 +20661,8 @@ export declare const lexiconDoc: z.ZodEffects<z.ZodObject<{
|
|
|
20661
20661
|
revision?: number | undefined;
|
|
20662
20662
|
description?: string | undefined;
|
|
20663
20663
|
}, {
|
|
20664
|
-
lexicon: 1;
|
|
20665
20664
|
id: string;
|
|
20665
|
+
lexicon: 1;
|
|
20666
20666
|
defs: Record<string, {
|
|
20667
20667
|
type: "bytes";
|
|
20668
20668
|
description?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atproto/lexicon",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "atproto Lexicon schema language library",
|
|
6
6
|
"keywords": [
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"iso-datestring-validator": "^2.2.2",
|
|
19
19
|
"multiformats": "^9.9.0",
|
|
20
20
|
"zod": "^3.21.4",
|
|
21
|
-
"@atproto/common-web": "^0.2.
|
|
22
|
-
"@atproto/syntax": "^0.1.
|
|
21
|
+
"@atproto/common-web": "^0.2.2",
|
|
22
|
+
"@atproto/syntax": "^0.1.3"
|
|
23
23
|
},
|
|
24
24
|
"scripts": {
|
|
25
25
|
"test": "jest",
|