@helia/strings 3.0.4 → 3.0.5-ac4bdb8
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/package.json +3 -3
- package/dist/typedoc-urls.json +0 -12
package/README.md
CHANGED
|
@@ -57,7 +57,7 @@ $ npm i @helia/strings
|
|
|
57
57
|
|
|
58
58
|
## Browser `<script>` tag
|
|
59
59
|
|
|
60
|
-
Loading this module through a script tag will make
|
|
60
|
+
Loading this module through a script tag will make its exports available as `HeliaStrings` in the global namespace.
|
|
61
61
|
|
|
62
62
|
```html
|
|
63
63
|
<script src="https://unpkg.com/@helia/strings/dist/index.min.js"></script>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@helia/strings",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.5-ac4bdb8",
|
|
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": "
|
|
144
|
+
"@helia/interface": "4.3.1-ac4bdb8",
|
|
145
145
|
"@libp2p/interfaces": "^3.3.2",
|
|
146
146
|
"interface-blockstore": "^5.2.10",
|
|
147
147
|
"multiformats": "^13.1.0",
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"uint8arrays": "^5.0.2"
|
|
150
150
|
},
|
|
151
151
|
"devDependencies": {
|
|
152
|
-
"aegir": "^
|
|
152
|
+
"aegir": "^44.0.1",
|
|
153
153
|
"blockstore-core": "^4.4.0"
|
|
154
154
|
},
|
|
155
155
|
"sideEffects": false
|
package/dist/typedoc-urls.json
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
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
|
-
}
|