@or-sdk/key-value-storage 0.23.5-beta.432.0 → 0.23.5-beta.433.0

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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.23.5-beta.432.0",
2
+ "version": "0.23.5-beta.433.0",
3
3
  "name": "@or-sdk/key-value-storage",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
@@ -41,7 +41,7 @@ export class KeyValueStorage {
41
41
  }
42
42
 
43
43
  /**
44
- * List collection with pagination
44
+ * List collections with pagination
45
45
  *
46
46
  * ```typescript
47
47
  * const prefix = '__some_prefix';
@@ -75,7 +75,7 @@ export class KeyValueStorage {
75
75
  }
76
76
 
77
77
  /**
78
- * List collection
78
+ * List collections
79
79
  *
80
80
  * ```typescript
81
81
  * const prefix = '__some_prefix';