@helia/utils 1.0.1-f7b5d3f → 1.1.0-075b6ca

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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/package.json +28 -28
  3. package/LICENSE +0 -4
package/README.md CHANGED
@@ -68,8 +68,8 @@ Loading this module through a script tag will make its exports available as `Hel
68
68
 
69
69
  Licensed under either of
70
70
 
71
- - Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
72
- - MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
71
+ - Apache 2.0, ([LICENSE-APACHE](https://github.com/ipfs/helia/blob/main/packages/utils/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
72
+ - MIT ([LICENSE-MIT](https://github.com/ipfs/helia/blob/main/packages/utils/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
73
73
 
74
74
  # Contribute
75
75
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helia/utils",
3
- "version": "1.0.1-f7b5d3f",
3
+ "version": "1.1.0-075b6ca",
4
4
  "description": "Shared code that implements the Helia API",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/ipfs/helia/tree/main/packages/utils#readme",
@@ -54,39 +54,39 @@
54
54
  "test:electron-main": "aegir test -t electron-main"
55
55
  },
56
56
  "dependencies": {
57
- "@helia/interface": "5.0.0-f7b5d3f",
58
- "@ipld/dag-cbor": "^9.2.0",
59
- "@ipld/dag-json": "^10.2.0",
60
- "@ipld/dag-pb": "^4.1.0",
61
- "@libp2p/interface": "^2.0.0",
62
- "@libp2p/logger": "^5.0.0",
63
- "@libp2p/utils": "^6.0.0",
64
- "@multiformats/dns": "^1.0.1",
57
+ "@helia/interface": "5.1.0-075b6ca",
58
+ "@ipld/dag-cbor": "^9.2.2",
59
+ "@ipld/dag-json": "^10.2.3",
60
+ "@ipld/dag-pb": "^4.1.3",
61
+ "@libp2p/interface": "^2.2.1",
62
+ "@libp2p/logger": "^5.1.4",
63
+ "@libp2p/utils": "^6.2.1",
64
+ "@multiformats/dns": "^1.0.6",
65
65
  "any-signal": "^4.1.1",
66
- "blockstore-core": "^5.0.0",
67
- "cborg": "^4.0.9",
68
- "interface-blockstore": "^5.2.10",
69
- "interface-datastore": "^8.2.11",
70
- "interface-store": "^6.0.0",
71
- "it-drain": "^3.0.5",
72
- "it-filter": "^3.0.4",
73
- "it-foreach": "^2.0.6",
74
- "it-merge": "^3.0.3",
75
- "mortice": "^3.0.4",
76
- "multiformats": "^13.1.0",
66
+ "blockstore-core": "^5.0.2",
67
+ "cborg": "^4.2.6",
68
+ "interface-blockstore": "^5.3.1",
69
+ "interface-datastore": "^8.3.1",
70
+ "interface-store": "^6.0.2",
71
+ "it-drain": "^3.0.7",
72
+ "it-filter": "^3.1.1",
73
+ "it-foreach": "^2.1.1",
74
+ "it-merge": "^3.0.5",
75
+ "mortice": "^3.0.6",
76
+ "multiformats": "^13.3.1",
77
77
  "p-defer": "^4.0.1",
78
- "progress-events": "^1.0.0",
79
- "uint8arrays": "^5.0.2"
78
+ "progress-events": "^1.0.1",
79
+ "uint8arrays": "^5.1.0"
80
80
  },
81
81
  "devDependencies": {
82
- "@libp2p/crypto": "^5.0.0",
83
- "@libp2p/peer-id": "^5.0.0",
82
+ "@libp2p/crypto": "^5.0.7",
83
+ "@libp2p/peer-id": "^5.0.8",
84
84
  "@types/sinon": "^17.0.3",
85
- "aegir": "^45.0.1",
86
- "datastore-core": "^10.0.0",
85
+ "aegir": "^45.0.6",
86
+ "datastore-core": "^10.0.2",
87
87
  "delay": "^6.0.0",
88
- "it-all": "^3.0.4",
89
- "race-signal": "^1.0.2",
88
+ "it-all": "^3.0.6",
89
+ "race-signal": "^1.1.0",
90
90
  "sinon": "^19.0.2",
91
91
  "sinon-ts": "^2.0.0"
92
92
  },
package/LICENSE DELETED
@@ -1,4 +0,0 @@
1
- This project is dual licensed under MIT and Apache-2.0.
2
-
3
- MIT: https://www.opensource.org/licenses/mit
4
- Apache-2.0: https://www.apache.org/licenses/license-2.0