@helia/car 4.0.0-f7b5d3f → 4.0.1-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.
- package/README.md +2 -2
- package/package.json +20 -106
- package/LICENSE +0 -4
package/README.md
CHANGED
|
@@ -109,8 +109,8 @@ Loading this module through a script tag will make its exports available as `Hel
|
|
|
109
109
|
|
|
110
110
|
Licensed under either of
|
|
111
111
|
|
|
112
|
-
- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
|
|
113
|
-
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
|
|
112
|
+
- Apache 2.0, ([LICENSE-APACHE](https://github.com/ipfs/helia/blob/main/packages/car/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
|
|
113
|
+
- MIT ([LICENSE-MIT](https://github.com/ipfs/helia/blob/main/packages/car/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
|
|
114
114
|
|
|
115
115
|
# Contribute
|
|
116
116
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@helia/car",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.1-075b6ca",
|
|
4
4
|
"description": "Import/export car files from Helia",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/ipfs/helia/tree/main/packages/car#readme",
|
|
@@ -39,91 +39,6 @@
|
|
|
39
39
|
"sourceType": "module"
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
|
-
"release": {
|
|
43
|
-
"branches": [
|
|
44
|
-
"main"
|
|
45
|
-
],
|
|
46
|
-
"plugins": [
|
|
47
|
-
[
|
|
48
|
-
"@semantic-release/commit-analyzer",
|
|
49
|
-
{
|
|
50
|
-
"preset": "conventionalcommits",
|
|
51
|
-
"releaseRules": [
|
|
52
|
-
{
|
|
53
|
-
"breaking": true,
|
|
54
|
-
"release": "major"
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"revert": true,
|
|
58
|
-
"release": "patch"
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"type": "feat",
|
|
62
|
-
"release": "minor"
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"type": "fix",
|
|
66
|
-
"release": "patch"
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"type": "docs",
|
|
70
|
-
"release": "patch"
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"type": "test",
|
|
74
|
-
"release": "patch"
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"type": "deps",
|
|
78
|
-
"release": "patch"
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"scope": "no-release",
|
|
82
|
-
"release": false
|
|
83
|
-
}
|
|
84
|
-
]
|
|
85
|
-
}
|
|
86
|
-
],
|
|
87
|
-
[
|
|
88
|
-
"@semantic-release/release-notes-generator",
|
|
89
|
-
{
|
|
90
|
-
"preset": "conventionalcommits",
|
|
91
|
-
"presetConfig": {
|
|
92
|
-
"types": [
|
|
93
|
-
{
|
|
94
|
-
"type": "feat",
|
|
95
|
-
"section": "Features"
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
"type": "fix",
|
|
99
|
-
"section": "Bug Fixes"
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
"type": "chore",
|
|
103
|
-
"section": "Trivial Changes"
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
"type": "docs",
|
|
107
|
-
"section": "Documentation"
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
"type": "deps",
|
|
111
|
-
"section": "Dependencies"
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
"type": "test",
|
|
115
|
-
"section": "Tests"
|
|
116
|
-
}
|
|
117
|
-
]
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
],
|
|
121
|
-
"@semantic-release/changelog",
|
|
122
|
-
"@semantic-release/npm",
|
|
123
|
-
"@semantic-release/github",
|
|
124
|
-
"@semantic-release/git"
|
|
125
|
-
]
|
|
126
|
-
},
|
|
127
42
|
"scripts": {
|
|
128
43
|
"clean": "aegir clean",
|
|
129
44
|
"lint": "aegir lint",
|
|
@@ -136,31 +51,30 @@
|
|
|
136
51
|
"test:firefox": "aegir test -t browser -- --browser firefox",
|
|
137
52
|
"test:firefox-webworker": "aegir test -t webworker -- --browser firefox",
|
|
138
53
|
"test:node": "aegir test -t node --cov",
|
|
139
|
-
"test:electron-main": "aegir test -t electron-main"
|
|
140
|
-
"release": "aegir release"
|
|
54
|
+
"test:electron-main": "aegir test -t electron-main"
|
|
141
55
|
},
|
|
142
56
|
"dependencies": {
|
|
143
|
-
"@helia/interface": "5.
|
|
144
|
-
"@ipld/car": "^5.3.
|
|
145
|
-
"@libp2p/interface": "^2.
|
|
146
|
-
"@libp2p/utils": "^6.
|
|
147
|
-
"interface-blockstore": "^5.
|
|
148
|
-
"it-drain": "^3.0.
|
|
149
|
-
"it-map": "^3.
|
|
150
|
-
"multiformats": "^13.1
|
|
151
|
-
"p-defer": "^4.0.
|
|
57
|
+
"@helia/interface": "5.1.0-075b6ca",
|
|
58
|
+
"@ipld/car": "^5.3.3",
|
|
59
|
+
"@libp2p/interface": "^2.2.1",
|
|
60
|
+
"@libp2p/utils": "^6.2.1",
|
|
61
|
+
"interface-blockstore": "^5.3.1",
|
|
62
|
+
"it-drain": "^3.0.7",
|
|
63
|
+
"it-map": "^3.1.1",
|
|
64
|
+
"multiformats": "^13.3.1",
|
|
65
|
+
"p-defer": "^4.0.1",
|
|
152
66
|
"p-queue": "^8.0.1",
|
|
153
|
-
"progress-events": "^1.0.
|
|
67
|
+
"progress-events": "^1.0.1"
|
|
154
68
|
},
|
|
155
69
|
"devDependencies": {
|
|
156
|
-
"@helia/mfs": "4.0.
|
|
157
|
-
"@helia/unixfs": "4.0.
|
|
158
|
-
"@ipld/dag-pb": "^4.1.
|
|
159
|
-
"aegir": "^45.0.
|
|
160
|
-
"blockstore-core": "^5.0.
|
|
161
|
-
"datastore-core": "^10.0.
|
|
162
|
-
"ipfs-unixfs-importer": "^15.
|
|
163
|
-
"it-to-buffer": "^4.0.
|
|
70
|
+
"@helia/mfs": "4.0.1-075b6ca",
|
|
71
|
+
"@helia/unixfs": "4.0.1-075b6ca",
|
|
72
|
+
"@ipld/dag-pb": "^4.1.3",
|
|
73
|
+
"aegir": "^45.0.6",
|
|
74
|
+
"blockstore-core": "^5.0.2",
|
|
75
|
+
"datastore-core": "^10.0.2",
|
|
76
|
+
"ipfs-unixfs-importer": "^15.3.1",
|
|
77
|
+
"it-to-buffer": "^4.0.7"
|
|
164
78
|
},
|
|
165
79
|
"sideEffects": false
|
|
166
80
|
}
|
package/LICENSE
DELETED