@helia/strings 3.0.6-3bf5ab0 → 3.0.6
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/typedoc-urls.json +12 -0
- package/package.json +2 -2
|
@@ -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": "3.0.6
|
|
3
|
+
"version": "3.0.6",
|
|
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,7 +141,7 @@
|
|
|
141
141
|
"release": "aegir release"
|
|
142
142
|
},
|
|
143
143
|
"dependencies": {
|
|
144
|
-
"@helia/interface": "4.3.1
|
|
144
|
+
"@helia/interface": "^4.3.1",
|
|
145
145
|
"@libp2p/interface": "^1.1.4",
|
|
146
146
|
"interface-blockstore": "^5.2.10",
|
|
147
147
|
"multiformats": "^13.1.0",
|