@ceramicnetwork/pinning-aggregation 2.0.11-rc.0 → 2.0.11
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/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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ceramicnetwork/pinning-aggregation",
|
|
3
|
-
"version": "2.0.11
|
|
3
|
+
"version": "2.0.11",
|
|
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.5.0
|
|
40
|
-
"@ceramicnetwork/pinning-ipfs-backend": "^2.0.11
|
|
41
|
-
"@ceramicnetwork/pinning-powergate-backend": "^2.0.11
|
|
39
|
+
"@ceramicnetwork/common": "^2.5.0",
|
|
40
|
+
"@ceramicnetwork/pinning-ipfs-backend": "^2.0.11",
|
|
41
|
+
"@ceramicnetwork/pinning-powergate-backend": "^2.0.11",
|
|
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": "d38d67239864a018c17259cde2aa0b566e0e41d7"
|
|
49
49
|
}
|