@learncard/ceramic-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/ceramic-plugin.cjs.development.js +2 -1
- package/dist/ceramic-plugin.cjs.development.js.map +2 -2
- package/dist/ceramic-plugin.cjs.production.min.js +1 -1
- package/dist/ceramic-plugin.cjs.production.min.js.map +2 -2
- package/dist/ceramic-plugin.esm.js +2 -1
- package/dist/ceramic-plugin.esm.js.map +2 -2
- package/package.json +4 -4
|
@@ -51302,7 +51302,8 @@ var CredentialInfoValidator = mod.object({
|
|
|
51302
51302
|
var CredentialRecordValidator = mod.object({ id: mod.string(), uri: mod.string() }).catchall(mod.any());
|
|
51303
51303
|
var PaginationOptionsValidator = mod.object({
|
|
51304
51304
|
limit: mod.number(),
|
|
51305
|
-
cursor: mod.string().optional()
|
|
51305
|
+
cursor: mod.string().optional(),
|
|
51306
|
+
sort: mod.string().optional()
|
|
51306
51307
|
});
|
|
51307
51308
|
var PaginationResponseValidator = mod.object({
|
|
51308
51309
|
cursor: mod.string().optional(),
|