Commit 72c580b 1 parent 335bcd7 commit 72c580b Copy full SHA for 72c580b
File tree 2 files changed +9
-7
lines changed
2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kitsonk/kv-toolbox" ,
3
- "version" : " 0.19.0-beta.2 " ,
3
+ "version" : " 0.19.0-beta.3 " ,
4
4
"exports" : {
5
5
"." : " ./toolbox.ts" ,
6
6
"./batched_atomic" : " ./batched_atomic.ts" ,
Original file line number Diff line number Diff line change 1
1
/**
2
+ * # KV Toolbox
3
+ *
2
4
* Provides a toolbox for interacting with a Deno KV store, including the
3
5
* ability to store values in an encrypted fashion. The main module exports a
4
6
* {@linkcode ToolboxKv} class that augments the Deno KV store with additional
49
51
* capabilities of the toolbox are provided by additional exports of the
50
52
* library:
51
53
*
52
- * - [batched_atomic](./doc/batched_atomic/~) - Provides a way to perform
54
+ * - [batched_atomic](.. /doc/batched_atomic/~) - Provides a way to perform
53
55
* atomic operations in batches while working around the limitations of
54
56
* Deno KV.
55
- * - [blob](./doc/blob/~) - Provides a way to store arbitrarily large binary
57
+ * - [blob](.. /doc/blob/~) - Provides a way to store arbitrarily large binary
56
58
* data in Deno KV.
57
- * - [crypto](./doc/crypto/~) - Provides a way to encrypt and decrypt data in
59
+ * - [crypto](.. /doc/crypto/~) - Provides a way to encrypt and decrypt data in
58
60
* Deno KV.
59
- * - [json](./doc/json/~) - Provides utilities for handling Deno KV entries,
61
+ * - [json](.. /doc/json/~) - Provides utilities for handling Deno KV entries,
60
62
* keys, and values as structures which can be serialized and deserialized to
61
63
* JSON.
62
- * - [keys](./doc/keys/~) - Provides convenience functions for working with
64
+ * - [keys](.. /doc/keys/~) - Provides convenience functions for working with
63
65
* keys in Deno KV.
64
- * - [ndjson](./doc/ndjson/~) - Utilities for handling NDJSON which is a method
66
+ * - [ndjson](.. /doc/ndjson/~) - Utilities for handling NDJSON which is a method
65
67
* for encoding JSON in a way that supports streaming, where each JSON entity
66
68
* is separated with a newline.
67
69
*
You can’t perform that action at this time.
0 commit comments