@learncard/didkey-plugin 1.0.8 → 1.0.9
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/didkey-plugin.cjs.development.js +2 -1
- package/dist/didkey-plugin.cjs.development.js.map +2 -2
- package/dist/didkey-plugin.cjs.production.min.js +1 -1
- package/dist/didkey-plugin.cjs.production.min.js.map +2 -2
- package/dist/didkey-plugin.esm.js +2 -1
- package/dist/didkey-plugin.esm.js.map +2 -2
- package/package.json +4 -4
|
@@ -3805,7 +3805,8 @@ var require_types_cjs_development = __commonJS({
|
|
|
3805
3805
|
var CredentialRecordValidator = mod.object({ id: mod.string(), uri: mod.string() }).catchall(mod.any());
|
|
3806
3806
|
var PaginationOptionsValidator = mod.object({
|
|
3807
3807
|
limit: mod.number(),
|
|
3808
|
-
cursor: mod.string().optional()
|
|
3808
|
+
cursor: mod.string().optional(),
|
|
3809
|
+
sort: mod.string().optional()
|
|
3809
3810
|
});
|
|
3810
3811
|
var PaginationResponseValidator = mod.object({
|
|
3811
3812
|
cursor: mod.string().optional(),
|