@ceramicnetwork/pinning-aggregation 2.0.14 → 2.0.15-hotfix.0
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 +9 -9
- package/lib/index.d.ts +0 -0
- package/lib/index.d.ts.map +0 -0
- package/lib/index.js +0 -0
- package/lib/index.js.map +0 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
# Pinning Aggregation
|
|
2
|
-

|
|
3
|
-
[](https://lbesson.mit-license.org/)
|
|
4
|
-
[](https://discord.gg/6VRZpGP)
|
|
5
|
-
[](https://twitter.com/ceramicnetwork)
|
|
6
|
-
|
|
7
|
-
> This package contains aggregation of backends for pinning IPFS commits
|
|
8
|
-
|
|
9
|
-
See [PINNING.md](https://github.com/ceramicnetwork/js-ceramic/blob/develop/docs/PINNING.md) for details.
|
|
1
|
+
# Pinning Aggregation
|
|
2
|
+

|
|
3
|
+
[](https://lbesson.mit-license.org/)
|
|
4
|
+
[](https://discord.gg/6VRZpGP)
|
|
5
|
+
[](https://twitter.com/ceramicnetwork)
|
|
6
|
+
|
|
7
|
+
> This package contains aggregation of backends for pinning IPFS commits
|
|
8
|
+
|
|
9
|
+
See [PINNING.md](https://github.com/ceramicnetwork/js-ceramic/blob/develop/docs/PINNING.md) for details.
|
package/lib/index.d.ts
CHANGED
|
File without changes
|
package/lib/index.d.ts.map
CHANGED
|
File without changes
|
package/lib/index.js
CHANGED
|
File without changes
|
package/lib/index.js.map
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ceramicnetwork/pinning-aggregation",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.15-hotfix.0",
|
|
4
4
|
"description": "Aggregated pinning",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ceramic",
|
|
@@ -36,14 +36,14 @@
|
|
|
36
36
|
"uint8arrays": "^3.0.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@ceramicnetwork/common": "^2.8.0",
|
|
40
|
-
"@ceramicnetwork/pinning-ipfs-backend": "^2.0.
|
|
41
|
-
"@ceramicnetwork/pinning-powergate-backend": "^2.0.
|
|
39
|
+
"@ceramicnetwork/common": "^2.8.1-hotfix.0",
|
|
40
|
+
"@ceramicnetwork/pinning-ipfs-backend": "^2.0.15-hotfix.0",
|
|
41
|
+
"@ceramicnetwork/pinning-powergate-backend": "^2.0.15-hotfix.0",
|
|
42
42
|
"ipfs-core-types": "~0.9.0",
|
|
43
43
|
"multiformats": "^9.5.8"
|
|
44
44
|
},
|
|
45
45
|
"publishConfig": {
|
|
46
46
|
"access": "public"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "b93be4b28fd28e460dfbbdedd37f62e657027868"
|
|
49
49
|
}
|