@learncard/network-plugin 1.7.3 → 1.7.4
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/lcn-plugin.cjs.development.js +2 -1
- package/dist/lcn-plugin.cjs.development.js.map +2 -2
- package/dist/lcn-plugin.cjs.production.min.js +1 -1
- package/dist/lcn-plugin.cjs.production.min.js.map +2 -2
- package/dist/lcn-plugin.esm.js +2 -1
- package/dist/lcn-plugin.esm.js.map +2 -2
- package/package.json +8 -8
package/dist/lcn-plugin.esm.js
CHANGED
|
@@ -4470,7 +4470,8 @@ var CredentialInfoValidator = mod.object({
|
|
|
4470
4470
|
var CredentialRecordValidator = mod.object({ id: mod.string(), uri: mod.string() }).catchall(mod.any());
|
|
4471
4471
|
var PaginationOptionsValidator = mod.object({
|
|
4472
4472
|
limit: mod.number(),
|
|
4473
|
-
cursor: mod.string().optional()
|
|
4473
|
+
cursor: mod.string().optional(),
|
|
4474
|
+
sort: mod.string().optional()
|
|
4474
4475
|
});
|
|
4475
4476
|
var PaginationResponseValidator = mod.object({
|
|
4476
4477
|
cursor: mod.string().optional(),
|