@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
|
@@ -3828,7 +3828,8 @@ var require_types_cjs_development = __commonJS({
|
|
|
3828
3828
|
var CredentialRecordValidator = mod.object({ id: mod.string(), uri: mod.string() }).catchall(mod.any());
|
|
3829
3829
|
var PaginationOptionsValidator = mod.object({
|
|
3830
3830
|
limit: mod.number(),
|
|
3831
|
-
cursor: mod.string().optional()
|
|
3831
|
+
cursor: mod.string().optional(),
|
|
3832
|
+
sort: mod.string().optional()
|
|
3832
3833
|
});
|
|
3833
3834
|
var PaginationResponseValidator = mod.object({
|
|
3834
3835
|
cursor: mod.string().optional(),
|