@helia/strings 2.0.0 → 2.0.1-ece384a
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 +5 -5
- package/dist/src/index.d.ts +1 -1
- package/dist/src/index.js +1 -1
- package/package.json +8 -8
- package/src/index.ts +1 -1
- package/dist/typedoc-urls.json +0 -12
package/README.md
CHANGED
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
|
|
9
9
|
[](https://ipfs.tech)
|
|
10
10
|
[](https://discuss.ipfs.tech)
|
|
11
|
-
[](https://codecov.io/gh/ipfs/helia)
|
|
12
|
+
[](https://github.com/ipfs/helia/actions/workflows/main.yml?query=branch%3Amain)
|
|
13
13
|
|
|
14
14
|
> Add/get IPLD blocks containing strings with your Helia node
|
|
15
15
|
|
|
@@ -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
|
|
|
@@ -50,7 +50,7 @@ Loading this module through a script tag will make it's exports available as `He
|
|
|
50
50
|
|
|
51
51
|
# API Docs
|
|
52
52
|
|
|
53
|
-
- <https://ipfs.github.io/helia
|
|
53
|
+
- <https://ipfs.github.io/helia/modules/_helia_strings.html>
|
|
54
54
|
|
|
55
55
|
# License
|
|
56
56
|
|
|
@@ -61,7 +61,7 @@ Licensed under either of
|
|
|
61
61
|
|
|
62
62
|
# Contribute
|
|
63
63
|
|
|
64
|
-
Contributions welcome! Please check out [the issues](https://github.com/ipfs/helia
|
|
64
|
+
Contributions welcome! Please check out [the issues](https://github.com/ipfs/helia/issues).
|
|
65
65
|
|
|
66
66
|
Also see our [contributing document](https://github.com/ipfs/community/blob/master/CONTRIBUTING_JS.md) for more information on how we work, and about contributing in general.
|
|
67
67
|
|
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
|
*
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@helia/strings",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1-ece384a",
|
|
4
4
|
"description": "Add/get IPLD blocks containing strings with your Helia node",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
|
-
"homepage": "https://github.com/ipfs/helia
|
|
6
|
+
"homepage": "https://github.com/ipfs/helia/tree/main/packages/strings#readme",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "git+https://github.com/ipfs/helia
|
|
9
|
+
"url": "git+https://github.com/ipfs/helia.git"
|
|
10
10
|
},
|
|
11
11
|
"bugs": {
|
|
12
|
-
"url": "https://github.com/ipfs/helia
|
|
12
|
+
"url": "https://github.com/ipfs/helia/issues"
|
|
13
13
|
},
|
|
14
14
|
"publishConfig": {
|
|
15
15
|
"access": "public",
|
|
@@ -141,15 +141,15 @@
|
|
|
141
141
|
"release": "aegir release"
|
|
142
142
|
},
|
|
143
143
|
"dependencies": {
|
|
144
|
-
"@helia/interface": "
|
|
144
|
+
"@helia/interface": "3.0.1-ece384a",
|
|
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
|
|
152
|
-
"blockstore-core": "^4.
|
|
153
|
-
"interface-blockstore": "^5.
|
|
151
|
+
"aegir": "^42.1.0",
|
|
152
|
+
"blockstore-core": "^4.3.8",
|
|
153
|
+
"interface-blockstore": "^5.2.9"
|
|
154
154
|
}
|
|
155
155
|
}
|
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
|
*
|
package/dist/typedoc-urls.json
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"AddOptions": "https://ipfs.github.io/helia-strings/interfaces/AddOptions.html",
|
|
3
|
-
".:AddOptions": "https://ipfs.github.io/helia-strings/interfaces/AddOptions.html",
|
|
4
|
-
"GetOptions": "https://ipfs.github.io/helia-strings/interfaces/GetOptions.html",
|
|
5
|
-
".:GetOptions": "https://ipfs.github.io/helia-strings/interfaces/GetOptions.html",
|
|
6
|
-
"Strings": "https://ipfs.github.io/helia-strings/interfaces/Strings.html",
|
|
7
|
-
".:Strings": "https://ipfs.github.io/helia-strings/interfaces/Strings.html",
|
|
8
|
-
"StringsComponents": "https://ipfs.github.io/helia-strings/interfaces/StringsComponents.html",
|
|
9
|
-
".:StringsComponents": "https://ipfs.github.io/helia-strings/interfaces/StringsComponents.html",
|
|
10
|
-
"strings": "https://ipfs.github.io/helia-strings/functions/strings-1.html",
|
|
11
|
-
".:strings": "https://ipfs.github.io/helia-strings/functions/strings-1.html"
|
|
12
|
-
}
|