@helia/strings 2.0.0 → 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 CHANGED
@@ -8,8 +8,8 @@
8
8
 
9
9
  [![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech)
10
10
  [![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech)
11
- [![codecov](https://img.shields.io/codecov/c/github/ipfs/helia-strings.svg?style=flat-square)](https://codecov.io/gh/ipfs/helia-strings)
12
- [![CI](https://img.shields.io/github/actions/workflow/status/ipfs/helia-strings/js-test-and-release.yml?branch=main\&style=flat-square)](https://github.com/ipfs/helia-strings/actions/workflows/js-test-and-release.yml?query=branch%3Amain)
11
+ [![codecov](https://img.shields.io/codecov/c/github/ipfs/helia.svg?style=flat-square)](https://codecov.io/gh/ipfs/helia)
12
+ [![CI](https://img.shields.io/github/actions/workflow/status/ipfs/helia/main.yml?branch=main\&style=flat-square)](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 Strings interface for all available operations.
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-strings/modules/_helia_strings.html>
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-strings/issues).
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
 
@@ -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 {@link Strings Strings interface} for all available operations.
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 {@link Strings Strings interface} for all available operations.
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
  *
@@ -1,12 +1,12 @@
1
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"
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
12
  }
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@helia/strings",
3
- "version": "2.0.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
- "homepage": "https://github.com/ipfs/helia-strings/tree/main/packages/strings#readme",
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-strings.git"
9
+ "url": "git+https://github.com/ipfs/helia.git"
10
10
  },
11
11
  "bugs": {
12
- "url": "https://github.com/ipfs/helia-strings/issues"
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": "^3.0.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.1",
152
- "blockstore-core": "^4.0.1",
153
- "interface-blockstore": "^5.0.0"
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 {@link Strings Strings interface} for all available operations.
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
  *