polen 0.11.0-next.24 → 0.11.0-next.25
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/build/api/config/input.d.ts +76 -77
- package/build/api/config/input.d.ts.map +1 -1
- package/build/api/config/normalized.d.ts +136 -143
- package/build/api/config/normalized.d.ts.map +1 -1
- package/build/api/config-template/template.d.ts +110 -121
- package/build/api/config-template/template.d.ts.map +1 -1
- package/build/api/examples/diagnostic/diagnostic.d.ts +0 -23
- package/build/api/examples/diagnostic/diagnostic.d.ts.map +1 -1
- package/build/api/examples/diagnostic/diagnostic.js +1 -3
- package/build/api/examples/diagnostic/diagnostic.js.map +1 -1
- package/build/api/examples/scanner.d.ts +27 -1
- package/build/api/examples/scanner.d.ts.map +1 -1
- package/build/api/examples/scanner.js +19 -17
- package/build/api/examples/scanner.js.map +1 -1
- package/build/api/examples/schemas/catalog.d.ts +20 -12
- package/build/api/examples/schemas/catalog.d.ts.map +1 -1
- package/build/api/examples/schemas/example/example.d.ts +17 -11
- package/build/api/examples/schemas/example/example.d.ts.map +1 -1
- package/build/api/schema/augmentations/$$.d.ts +7 -0
- package/build/api/schema/augmentations/$$.d.ts.map +1 -0
- package/build/api/schema/augmentations/$$.js +7 -0
- package/build/api/schema/augmentations/$$.js.map +1 -0
- package/build/api/schema/augmentations/$.d.ts +1 -1
- package/build/api/schema/augmentations/$.d.ts.map +1 -1
- package/build/api/schema/augmentations/$.js +1 -1
- package/build/api/schema/augmentations/$.js.map +1 -1
- package/build/api/schema/augmentations/apply.d.ts +29 -0
- package/build/api/schema/augmentations/apply.d.ts.map +1 -0
- package/build/api/schema/augmentations/apply.js +181 -0
- package/build/api/schema/augmentations/apply.js.map +1 -0
- package/build/api/schema/augmentations/augmentation.d.ts +31 -0
- package/build/api/schema/augmentations/augmentation.d.ts.map +1 -0
- package/build/api/schema/augmentations/augmentation.js +22 -0
- package/build/api/schema/augmentations/augmentation.js.map +1 -0
- package/build/api/schema/augmentations/config.d.ts +24 -0
- package/build/api/schema/augmentations/config.d.ts.map +1 -0
- package/build/api/schema/augmentations/config.js +9 -0
- package/build/api/schema/augmentations/config.js.map +1 -0
- package/build/api/schema/augmentations/diagnostics/diagnostic.d.ts +67 -0
- package/build/api/schema/augmentations/diagnostics/diagnostic.d.ts.map +1 -0
- package/build/api/schema/augmentations/diagnostics/diagnostic.js +13 -0
- package/build/api/schema/augmentations/diagnostics/diagnostic.js.map +1 -0
- package/build/api/schema/augmentations/diagnostics/duplicate-version.d.ts +45 -0
- package/build/api/schema/augmentations/diagnostics/duplicate-version.d.ts.map +1 -0
- package/build/api/schema/augmentations/diagnostics/duplicate-version.js +17 -0
- package/build/api/schema/augmentations/diagnostics/duplicate-version.js.map +1 -0
- package/build/api/schema/augmentations/diagnostics/invalid-path.d.ts +46 -0
- package/build/api/schema/augmentations/diagnostics/invalid-path.d.ts.map +1 -0
- package/build/api/schema/augmentations/diagnostics/invalid-path.js +18 -0
- package/build/api/schema/augmentations/diagnostics/invalid-path.js.map +1 -0
- package/build/api/schema/augmentations/diagnostics/version-mismatch.d.ts +46 -0
- package/build/api/schema/augmentations/diagnostics/version-mismatch.d.ts.map +1 -0
- package/build/api/schema/augmentations/diagnostics/version-mismatch.js +18 -0
- package/build/api/schema/augmentations/diagnostics/version-mismatch.js.map +1 -0
- package/build/api/schema/augmentations/input.d.ts +145 -0
- package/build/api/schema/augmentations/input.d.ts.map +1 -0
- package/build/api/schema/augmentations/input.js +191 -0
- package/build/api/schema/augmentations/input.js.map +1 -0
- package/build/api/schema/augmentations/placement.d.ts +8 -0
- package/build/api/schema/augmentations/placement.d.ts.map +1 -0
- package/build/api/schema/augmentations/placement.js +7 -0
- package/build/api/schema/augmentations/placement.js.map +1 -0
- package/build/api/schema/config-schema.d.ts +66 -66
- package/build/api/schema/config-schema.d.ts.map +1 -1
- package/build/api/schema/config-schema.js +2 -2
- package/build/api/schema/config-schema.js.map +1 -1
- package/build/api/schema/input-source/load.d.ts +2 -0
- package/build/api/schema/input-source/load.d.ts.map +1 -1
- package/build/api/schema/input-source/load.js.map +1 -1
- package/build/api/schema/input-sources/directory.d.ts +39 -39
- package/build/api/schema/input-sources/file.d.ts +39 -39
- package/build/api/schema/input-sources/introspection-file.d.ts +39 -39
- package/build/api/schema/input-sources/introspection.d.ts +39 -39
- package/build/api/schema/input-sources/memory.d.ts +39 -39
- package/build/api/schema/input-sources/versioned-directory.d.ts +79 -79
- package/build/api/schema/load.d.ts.map +1 -1
- package/build/api/schema/load.js +9 -2
- package/build/api/schema/load.js.map +1 -1
- package/build/lib/catalog/catalog.d.ts +1181 -1181
- package/build/lib/catalog/unversioned.d.ts +312 -312
- package/build/lib/catalog/versioned.d.ts +634 -634
- package/build/lib/change/change.d.ts +238 -238
- package/build/lib/document/document.d.ts +14 -8
- package/build/lib/document/document.d.ts.map +1 -1
- package/build/lib/document/versioned.d.ts +17 -10
- package/build/lib/document/versioned.d.ts.map +1 -1
- package/build/lib/grafaid/schema/KindMap/_.d.ts +1 -1
- package/build/lib/graphql-path/$$.d.ts +7 -13
- package/build/lib/graphql-path/$$.d.ts.map +1 -1
- package/build/lib/graphql-path/$$.js +7 -13
- package/build/lib/graphql-path/$$.js.map +1 -1
- package/build/lib/graphql-path/definition.d.ts +104 -94
- package/build/lib/graphql-path/definition.d.ts.map +1 -1
- package/build/lib/graphql-path/definition.js +126 -125
- package/build/lib/graphql-path/definition.js.map +1 -1
- package/build/lib/graphql-path/query.d.ts +25 -57
- package/build/lib/graphql-path/query.d.ts.map +1 -1
- package/build/lib/graphql-path/query.js +15 -93
- package/build/lib/graphql-path/query.js.map +1 -1
- package/build/lib/graphql-path/schema.d.ts +49 -0
- package/build/lib/graphql-path/schema.d.ts.map +1 -0
- package/build/lib/graphql-path/schema.js +89 -0
- package/build/lib/graphql-path/schema.js.map +1 -0
- package/build/lib/graphql-path/types.d.ts +76 -28
- package/build/lib/graphql-path/types.d.ts.map +1 -1
- package/build/lib/graphql-path/types.js +101 -2
- package/build/lib/graphql-path/types.js.map +1 -1
- package/build/lib/revision/revision.d.ts +1170 -1170
- package/build/lib/schema/schema.d.ts +708 -708
- package/build/lib/schema/unversioned.d.ts +1092 -1092
- package/build/lib/schema/versioned.d.ts +634 -634
- package/build/lib/semver/official-release.d.ts +10 -10
- package/build/lib/semver/pre-release.d.ts +10 -10
- package/build/lib/semver/semver.d.ts +50 -50
- package/build/lib/version-coverage/version-coverage.d.ts +43 -11
- package/build/lib/version-coverage/version-coverage.d.ts.map +1 -1
- package/build/lib/version-coverage/version-coverage.js +40 -6
- package/build/lib/version-coverage/version-coverage.js.map +1 -1
- package/build/template/hooks/use-examples.d.ts +1 -1
- package/build/template/routes/changelog/ChangelogSidebar.d.ts +2 -2
- package/build/template/routes/changelog/ChangelogSidebar.d.ts.map +1 -1
- package/build/template/routes/changelog/ChangelogSidebar.js +4 -4
- package/build/template/routes/changelog/ChangelogSidebar.js.map +1 -1
- package/build/template/routes/examples/_.d.ts +3 -3
- package/build/template/routes/examples/_index.d.ts +2 -2
- package/build/template/routes/examples/name.d.ts +3 -3
- package/build/template/stores/changelog.d.ts +39 -39
- package/build/vite/plugins/examples.d.ts.map +1 -1
- package/build/vite/plugins/examples.js +0 -2
- package/build/vite/plugins/examples.js.map +1 -1
- package/build/vite/plugins/schemas.d.ts.map +1 -1
- package/build/vite/plugins/schemas.js +38 -2
- package/build/vite/plugins/schemas.js.map +1 -1
- package/package.json +1 -1
- package/src/api/examples/diagnostic/diagnostic.ts +0 -3
- package/src/api/examples/scanner.test.ts +83 -0
- package/src/api/examples/scanner.ts +17 -21
- package/src/api/schema/augmentations/$$.ts +6 -0
- package/src/api/schema/augmentations/$.ts +1 -1
- package/src/api/schema/augmentations/apply.test.ts +89 -0
- package/src/api/schema/augmentations/apply.ts +277 -0
- package/src/api/schema/augmentations/augmentation.ts +24 -0
- package/src/api/schema/augmentations/config.ts +11 -0
- package/src/api/schema/augmentations/diagnostics/diagnostic.ts +20 -0
- package/src/api/schema/augmentations/diagnostics/duplicate-version.ts +20 -0
- package/src/api/schema/augmentations/diagnostics/invalid-path.ts +21 -0
- package/src/api/schema/augmentations/diagnostics/version-mismatch.ts +21 -0
- package/src/api/schema/augmentations/input.test.ts +144 -0
- package/src/api/schema/augmentations/input.ts +215 -0
- package/src/api/schema/augmentations/placement.ts +11 -0
- package/src/api/schema/config-schema.ts +2 -2
- package/src/api/schema/input-source/load.ts +2 -0
- package/src/api/schema/load.ts +19 -2
- package/src/lib/graphql-path/$$.ts +7 -13
- package/src/lib/graphql-path/$.test.ts +175 -0
- package/src/lib/graphql-path/definition.ts +162 -162
- package/src/lib/graphql-path/query.ts +15 -98
- package/src/lib/graphql-path/schema.ts +136 -0
- package/src/lib/graphql-path/types.ts +108 -28
- package/src/lib/version-coverage/version-coverage.ts +48 -6
- package/src/template/routes/changelog/ChangelogSidebar.tsx +4 -4
- package/src/vite/plugins/examples.ts +0 -2
- package/src/vite/plugins/schemas.ts +51 -2
- package/build/api/examples/diagnostic/unused-default.d.ts +0 -49
- package/build/api/examples/diagnostic/unused-default.d.ts.map +0 -1
- package/build/api/examples/diagnostic/unused-default.js +0 -19
- package/build/api/examples/diagnostic/unused-default.js.map +0 -1
- package/build/api/schema/augmentations/augmentations/description.d.ts +0 -26
- package/build/api/schema/augmentations/augmentations/description.d.ts.map +0 -1
- package/build/api/schema/augmentations/augmentations/description.js +0 -55
- package/build/api/schema/augmentations/augmentations/description.js.map +0 -1
- package/build/api/schema/augmentations/schema-augmentation.d.ts +0 -20
- package/build/api/schema/augmentations/schema-augmentation.d.ts.map +0 -1
- package/build/api/schema/augmentations/schema-augmentation.js +0 -22
- package/build/api/schema/augmentations/schema-augmentation.js.map +0 -1
- package/build/api/schema/augmentations/target.d.ts +0 -25
- package/build/api/schema/augmentations/target.d.ts.map +0 -1
- package/build/api/schema/augmentations/target.js +0 -39
- package/build/api/schema/augmentations/target.js.map +0 -1
- package/build/lib/graphql-path/constructors.d.ts +0 -57
- package/build/lib/graphql-path/constructors.d.ts.map +0 -1
- package/build/lib/graphql-path/constructors.js +0 -73
- package/build/lib/graphql-path/constructors.js.map +0 -1
- package/src/api/examples/diagnostic/unused-default.ts +0 -22
- package/src/api/schema/augmentations/augmentations/description.ts +0 -69
- package/src/api/schema/augmentations/schema-augmentation.ts +0 -32
- package/src/api/schema/augmentations/target.ts +0 -61
- package/src/lib/graphql-path/constructors.ts +0 -81
@@ -13,77 +13,77 @@ export type OfficialRelease = typeof OfficialRelease.Type;
|
|
13
13
|
export declare const make: (props: {
|
14
14
|
readonly build?: readonly string[] | undefined;
|
15
15
|
readonly _tag?: "SemverOfficialRelease";
|
16
|
-
readonly version: VltVersion;
|
17
16
|
readonly major: number;
|
18
17
|
readonly minor: number;
|
19
18
|
readonly patch: number;
|
19
|
+
readonly version: VltVersion;
|
20
20
|
}, options?: S.MakeOptions) => {
|
21
21
|
readonly build?: readonly string[] | undefined;
|
22
22
|
readonly _tag: "SemverOfficialRelease";
|
23
|
-
readonly version: VltVersion;
|
24
23
|
readonly major: number;
|
25
24
|
readonly minor: number;
|
26
25
|
readonly patch: number;
|
26
|
+
readonly version: VltVersion;
|
27
27
|
};
|
28
28
|
export declare const is: (u: unknown, overrideOptions?: import("effect/SchemaAST").ParseOptions | number) => u is {
|
29
29
|
readonly build?: readonly string[] | undefined;
|
30
30
|
readonly _tag: "SemverOfficialRelease";
|
31
|
-
readonly version: VltVersion;
|
32
31
|
readonly major: number;
|
33
32
|
readonly minor: number;
|
34
33
|
readonly patch: number;
|
34
|
+
readonly version: VltVersion;
|
35
35
|
};
|
36
36
|
export declare const decode: (i: {
|
37
37
|
readonly _tag: "SemverOfficialRelease";
|
38
|
-
readonly version: VltVersion;
|
39
38
|
readonly major: number;
|
40
39
|
readonly minor: number;
|
41
40
|
readonly patch: number;
|
41
|
+
readonly version: VltVersion;
|
42
42
|
readonly build?: readonly string[] | undefined;
|
43
43
|
}, overrideOptions?: import("effect/SchemaAST").ParseOptions) => import("effect/Effect").Effect<{
|
44
44
|
readonly build?: readonly string[] | undefined;
|
45
45
|
readonly _tag: "SemverOfficialRelease";
|
46
|
-
readonly version: VltVersion;
|
47
46
|
readonly major: number;
|
48
47
|
readonly minor: number;
|
49
48
|
readonly patch: number;
|
49
|
+
readonly version: VltVersion;
|
50
50
|
}, import("effect/ParseResult").ParseError, never>;
|
51
51
|
export declare const decodeSync: (i: {
|
52
52
|
readonly _tag: "SemverOfficialRelease";
|
53
|
-
readonly version: VltVersion;
|
54
53
|
readonly major: number;
|
55
54
|
readonly minor: number;
|
56
55
|
readonly patch: number;
|
56
|
+
readonly version: VltVersion;
|
57
57
|
readonly build?: readonly string[] | undefined;
|
58
58
|
}, overrideOptions?: import("effect/SchemaAST").ParseOptions) => {
|
59
59
|
readonly build?: readonly string[] | undefined;
|
60
60
|
readonly _tag: "SemverOfficialRelease";
|
61
|
-
readonly version: VltVersion;
|
62
61
|
readonly major: number;
|
63
62
|
readonly minor: number;
|
64
63
|
readonly patch: number;
|
64
|
+
readonly version: VltVersion;
|
65
65
|
};
|
66
66
|
export declare const encode: (a: {
|
67
67
|
readonly build?: readonly string[] | undefined;
|
68
68
|
readonly _tag: "SemverOfficialRelease";
|
69
|
-
readonly version: VltVersion;
|
70
69
|
readonly major: number;
|
71
70
|
readonly minor: number;
|
72
71
|
readonly patch: number;
|
72
|
+
readonly version: VltVersion;
|
73
73
|
}, overrideOptions?: import("effect/SchemaAST").ParseOptions) => import("effect/Effect").Effect<{
|
74
74
|
readonly _tag: "SemverOfficialRelease";
|
75
|
-
readonly version: VltVersion;
|
76
75
|
readonly major: number;
|
77
76
|
readonly minor: number;
|
78
77
|
readonly patch: number;
|
78
|
+
readonly version: VltVersion;
|
79
79
|
readonly build?: readonly string[] | undefined;
|
80
80
|
}, import("effect/ParseResult").ParseError, never>;
|
81
81
|
export declare const equivalence: import("effect/Equivalence").Equivalence<{
|
82
82
|
readonly build?: readonly string[] | undefined;
|
83
83
|
readonly _tag: "SemverOfficialRelease";
|
84
|
-
readonly version: VltVersion;
|
85
84
|
readonly major: number;
|
86
85
|
readonly minor: number;
|
87
86
|
readonly patch: number;
|
87
|
+
readonly version: VltVersion;
|
88
88
|
}>;
|
89
89
|
//# sourceMappingURL=official-release.d.ts.map
|
@@ -14,87 +14,87 @@ export type PreRelease = typeof PreRelease.Type;
|
|
14
14
|
export declare const make: (props: {
|
15
15
|
readonly build?: readonly string[] | undefined;
|
16
16
|
readonly _tag?: "SemverPreRelease";
|
17
|
-
readonly version: VltVersion;
|
18
17
|
readonly major: number;
|
19
18
|
readonly minor: number;
|
20
19
|
readonly patch: number;
|
20
|
+
readonly version: VltVersion;
|
21
21
|
readonly prerelease: readonly [string | number, ...(string | number)[]];
|
22
22
|
}, options?: S.MakeOptions) => {
|
23
23
|
readonly build?: readonly string[] | undefined;
|
24
24
|
readonly _tag: "SemverPreRelease";
|
25
|
-
readonly version: VltVersion;
|
26
25
|
readonly major: number;
|
27
26
|
readonly minor: number;
|
28
27
|
readonly patch: number;
|
28
|
+
readonly version: VltVersion;
|
29
29
|
readonly prerelease: readonly [string | number, ...(string | number)[]];
|
30
30
|
};
|
31
31
|
export declare const is: (u: unknown, overrideOptions?: import("effect/SchemaAST").ParseOptions | number) => u is {
|
32
32
|
readonly build?: readonly string[] | undefined;
|
33
33
|
readonly _tag: "SemverPreRelease";
|
34
|
-
readonly version: VltVersion;
|
35
34
|
readonly major: number;
|
36
35
|
readonly minor: number;
|
37
36
|
readonly patch: number;
|
37
|
+
readonly version: VltVersion;
|
38
38
|
readonly prerelease: readonly [string | number, ...(string | number)[]];
|
39
39
|
};
|
40
40
|
export declare const decode: (i: {
|
41
41
|
readonly _tag: "SemverPreRelease";
|
42
|
-
readonly version: VltVersion;
|
43
42
|
readonly major: number;
|
44
43
|
readonly minor: number;
|
45
44
|
readonly patch: number;
|
45
|
+
readonly version: VltVersion;
|
46
46
|
readonly prerelease: readonly [string | number, ...(string | number)[]];
|
47
47
|
readonly build?: readonly string[] | undefined;
|
48
48
|
}, overrideOptions?: import("effect/SchemaAST").ParseOptions) => import("effect/Effect").Effect<{
|
49
49
|
readonly build?: readonly string[] | undefined;
|
50
50
|
readonly _tag: "SemverPreRelease";
|
51
|
-
readonly version: VltVersion;
|
52
51
|
readonly major: number;
|
53
52
|
readonly minor: number;
|
54
53
|
readonly patch: number;
|
54
|
+
readonly version: VltVersion;
|
55
55
|
readonly prerelease: readonly [string | number, ...(string | number)[]];
|
56
56
|
}, import("effect/ParseResult").ParseError, never>;
|
57
57
|
export declare const decodeSync: (i: {
|
58
58
|
readonly _tag: "SemverPreRelease";
|
59
|
-
readonly version: VltVersion;
|
60
59
|
readonly major: number;
|
61
60
|
readonly minor: number;
|
62
61
|
readonly patch: number;
|
62
|
+
readonly version: VltVersion;
|
63
63
|
readonly prerelease: readonly [string | number, ...(string | number)[]];
|
64
64
|
readonly build?: readonly string[] | undefined;
|
65
65
|
}, overrideOptions?: import("effect/SchemaAST").ParseOptions) => {
|
66
66
|
readonly build?: readonly string[] | undefined;
|
67
67
|
readonly _tag: "SemverPreRelease";
|
68
|
-
readonly version: VltVersion;
|
69
68
|
readonly major: number;
|
70
69
|
readonly minor: number;
|
71
70
|
readonly patch: number;
|
71
|
+
readonly version: VltVersion;
|
72
72
|
readonly prerelease: readonly [string | number, ...(string | number)[]];
|
73
73
|
};
|
74
74
|
export declare const encode: (a: {
|
75
75
|
readonly build?: readonly string[] | undefined;
|
76
76
|
readonly _tag: "SemverPreRelease";
|
77
|
-
readonly version: VltVersion;
|
78
77
|
readonly major: number;
|
79
78
|
readonly minor: number;
|
80
79
|
readonly patch: number;
|
80
|
+
readonly version: VltVersion;
|
81
81
|
readonly prerelease: readonly [string | number, ...(string | number)[]];
|
82
82
|
}, overrideOptions?: import("effect/SchemaAST").ParseOptions) => import("effect/Effect").Effect<{
|
83
83
|
readonly _tag: "SemverPreRelease";
|
84
|
-
readonly version: VltVersion;
|
85
84
|
readonly major: number;
|
86
85
|
readonly minor: number;
|
87
86
|
readonly patch: number;
|
87
|
+
readonly version: VltVersion;
|
88
88
|
readonly prerelease: readonly [string | number, ...(string | number)[]];
|
89
89
|
readonly build?: readonly string[] | undefined;
|
90
90
|
}, import("effect/ParseResult").ParseError, never>;
|
91
91
|
export declare const equivalence: import("effect/Equivalence").Equivalence<{
|
92
92
|
readonly build?: readonly string[] | undefined;
|
93
93
|
readonly _tag: "SemverPreRelease";
|
94
|
-
readonly version: VltVersion;
|
95
94
|
readonly major: number;
|
96
95
|
readonly minor: number;
|
97
96
|
readonly patch: number;
|
97
|
+
readonly version: VltVersion;
|
98
98
|
readonly prerelease: readonly [string | number, ...(string | number)[]];
|
99
99
|
}>;
|
100
100
|
//# sourceMappingURL=pre-release.d.ts.map
|
@@ -31,93 +31,93 @@ export declare const min: {
|
|
31
31
|
(that: {
|
32
32
|
readonly build?: readonly string[] | undefined;
|
33
33
|
readonly _tag: "SemverOfficialRelease";
|
34
|
-
readonly version: VltVersion;
|
35
34
|
readonly major: number;
|
36
35
|
readonly minor: number;
|
37
36
|
readonly patch: number;
|
37
|
+
readonly version: VltVersion;
|
38
38
|
} | {
|
39
39
|
readonly build?: readonly string[] | undefined;
|
40
40
|
readonly _tag: "SemverPreRelease";
|
41
|
-
readonly version: VltVersion;
|
42
41
|
readonly major: number;
|
43
42
|
readonly minor: number;
|
44
43
|
readonly patch: number;
|
44
|
+
readonly version: VltVersion;
|
45
45
|
readonly prerelease: readonly [string | number, ...(string | number)[]];
|
46
46
|
}): (self: {
|
47
47
|
readonly build?: readonly string[] | undefined;
|
48
48
|
readonly _tag: "SemverOfficialRelease";
|
49
|
-
readonly version: VltVersion;
|
50
49
|
readonly major: number;
|
51
50
|
readonly minor: number;
|
52
51
|
readonly patch: number;
|
52
|
+
readonly version: VltVersion;
|
53
53
|
} | {
|
54
54
|
readonly build?: readonly string[] | undefined;
|
55
55
|
readonly _tag: "SemverPreRelease";
|
56
|
-
readonly version: VltVersion;
|
57
56
|
readonly major: number;
|
58
57
|
readonly minor: number;
|
59
58
|
readonly patch: number;
|
59
|
+
readonly version: VltVersion;
|
60
60
|
readonly prerelease: readonly [string | number, ...(string | number)[]];
|
61
61
|
}) => {
|
62
62
|
readonly build?: readonly string[] | undefined;
|
63
63
|
readonly _tag: "SemverOfficialRelease";
|
64
|
-
readonly version: VltVersion;
|
65
64
|
readonly major: number;
|
66
65
|
readonly minor: number;
|
67
66
|
readonly patch: number;
|
67
|
+
readonly version: VltVersion;
|
68
68
|
} | {
|
69
69
|
readonly build?: readonly string[] | undefined;
|
70
70
|
readonly _tag: "SemverPreRelease";
|
71
|
-
readonly version: VltVersion;
|
72
71
|
readonly major: number;
|
73
72
|
readonly minor: number;
|
74
73
|
readonly patch: number;
|
74
|
+
readonly version: VltVersion;
|
75
75
|
readonly prerelease: readonly [string | number, ...(string | number)[]];
|
76
76
|
};
|
77
77
|
(self: {
|
78
78
|
readonly build?: readonly string[] | undefined;
|
79
79
|
readonly _tag: "SemverOfficialRelease";
|
80
|
-
readonly version: VltVersion;
|
81
80
|
readonly major: number;
|
82
81
|
readonly minor: number;
|
83
82
|
readonly patch: number;
|
83
|
+
readonly version: VltVersion;
|
84
84
|
} | {
|
85
85
|
readonly build?: readonly string[] | undefined;
|
86
86
|
readonly _tag: "SemverPreRelease";
|
87
|
-
readonly version: VltVersion;
|
88
87
|
readonly major: number;
|
89
88
|
readonly minor: number;
|
90
89
|
readonly patch: number;
|
90
|
+
readonly version: VltVersion;
|
91
91
|
readonly prerelease: readonly [string | number, ...(string | number)[]];
|
92
92
|
}, that: {
|
93
93
|
readonly build?: readonly string[] | undefined;
|
94
94
|
readonly _tag: "SemverOfficialRelease";
|
95
|
-
readonly version: VltVersion;
|
96
95
|
readonly major: number;
|
97
96
|
readonly minor: number;
|
98
97
|
readonly patch: number;
|
98
|
+
readonly version: VltVersion;
|
99
99
|
} | {
|
100
100
|
readonly build?: readonly string[] | undefined;
|
101
101
|
readonly _tag: "SemverPreRelease";
|
102
|
-
readonly version: VltVersion;
|
103
102
|
readonly major: number;
|
104
103
|
readonly minor: number;
|
105
104
|
readonly patch: number;
|
105
|
+
readonly version: VltVersion;
|
106
106
|
readonly prerelease: readonly [string | number, ...(string | number)[]];
|
107
107
|
}): {
|
108
108
|
readonly build?: readonly string[] | undefined;
|
109
109
|
readonly _tag: "SemverOfficialRelease";
|
110
|
-
readonly version: VltVersion;
|
111
110
|
readonly major: number;
|
112
111
|
readonly minor: number;
|
113
112
|
readonly patch: number;
|
113
|
+
readonly version: VltVersion;
|
114
114
|
} | {
|
115
115
|
readonly build?: readonly string[] | undefined;
|
116
116
|
readonly _tag: "SemverPreRelease";
|
117
|
-
readonly version: VltVersion;
|
118
117
|
readonly major: number;
|
119
118
|
readonly minor: number;
|
120
119
|
readonly patch: number;
|
120
|
+
readonly version: VltVersion;
|
121
121
|
readonly prerelease: readonly [string | number, ...(string | number)[]];
|
122
122
|
};
|
123
123
|
};
|
@@ -125,93 +125,93 @@ export declare const max: {
|
|
125
125
|
(that: {
|
126
126
|
readonly build?: readonly string[] | undefined;
|
127
127
|
readonly _tag: "SemverOfficialRelease";
|
128
|
-
readonly version: VltVersion;
|
129
128
|
readonly major: number;
|
130
129
|
readonly minor: number;
|
131
130
|
readonly patch: number;
|
131
|
+
readonly version: VltVersion;
|
132
132
|
} | {
|
133
133
|
readonly build?: readonly string[] | undefined;
|
134
134
|
readonly _tag: "SemverPreRelease";
|
135
|
-
readonly version: VltVersion;
|
136
135
|
readonly major: number;
|
137
136
|
readonly minor: number;
|
138
137
|
readonly patch: number;
|
138
|
+
readonly version: VltVersion;
|
139
139
|
readonly prerelease: readonly [string | number, ...(string | number)[]];
|
140
140
|
}): (self: {
|
141
141
|
readonly build?: readonly string[] | undefined;
|
142
142
|
readonly _tag: "SemverOfficialRelease";
|
143
|
-
readonly version: VltVersion;
|
144
143
|
readonly major: number;
|
145
144
|
readonly minor: number;
|
146
145
|
readonly patch: number;
|
146
|
+
readonly version: VltVersion;
|
147
147
|
} | {
|
148
148
|
readonly build?: readonly string[] | undefined;
|
149
149
|
readonly _tag: "SemverPreRelease";
|
150
|
-
readonly version: VltVersion;
|
151
150
|
readonly major: number;
|
152
151
|
readonly minor: number;
|
153
152
|
readonly patch: number;
|
153
|
+
readonly version: VltVersion;
|
154
154
|
readonly prerelease: readonly [string | number, ...(string | number)[]];
|
155
155
|
}) => {
|
156
156
|
readonly build?: readonly string[] | undefined;
|
157
157
|
readonly _tag: "SemverOfficialRelease";
|
158
|
-
readonly version: VltVersion;
|
159
158
|
readonly major: number;
|
160
159
|
readonly minor: number;
|
161
160
|
readonly patch: number;
|
161
|
+
readonly version: VltVersion;
|
162
162
|
} | {
|
163
163
|
readonly build?: readonly string[] | undefined;
|
164
164
|
readonly _tag: "SemverPreRelease";
|
165
|
-
readonly version: VltVersion;
|
166
165
|
readonly major: number;
|
167
166
|
readonly minor: number;
|
168
167
|
readonly patch: number;
|
168
|
+
readonly version: VltVersion;
|
169
169
|
readonly prerelease: readonly [string | number, ...(string | number)[]];
|
170
170
|
};
|
171
171
|
(self: {
|
172
172
|
readonly build?: readonly string[] | undefined;
|
173
173
|
readonly _tag: "SemverOfficialRelease";
|
174
|
-
readonly version: VltVersion;
|
175
174
|
readonly major: number;
|
176
175
|
readonly minor: number;
|
177
176
|
readonly patch: number;
|
177
|
+
readonly version: VltVersion;
|
178
178
|
} | {
|
179
179
|
readonly build?: readonly string[] | undefined;
|
180
180
|
readonly _tag: "SemverPreRelease";
|
181
|
-
readonly version: VltVersion;
|
182
181
|
readonly major: number;
|
183
182
|
readonly minor: number;
|
184
183
|
readonly patch: number;
|
184
|
+
readonly version: VltVersion;
|
185
185
|
readonly prerelease: readonly [string | number, ...(string | number)[]];
|
186
186
|
}, that: {
|
187
187
|
readonly build?: readonly string[] | undefined;
|
188
188
|
readonly _tag: "SemverOfficialRelease";
|
189
|
-
readonly version: VltVersion;
|
190
189
|
readonly major: number;
|
191
190
|
readonly minor: number;
|
192
191
|
readonly patch: number;
|
192
|
+
readonly version: VltVersion;
|
193
193
|
} | {
|
194
194
|
readonly build?: readonly string[] | undefined;
|
195
195
|
readonly _tag: "SemverPreRelease";
|
196
|
-
readonly version: VltVersion;
|
197
196
|
readonly major: number;
|
198
197
|
readonly minor: number;
|
199
198
|
readonly patch: number;
|
199
|
+
readonly version: VltVersion;
|
200
200
|
readonly prerelease: readonly [string | number, ...(string | number)[]];
|
201
201
|
}): {
|
202
202
|
readonly build?: readonly string[] | undefined;
|
203
203
|
readonly _tag: "SemverOfficialRelease";
|
204
|
-
readonly version: VltVersion;
|
205
204
|
readonly major: number;
|
206
205
|
readonly minor: number;
|
207
206
|
readonly patch: number;
|
207
|
+
readonly version: VltVersion;
|
208
208
|
} | {
|
209
209
|
readonly build?: readonly string[] | undefined;
|
210
210
|
readonly _tag: "SemverPreRelease";
|
211
|
-
readonly version: VltVersion;
|
212
211
|
readonly major: number;
|
213
212
|
readonly minor: number;
|
214
213
|
readonly patch: number;
|
214
|
+
readonly version: VltVersion;
|
215
215
|
readonly prerelease: readonly [string | number, ...(string | number)[]];
|
216
216
|
};
|
217
217
|
};
|
@@ -219,63 +219,63 @@ export declare const lessThan: {
|
|
219
219
|
(that: {
|
220
220
|
readonly build?: readonly string[] | undefined;
|
221
221
|
readonly _tag: "SemverOfficialRelease";
|
222
|
-
readonly version: VltVersion;
|
223
222
|
readonly major: number;
|
224
223
|
readonly minor: number;
|
225
224
|
readonly patch: number;
|
225
|
+
readonly version: VltVersion;
|
226
226
|
} | {
|
227
227
|
readonly build?: readonly string[] | undefined;
|
228
228
|
readonly _tag: "SemverPreRelease";
|
229
|
-
readonly version: VltVersion;
|
230
229
|
readonly major: number;
|
231
230
|
readonly minor: number;
|
232
231
|
readonly patch: number;
|
232
|
+
readonly version: VltVersion;
|
233
233
|
readonly prerelease: readonly [string | number, ...(string | number)[]];
|
234
234
|
}): (self: {
|
235
235
|
readonly build?: readonly string[] | undefined;
|
236
236
|
readonly _tag: "SemverOfficialRelease";
|
237
|
-
readonly version: VltVersion;
|
238
237
|
readonly major: number;
|
239
238
|
readonly minor: number;
|
240
239
|
readonly patch: number;
|
240
|
+
readonly version: VltVersion;
|
241
241
|
} | {
|
242
242
|
readonly build?: readonly string[] | undefined;
|
243
243
|
readonly _tag: "SemverPreRelease";
|
244
|
-
readonly version: VltVersion;
|
245
244
|
readonly major: number;
|
246
245
|
readonly minor: number;
|
247
246
|
readonly patch: number;
|
247
|
+
readonly version: VltVersion;
|
248
248
|
readonly prerelease: readonly [string | number, ...(string | number)[]];
|
249
249
|
}) => boolean;
|
250
250
|
(self: {
|
251
251
|
readonly build?: readonly string[] | undefined;
|
252
252
|
readonly _tag: "SemverOfficialRelease";
|
253
|
-
readonly version: VltVersion;
|
254
253
|
readonly major: number;
|
255
254
|
readonly minor: number;
|
256
255
|
readonly patch: number;
|
256
|
+
readonly version: VltVersion;
|
257
257
|
} | {
|
258
258
|
readonly build?: readonly string[] | undefined;
|
259
259
|
readonly _tag: "SemverPreRelease";
|
260
|
-
readonly version: VltVersion;
|
261
260
|
readonly major: number;
|
262
261
|
readonly minor: number;
|
263
262
|
readonly patch: number;
|
263
|
+
readonly version: VltVersion;
|
264
264
|
readonly prerelease: readonly [string | number, ...(string | number)[]];
|
265
265
|
}, that: {
|
266
266
|
readonly build?: readonly string[] | undefined;
|
267
267
|
readonly _tag: "SemverOfficialRelease";
|
268
|
-
readonly version: VltVersion;
|
269
268
|
readonly major: number;
|
270
269
|
readonly minor: number;
|
271
270
|
readonly patch: number;
|
271
|
+
readonly version: VltVersion;
|
272
272
|
} | {
|
273
273
|
readonly build?: readonly string[] | undefined;
|
274
274
|
readonly _tag: "SemverPreRelease";
|
275
|
-
readonly version: VltVersion;
|
276
275
|
readonly major: number;
|
277
276
|
readonly minor: number;
|
278
277
|
readonly patch: number;
|
278
|
+
readonly version: VltVersion;
|
279
279
|
readonly prerelease: readonly [string | number, ...(string | number)[]];
|
280
280
|
}): boolean;
|
281
281
|
};
|
@@ -283,63 +283,63 @@ export declare const greaterThan: {
|
|
283
283
|
(that: {
|
284
284
|
readonly build?: readonly string[] | undefined;
|
285
285
|
readonly _tag: "SemverOfficialRelease";
|
286
|
-
readonly version: VltVersion;
|
287
286
|
readonly major: number;
|
288
287
|
readonly minor: number;
|
289
288
|
readonly patch: number;
|
289
|
+
readonly version: VltVersion;
|
290
290
|
} | {
|
291
291
|
readonly build?: readonly string[] | undefined;
|
292
292
|
readonly _tag: "SemverPreRelease";
|
293
|
-
readonly version: VltVersion;
|
294
293
|
readonly major: number;
|
295
294
|
readonly minor: number;
|
296
295
|
readonly patch: number;
|
296
|
+
readonly version: VltVersion;
|
297
297
|
readonly prerelease: readonly [string | number, ...(string | number)[]];
|
298
298
|
}): (self: {
|
299
299
|
readonly build?: readonly string[] | undefined;
|
300
300
|
readonly _tag: "SemverOfficialRelease";
|
301
|
-
readonly version: VltVersion;
|
302
301
|
readonly major: number;
|
303
302
|
readonly minor: number;
|
304
303
|
readonly patch: number;
|
304
|
+
readonly version: VltVersion;
|
305
305
|
} | {
|
306
306
|
readonly build?: readonly string[] | undefined;
|
307
307
|
readonly _tag: "SemverPreRelease";
|
308
|
-
readonly version: VltVersion;
|
309
308
|
readonly major: number;
|
310
309
|
readonly minor: number;
|
311
310
|
readonly patch: number;
|
311
|
+
readonly version: VltVersion;
|
312
312
|
readonly prerelease: readonly [string | number, ...(string | number)[]];
|
313
313
|
}) => boolean;
|
314
314
|
(self: {
|
315
315
|
readonly build?: readonly string[] | undefined;
|
316
316
|
readonly _tag: "SemverOfficialRelease";
|
317
|
-
readonly version: VltVersion;
|
318
317
|
readonly major: number;
|
319
318
|
readonly minor: number;
|
320
319
|
readonly patch: number;
|
320
|
+
readonly version: VltVersion;
|
321
321
|
} | {
|
322
322
|
readonly build?: readonly string[] | undefined;
|
323
323
|
readonly _tag: "SemverPreRelease";
|
324
|
-
readonly version: VltVersion;
|
325
324
|
readonly major: number;
|
326
325
|
readonly minor: number;
|
327
326
|
readonly patch: number;
|
327
|
+
readonly version: VltVersion;
|
328
328
|
readonly prerelease: readonly [string | number, ...(string | number)[]];
|
329
329
|
}, that: {
|
330
330
|
readonly build?: readonly string[] | undefined;
|
331
331
|
readonly _tag: "SemverOfficialRelease";
|
332
|
-
readonly version: VltVersion;
|
333
332
|
readonly major: number;
|
334
333
|
readonly minor: number;
|
335
334
|
readonly patch: number;
|
335
|
+
readonly version: VltVersion;
|
336
336
|
} | {
|
337
337
|
readonly build?: readonly string[] | undefined;
|
338
338
|
readonly _tag: "SemverPreRelease";
|
339
|
-
readonly version: VltVersion;
|
340
339
|
readonly major: number;
|
341
340
|
readonly minor: number;
|
342
341
|
readonly patch: number;
|
342
|
+
readonly version: VltVersion;
|
343
343
|
readonly prerelease: readonly [string | number, ...(string | number)[]];
|
344
344
|
}): boolean;
|
345
345
|
};
|
@@ -347,81 +347,81 @@ export declare const equivalence: Equivalence.Equivalence<Semver>;
|
|
347
347
|
export declare const is: (u: unknown, overrideOptions?: import("effect/SchemaAST").ParseOptions | number) => u is {
|
348
348
|
readonly build?: readonly string[] | undefined;
|
349
349
|
readonly _tag: "SemverOfficialRelease";
|
350
|
-
readonly version: VltVersion;
|
351
350
|
readonly major: number;
|
352
351
|
readonly minor: number;
|
353
352
|
readonly patch: number;
|
353
|
+
readonly version: VltVersion;
|
354
354
|
} | {
|
355
355
|
readonly build?: readonly string[] | undefined;
|
356
356
|
readonly _tag: "SemverPreRelease";
|
357
|
-
readonly version: VltVersion;
|
358
357
|
readonly major: number;
|
359
358
|
readonly minor: number;
|
360
359
|
readonly patch: number;
|
360
|
+
readonly version: VltVersion;
|
361
361
|
readonly prerelease: readonly [string | number, ...(string | number)[]];
|
362
362
|
};
|
363
363
|
export declare const decode: (i: string, overrideOptions?: import("effect/SchemaAST").ParseOptions) => Effect.Effect<{
|
364
364
|
readonly build?: readonly string[] | undefined;
|
365
365
|
readonly _tag: "SemverOfficialRelease";
|
366
|
-
readonly version: VltVersion;
|
367
366
|
readonly major: number;
|
368
367
|
readonly minor: number;
|
369
368
|
readonly patch: number;
|
369
|
+
readonly version: VltVersion;
|
370
370
|
} | {
|
371
371
|
readonly build?: readonly string[] | undefined;
|
372
372
|
readonly _tag: "SemverPreRelease";
|
373
|
-
readonly version: VltVersion;
|
374
373
|
readonly major: number;
|
375
374
|
readonly minor: number;
|
376
375
|
readonly patch: number;
|
376
|
+
readonly version: VltVersion;
|
377
377
|
readonly prerelease: readonly [string | number, ...(string | number)[]];
|
378
378
|
}, ParseResult.ParseError, never>;
|
379
379
|
export declare const decodeSync: (i: string, overrideOptions?: import("effect/SchemaAST").ParseOptions) => {
|
380
380
|
readonly build?: readonly string[] | undefined;
|
381
381
|
readonly _tag: "SemverOfficialRelease";
|
382
|
-
readonly version: VltVersion;
|
383
382
|
readonly major: number;
|
384
383
|
readonly minor: number;
|
385
384
|
readonly patch: number;
|
385
|
+
readonly version: VltVersion;
|
386
386
|
} | {
|
387
387
|
readonly build?: readonly string[] | undefined;
|
388
388
|
readonly _tag: "SemverPreRelease";
|
389
|
-
readonly version: VltVersion;
|
390
389
|
readonly major: number;
|
391
390
|
readonly minor: number;
|
392
391
|
readonly patch: number;
|
392
|
+
readonly version: VltVersion;
|
393
393
|
readonly prerelease: readonly [string | number, ...(string | number)[]];
|
394
394
|
};
|
395
395
|
export declare const encode: (a: {
|
396
396
|
readonly build?: readonly string[] | undefined;
|
397
397
|
readonly _tag: "SemverOfficialRelease";
|
398
|
-
readonly version: VltVersion;
|
399
398
|
readonly major: number;
|
400
399
|
readonly minor: number;
|
401
400
|
readonly patch: number;
|
401
|
+
readonly version: VltVersion;
|
402
402
|
} | {
|
403
403
|
readonly build?: readonly string[] | undefined;
|
404
404
|
readonly _tag: "SemverPreRelease";
|
405
|
-
readonly version: VltVersion;
|
406
405
|
readonly major: number;
|
407
406
|
readonly minor: number;
|
408
407
|
readonly patch: number;
|
408
|
+
readonly version: VltVersion;
|
409
409
|
readonly prerelease: readonly [string | number, ...(string | number)[]];
|
410
410
|
}, overrideOptions?: import("effect/SchemaAST").ParseOptions) => Effect.Effect<string, ParseResult.ParseError, never>;
|
411
411
|
export declare const fromString: (i: string, overrideOptions?: import("effect/SchemaAST").ParseOptions) => {
|
412
412
|
readonly build?: readonly string[] | undefined;
|
413
413
|
readonly _tag: "SemverOfficialRelease";
|
414
|
-
readonly version: VltVersion;
|
415
414
|
readonly major: number;
|
416
415
|
readonly minor: number;
|
417
416
|
readonly patch: number;
|
417
|
+
readonly version: VltVersion;
|
418
418
|
} | {
|
419
419
|
readonly build?: readonly string[] | undefined;
|
420
420
|
readonly _tag: "SemverPreRelease";
|
421
|
-
readonly version: VltVersion;
|
422
421
|
readonly major: number;
|
423
422
|
readonly minor: number;
|
424
423
|
readonly patch: number;
|
424
|
+
readonly version: VltVersion;
|
425
425
|
readonly prerelease: readonly [string | number, ...(string | number)[]];
|
426
426
|
};
|
427
427
|
/**
|