@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 +1 -1
- package/src/KeyValueStorage.ts +2 -2
package/package.json
CHANGED
package/src/KeyValueStorage.ts
CHANGED
|
@@ -41,7 +41,7 @@ export class KeyValueStorage {
|
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
/**
|
|
44
|
-
* List
|
|
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
|
|
78
|
+
* List collections
|
|
79
79
|
*
|
|
80
80
|
* ```typescript
|
|
81
81
|
* const prefix = '__some_prefix';
|