@helia/strings 2.0.0-a0692f9 → 2.0.1
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/README.md +1 -1
- package/dist/src/index.d.ts +1 -1
- package/dist/src/index.js +1 -1
- package/dist/typedoc-urls.json +12 -0
- package/package.json +3 -3
- package/src/index.ts +1 -1
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
|
|
18
18
|
`@helia/strings` makes working with strings Helia simple & straightforward.
|
|
19
19
|
|
|
20
|
-
See the
|
|
20
|
+
See the [API docs](https://ipfs.github.io/helia/modules/_helia_strings.html) for all available operations.
|
|
21
21
|
|
|
22
22
|
## Example
|
|
23
23
|
|
package/dist/src/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* `@helia/strings` makes working with strings {@link https://github.com/ipfs/helia Helia} simple & straightforward.
|
|
5
5
|
*
|
|
6
|
-
* See the
|
|
6
|
+
* See the [API docs](https://ipfs.github.io/helia/modules/_helia_strings.html) for all available operations.
|
|
7
7
|
*
|
|
8
8
|
* @example
|
|
9
9
|
*
|
package/dist/src/index.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* `@helia/strings` makes working with strings {@link https://github.com/ipfs/helia Helia} simple & straightforward.
|
|
5
5
|
*
|
|
6
|
-
* See the
|
|
6
|
+
* See the [API docs](https://ipfs.github.io/helia/modules/_helia_strings.html) for all available operations.
|
|
7
7
|
*
|
|
8
8
|
* @example
|
|
9
9
|
*
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"AddOptions": "https://ipfs.github.io/helia/interfaces/_helia_strings.AddOptions.html",
|
|
3
|
+
".:AddOptions": "https://ipfs.github.io/helia/interfaces/_helia_strings.AddOptions.html",
|
|
4
|
+
"GetOptions": "https://ipfs.github.io/helia/interfaces/_helia_strings.GetOptions.html",
|
|
5
|
+
".:GetOptions": "https://ipfs.github.io/helia/interfaces/_helia_strings.GetOptions.html",
|
|
6
|
+
"Strings": "https://ipfs.github.io/helia/interfaces/_helia_strings.Strings.html",
|
|
7
|
+
".:Strings": "https://ipfs.github.io/helia/interfaces/_helia_strings.Strings.html",
|
|
8
|
+
"StringsComponents": "https://ipfs.github.io/helia/interfaces/_helia_strings.StringsComponents.html",
|
|
9
|
+
".:StringsComponents": "https://ipfs.github.io/helia/interfaces/_helia_strings.StringsComponents.html",
|
|
10
|
+
"strings": "https://ipfs.github.io/helia/functions/_helia_strings.strings-1.html",
|
|
11
|
+
".:strings": "https://ipfs.github.io/helia/functions/_helia_strings.strings-1.html"
|
|
12
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@helia/strings",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "Add/get IPLD blocks containing strings with your Helia node",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/ipfs/helia/tree/main/packages/strings#readme",
|
|
@@ -141,14 +141,14 @@
|
|
|
141
141
|
"release": "aegir release"
|
|
142
142
|
},
|
|
143
143
|
"dependencies": {
|
|
144
|
-
"@helia/interface": "3.0.
|
|
144
|
+
"@helia/interface": "^3.0.1",
|
|
145
145
|
"@libp2p/interfaces": "^3.3.1",
|
|
146
146
|
"multiformats": "^13.0.0",
|
|
147
147
|
"progress-events": "^1.0.0",
|
|
148
148
|
"uint8arrays": "^5.0.1"
|
|
149
149
|
},
|
|
150
150
|
"devDependencies": {
|
|
151
|
-
"aegir": "^42.0
|
|
151
|
+
"aegir": "^42.1.0",
|
|
152
152
|
"blockstore-core": "^4.3.8",
|
|
153
153
|
"interface-blockstore": "^5.2.9"
|
|
154
154
|
}
|
package/src/index.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* `@helia/strings` makes working with strings {@link https://github.com/ipfs/helia Helia} simple & straightforward.
|
|
5
5
|
*
|
|
6
|
-
* See the
|
|
6
|
+
* See the [API docs](https://ipfs.github.io/helia/modules/_helia_strings.html) for all available operations.
|
|
7
7
|
*
|
|
8
8
|
* @example
|
|
9
9
|
*
|