@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.
Files changed (2) hide show
  1. package/README.md +9 -9
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,9 +1,9 @@
1
- # Pinning Aggregation
2
- ![ceramicnetwork](https://circleci.com/gh/ceramicnetwork/js-ceramic.svg?style=shield)
3
- [![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)
4
- [![](https://img.shields.io/badge/Chat%20on-Discord-orange.svg?style=flat)](https://discord.gg/6VRZpGP)
5
- [![Twitter](https://img.shields.io/twitter/follow/ceramicnetwork?label=Follow&style=social)](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
+ ![ceramicnetwork](https://circleci.com/gh/ceramicnetwork/js-ceramic.svg?style=shield)
3
+ [![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)
4
+ [![](https://img.shields.io/badge/Chat%20on-Discord-orange.svg?style=flat)](https://discord.gg/6VRZpGP)
5
+ [![Twitter](https://img.shields.io/twitter/follow/ceramicnetwork?label=Follow&style=social)](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-rc.0",
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-rc.2",
40
- "@ceramicnetwork/pinning-ipfs-backend": "^2.0.11-rc.0",
41
- "@ceramicnetwork/pinning-powergate-backend": "^2.0.11-rc.0",
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": "1fa8a1435f4947c6a4b5a1c950183bc428ac7c65"
48
+ "gitHead": "d38d67239864a018c17259cde2aa0b566e0e41d7"
49
49
  }