@ceramicnetwork/pinning-powergate-backend 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,31 @@
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-powergate-backend@1.1.4...@ceramicnetwork/pinning-powergate-backend@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
+ * CID version fix ([#638](https://github.com/ceramicnetwork/js-ceramic/issues/638)) ([a4f4390](https://github.com/ceramicnetwork/js-ceramic/commit/a4f4390ea561e991cae93dd26b9b122d10caef32))
13
+
14
+
15
+ ### Features
16
+
17
+ * Pass issuer to verifyJWS ([#1542](https://github.com/ceramicnetwork/js-ceramic/issues/1542)) ([3c60b0c](https://github.com/ceramicnetwork/js-ceramic/commit/3c60b0c43267e29e17fd1f676f25bf11c2ab06d5))
18
+ * **tile-doctype:** Update Tile API ([#1180](https://github.com/ceramicnetwork/js-ceramic/issues/1180)) ([90973ee](https://github.com/ceramicnetwork/js-ceramic/commit/90973ee32352e260cb040e687720095b145b4702))
19
+ * upgrade 3id did resolver ([#1108](https://github.com/ceramicnetwork/js-ceramic/issues/1108)) ([24ef6d4](https://github.com/ceramicnetwork/js-ceramic/commit/24ef6d45c6ce1dae828447ffdaa9e57f3f5e9b00))
20
+ * **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))
21
+
22
+
23
+ ### Reverts
24
+
25
+ * Revert "chore(release):" ([26ed474](https://github.com/ceramicnetwork/js-ceramic/commit/26ed474717edaf2a276d5ffba063054f5a12e5e2))
26
+
27
+
28
+
29
+
30
+
6
31
  ## [1.1.4](/compare/@ceramicnetwork/pinning-powergate-backend@1.1.4-rc.0...@ceramicnetwork/pinning-powergate-backend@1.1.4) (2021-09-16)
7
32
 
8
33
  **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # Pinning Aggregation: Powergate
2
2
 
3
- > This package contains backend for pinning Powergate records
3
+ > This package contains backend for pinning Powergate 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-powergate-backend",
3
- "version": "1.1.4",
3
+ "version": "1.2.0-rc.0",
4
4
  "description": "Powergate Pinning backend",
5
5
  "keywords": [
6
6
  "ceramic",
@@ -32,7 +32,7 @@
32
32
  "@textile/powergate-client": "^4.1.0"
33
33
  },
34
34
  "devDependencies": {
35
- "@ceramicnetwork/common": "^1.5.0",
35
+ "@ceramicnetwork/common": "^1.6.0-rc.0",
36
36
  "cids": "~1.1.6"
37
37
  },
38
38
  "publishConfig": {
@@ -51,5 +51,5 @@
51
51
  "testEnvironment": "node",
52
52
  "resolver": "jest-resolver-enhanced"
53
53
  },
54
- "gitHead": "fa473ad18278a01b4a21c3539b2b456d1820f5c5"
54
+ "gitHead": "a4bcd7e4e2af278c5c5c96df51c6154dacac1605"
55
55
  }