@ceramicnetwork/pinning-aggregation 1.2.8-rc.2 → 1.2.10

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/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## 1.2.8-rc.2 (2022-01-09)
6
+ ## [1.2.10](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-aggregation@1.2.9...@ceramicnetwork/pinning-aggregation@1.2.10) (2022-01-09)
7
7
 
8
8
  **Note:** Version bump only for package @ceramicnetwork/pinning-aggregation
9
9
 
@@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- ## 1.2.8-rc.1 (2022-01-09)
14
+ ## [1.2.9](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-aggregation@1.2.7...@ceramicnetwork/pinning-aggregation@1.2.9) (2022-01-09)
15
15
 
16
16
  **Note:** Version bump only for package @ceramicnetwork/pinning-aggregation
17
17
 
@@ -19,7 +19,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
19
19
 
20
20
 
21
21
 
22
- ## [1.2.8-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-aggregation@1.2.7...@ceramicnetwork/pinning-aggregation@1.2.8-rc.0) (2022-01-06)
22
+ ## [1.2.8](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-aggregation@1.2.7...@ceramicnetwork/pinning-aggregation@1.2.8) (2022-01-09)
23
23
 
24
24
  **Note:** Version bump only for package @ceramicnetwork/pinning-aggregation
25
25
 
@@ -27,6 +27,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
27
27
 
28
28
 
29
29
 
30
+
30
31
  ## [1.2.7](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-aggregation@1.2.7-rc.0...@ceramicnetwork/pinning-aggregation@1.2.7) (2021-12-23)
31
32
 
32
33
  **Note:** Version bump only for package @ceramicnetwork/pinning-aggregation
package/README.md CHANGED
File without changes
package/lib/index.d.ts CHANGED
File without changes
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": "1.2.8-rc.2",
3
+ "version": "1.2.10",
4
4
  "description": "Aggregated pinning",
5
5
  "keywords": [
6
6
  "ceramic",
@@ -31,9 +31,9 @@
31
31
  "@stablelib/sha256": "^1.0.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@ceramicnetwork/common": "^1.10.2-rc.2",
35
- "@ceramicnetwork/pinning-ipfs-backend": "^1.2.8-rc.2",
36
- "@ceramicnetwork/pinning-powergate-backend": "^1.2.8-rc.2",
34
+ "@ceramicnetwork/common": "^1.10.4",
35
+ "@ceramicnetwork/pinning-ipfs-backend": "^1.2.10",
36
+ "@ceramicnetwork/pinning-powergate-backend": "^1.2.10",
37
37
  "cids": "~1.1.6",
38
38
  "ipfs-core-types": "~0.5.1"
39
39
  },
@@ -53,5 +53,5 @@
53
53
  "testEnvironment": "node",
54
54
  "resolver": "jest-resolver-enhanced"
55
55
  },
56
- "gitHead": "f974822e57dbe833c73056be7076abee88e82aac"
56
+ "gitHead": "929f5822c905a9fd8162400ae73cf3b0ef814061"
57
57
  }