@ceramicnetwork/pinning-aggregation 1.1.4 → 1.2.0-rc.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/CHANGELOG.md CHANGED
@@ -3,6 +3,33 @@
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.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-aggregation@1.1.4...@ceramicnetwork/pinning-aggregation@1.2.0-rc.0) (2021-09-17)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **common, logger:** Clean up dependencies ([#1164](https://github.com/ceramicnetwork/js-ceramic/issues/1164)) ([191ad31](https://github.com/ceramicnetwork/js-ceramic/commit/191ad310b87ac9aba97bb84b122908337f35aa11))
12
+ * **core:** ipfs subscribe, pin version ([#1454](https://github.com/ceramicnetwork/js-ceramic/issues/1454)) ([fc9c5e7](https://github.com/ceramicnetwork/js-ceramic/commit/fc9c5e77ef84be448744b92fb35d5e3bf06f264d))
13
+ * CID version fix ([#638](https://github.com/ceramicnetwork/js-ceramic/issues/638)) ([a4f4390](https://github.com/ceramicnetwork/js-ceramic/commit/a4f4390ea561e991cae93dd26b9b122d10caef32))
14
+
15
+
16
+ ### Features
17
+
18
+ * Pass issuer to verifyJWS ([#1542](https://github.com/ceramicnetwork/js-ceramic/issues/1542)) ([3c60b0c](https://github.com/ceramicnetwork/js-ceramic/commit/3c60b0c43267e29e17fd1f676f25bf11c2ab06d5))
19
+ * **common:** Miscellaneous renames from document-based to stream-based terminology ([#1290](https://github.com/ceramicnetwork/js-ceramic/issues/1290)) ([2ca935e](https://github.com/ceramicnetwork/js-ceramic/commit/2ca935ec22e7c7fb2f8b96180a4a791264ab57d3))
20
+ * **tile-doctype:** Update Tile API ([#1180](https://github.com/ceramicnetwork/js-ceramic/issues/1180)) ([90973ee](https://github.com/ceramicnetwork/js-ceramic/commit/90973ee32352e260cb040e687720095b145b4702))
21
+ * upgrade 3id did resolver ([#1108](https://github.com/ceramicnetwork/js-ceramic/issues/1108)) ([24ef6d4](https://github.com/ceramicnetwork/js-ceramic/commit/24ef6d45c6ce1dae828447ffdaa9e57f3f5e9b00))
22
+ * **core:** Rename several packages to remove redundant "ceramic-" prefix ([#460](https://github.com/ceramicnetwork/js-ceramic/issues/460)) ([8a86fb6](https://github.com/ceramicnetwork/js-ceramic/commit/8a86fb68b5f895f64e79a2585a5f854dd6c42088))
23
+
24
+
25
+ ### Reverts
26
+
27
+ * Revert "chore(release):" ([26ed474](https://github.com/ceramicnetwork/js-ceramic/commit/26ed474717edaf2a276d5ffba063054f5a12e5e2))
28
+
29
+
30
+
31
+
32
+
6
33
  ## [1.1.4](/compare/@ceramicnetwork/pinning-aggregation@1.1.4-rc.0...@ceramicnetwork/pinning-aggregation@1.1.4) (2021-09-16)
7
34
 
8
35
  **Note:** Version bump only for package @ceramicnetwork/pinning-aggregation
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # Pinning Aggregation
2
2
 
3
- > This package contains aggregation of backends for pinning IPFS records
3
+ > This package contains aggregation of backends for pinning IPFS commits
4
4
 
5
5
  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": "1.1.4",
3
+ "version": "1.2.0-rc.0",
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.5.0",
35
- "@ceramicnetwork/pinning-ipfs-backend": "^1.1.4",
36
- "@ceramicnetwork/pinning-powergate-backend": "^1.1.4",
34
+ "@ceramicnetwork/common": "^1.6.0-rc.0",
35
+ "@ceramicnetwork/pinning-ipfs-backend": "^1.2.0-rc.0",
36
+ "@ceramicnetwork/pinning-powergate-backend": "^1.2.0-rc.0",
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": "fa473ad18278a01b4a21c3539b2b456d1820f5c5"
56
+ "gitHead": "a4bcd7e4e2af278c5c5c96df51c6154dacac1605"
57
57
  }