@ceramicnetwork/pinning-powergate-backend 1.2.10 → 2.0.0-alpha.1

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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # Pinning Aggregation: Powergate
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)
2
6
 
3
7
  > This package contains backend for pinning Powergate commits
4
8
 
5
- See [PINNING.md](https://github.com/ceramicnetwork/js-ceramic/blob/develop/docs/PINNING.md) for details.
9
+ See [PINNING.md](https://github.com/ceramicnetwork/js-ceramic/blob/develop/docs/PINNING.md) for details.
package/lib/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import type CID from 'cids';
1
+ import type { CID } from 'multiformats/cid';
2
2
  import type { CidList, PinningBackend, PinningInfo } from '@ceramicnetwork/common';
3
3
  import { Pow } from '@textile/powergate-client';
4
4
  export declare class EmptyTokenError extends Error {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"src/","sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,GAAG,MAAM,MAAM,CAAA;AAC3B,OAAO,KAAK,EAAE,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAA;AAClF,OAAO,EAAa,GAAG,EAAE,MAAM,2BAA2B,CAAA;AAI1D,qBAAa,eAAgB,SAAQ,KAAK;gBAC5B,OAAO,EAAE,MAAM;CAG5B;AAID,qBAAa,uBAAwB,YAAW,cAAc;;IAShD,QAAQ,CAAC,gBAAgB,EAAE,MAAM;IAR7C,MAAM,CAAC,UAAU,SAAc;IAE/B,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAA;IACzB,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAA;IACtB,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAA;gBAIE,gBAAgB,EAAE,MAAM;IAoB7C,IAAI,GAAG,IAAI,GAAG,CAEb;IAED,IAAI,IAAI,IAAI;IAKN,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC;IAItB,GAAG,CAAC,GAAG,EAAE,GAAG,GAAG,OAAO,CAAC,IAAI,CAAC;IAgB5B,KAAK,CAAC,GAAG,EAAE,GAAG,GAAG,OAAO,CAAC,IAAI,CAAC;IAM9B,EAAE,IAAI,OAAO,CAAC,OAAO,CAAC;IAiBtB,IAAI,IAAI,OAAO,CAAC,WAAW,CAAC;CAKnC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"src/","sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,kBAAkB,CAAA;AAC3C,OAAO,KAAK,EAAE,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAA;AAClF,OAAO,EAAa,GAAG,EAAE,MAAM,2BAA2B,CAAA;AAI1D,qBAAa,eAAgB,SAAQ,KAAK;gBAC5B,OAAO,EAAE,MAAM;CAG5B;AAID,qBAAa,uBAAwB,YAAW,cAAc;;IAShD,QAAQ,CAAC,gBAAgB,EAAE,MAAM;IAR7C,MAAM,CAAC,UAAU,SAAc;IAE/B,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAA;IACzB,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAA;IACtB,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAA;gBAIE,gBAAgB,EAAE,MAAM;IAoB7C,IAAI,GAAG,IAAI,GAAG,CAEb;IAED,IAAI,IAAI,IAAI;IAKN,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC;IAItB,GAAG,CAAC,GAAG,EAAE,GAAG,GAAG,OAAO,CAAC,IAAI,CAAC;IAgB5B,KAAK,CAAC,GAAG,EAAE,GAAG,GAAG,OAAO,CAAC,IAAI,CAAC;IAM9B,EAAE,IAAI,OAAO,CAAC,OAAO,CAAC;IAiBtB,IAAI,IAAI,OAAO,CAAC,WAAW,CAAC;CAKnC"}
package/lib/index.js CHANGED
@@ -1,23 +1,3 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
- }) : (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- o[k2] = m[k];
8
- }));
9
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
10
- Object.defineProperty(o, "default", { enumerable: true, value: v });
11
- }) : function(o, v) {
12
- o["default"] = v;
13
- });
14
- var __importStar = (this && this.__importStar) || function (mod) {
15
- if (mod && mod.__esModule) return mod;
16
- var result = {};
17
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
18
- __setModuleDefault(result, mod);
19
- return result;
20
- };
21
1
  var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
22
2
  if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
23
3
  if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
@@ -30,19 +10,16 @@ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (
30
10
  return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
31
11
  };
32
12
  var _PowergatePinningBackend_pow;
33
- Object.defineProperty(exports, "__esModule", { value: true });
34
- exports.PowergatePinningBackend = exports.EmptyTokenError = void 0;
35
- const powergate_client_1 = require("@textile/powergate-client");
36
- const sha256 = __importStar(require("@stablelib/sha256"));
37
- const base64 = __importStar(require("@stablelib/base64"));
38
- class EmptyTokenError extends Error {
13
+ import { createPow } from '@textile/powergate-client';
14
+ import * as sha256 from '@stablelib/sha256';
15
+ import * as base64 from '@stablelib/base64';
16
+ export class EmptyTokenError extends Error {
39
17
  constructor(address) {
40
18
  super(`No token provided for Powergate at ${address}`);
41
19
  }
42
20
  }
43
- exports.EmptyTokenError = EmptyTokenError;
44
21
  const textEncoder = new TextEncoder();
45
- class PowergatePinningBackend {
22
+ export class PowergatePinningBackend {
46
23
  constructor(connectionString) {
47
24
  this.connectionString = connectionString;
48
25
  _PowergatePinningBackend_pow.set(this, void 0);
@@ -67,7 +44,7 @@ class PowergatePinningBackend {
67
44
  return __classPrivateFieldGet(this, _PowergatePinningBackend_pow, "f");
68
45
  }
69
46
  open() {
70
- __classPrivateFieldSet(this, _PowergatePinningBackend_pow, powergate_client_1.createPow({ host: this.endpoint }), "f");
47
+ __classPrivateFieldSet(this, _PowergatePinningBackend_pow, createPow({ host: this.endpoint }), "f");
71
48
  __classPrivateFieldGet(this, _PowergatePinningBackend_pow, "f").setToken(this.token);
72
49
  }
73
50
  async close() {
@@ -117,7 +94,6 @@ class PowergatePinningBackend {
117
94
  };
118
95
  }
119
96
  }
120
- exports.PowergatePinningBackend = PowergatePinningBackend;
121
97
  _PowergatePinningBackend_pow = new WeakMap();
122
98
  PowergatePinningBackend.designator = 'powergate';
123
99
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"src/","sources":["index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"src/","sources":["index.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ceramicnetwork/pinning-powergate-backend",
3
- "version": "1.2.10",
3
+ "version": "2.0.0-alpha.1",
4
4
  "description": "Powergate Pinning backend",
5
5
  "keywords": [
6
6
  "ceramic",
@@ -8,14 +8,19 @@
8
8
  "filecoin",
9
9
  "powergate"
10
10
  ],
11
- "main": "lib/index.js",
12
- "types": "lib/index.d.ts",
11
+ "main": "./lib/index.js",
12
+ "types": "./lib/index.d.ts",
13
+ "type": "module",
13
14
  "files": [
14
15
  "lib"
15
16
  ],
17
+ "sideEffects": false,
18
+ "exports": {
19
+ ".": "./lib/index.js"
20
+ },
16
21
  "scripts": {
17
22
  "test": "../../node_modules/.bin/jest --silent --coverage",
18
- "build": "../../node_modules/.bin/tsc -p tsconfig.json",
23
+ "build": "../../node_modules/.bin/tsc --project tsconfig.json",
19
24
  "prepublishOnly": "npm run build",
20
25
  "prebuild": "npm run clean",
21
26
  "lint": "../../node_modules/.bin/eslint ./src --ext .js,.jsx,.ts,.tsx",
@@ -24,32 +29,19 @@
24
29
  "author": "Sergey Ukustov <sergey@ukstv.me>",
25
30
  "license": "(Apache-2.0 OR MIT)",
26
31
  "directories": {
27
- "lib": "lib"
32
+ "lib": "./lib"
28
33
  },
29
34
  "dependencies": {
30
- "@stablelib/base64": "^1.0.0",
31
- "@stablelib/sha256": "^1.0.0",
35
+ "@stablelib/base64": "^1.0.1",
36
+ "@stablelib/sha256": "^1.0.1",
32
37
  "@textile/powergate-client": "^4.1.0"
33
38
  },
34
39
  "devDependencies": {
35
- "@ceramicnetwork/common": "^1.10.4",
36
- "cids": "~1.1.6"
40
+ "@ceramicnetwork/common": "^2.0.0-alpha.1",
41
+ "multiformats": "^9.5.4"
37
42
  },
38
43
  "publishConfig": {
39
44
  "access": "public"
40
45
  },
41
- "jest": {
42
- "moduleFileExtensions": [
43
- "js",
44
- "json",
45
- "ts"
46
- ],
47
- "testRegex": ".(spec|test).ts$",
48
- "transform": {
49
- "^.+\\.ts$": "ts-jest"
50
- },
51
- "testEnvironment": "node",
52
- "resolver": "jest-resolver-enhanced"
53
- },
54
- "gitHead": "929f5822c905a9fd8162400ae73cf3b0ef814061"
46
+ "gitHead": "fb9c06e9cdce755eede1a2563ce62f8083e4e06a"
55
47
  }
package/CHANGELOG.md DELETED
@@ -1,800 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [1.2.10](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-powergate-backend@1.2.9...@ceramicnetwork/pinning-powergate-backend@1.2.10) (2022-01-09)
7
-
8
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
9
-
10
-
11
-
12
-
13
-
14
- ## [1.2.9](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-powergate-backend@1.2.7...@ceramicnetwork/pinning-powergate-backend@1.2.9) (2022-01-09)
15
-
16
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
17
-
18
-
19
-
20
-
21
-
22
- ## [1.2.8](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-powergate-backend@1.2.7...@ceramicnetwork/pinning-powergate-backend@1.2.8) (2022-01-09)
23
-
24
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
25
-
26
-
27
-
28
-
29
-
30
-
31
- ## [1.2.7](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-powergate-backend@1.2.7-rc.0...@ceramicnetwork/pinning-powergate-backend@1.2.7) (2021-12-23)
32
-
33
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
34
-
35
-
36
-
37
-
38
-
39
- ## [1.2.7-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-powergate-backend@1.2.6...@ceramicnetwork/pinning-powergate-backend@1.2.7-rc.0) (2021-12-23)
40
-
41
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
42
-
43
-
44
-
45
-
46
-
47
- ## [1.2.6](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-powergate-backend@1.2.6-rc.0...@ceramicnetwork/pinning-powergate-backend@1.2.6) (2021-12-08)
48
-
49
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
50
-
51
-
52
-
53
-
54
-
55
- ## 1.2.6-rc.0 (2021-12-08)
56
-
57
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
58
-
59
-
60
-
61
-
62
-
63
- ## [1.2.5](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-powergate-backend@1.2.5-rc.2...@ceramicnetwork/pinning-powergate-backend@1.2.5) (2021-12-06)
64
-
65
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
66
-
67
-
68
-
69
-
70
-
71
- ## 1.2.5-rc.2 (2021-12-06)
72
-
73
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
74
-
75
-
76
-
77
-
78
-
79
- ## [1.2.5-rc.1](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-powergate-backend@1.2.5-rc.0...@ceramicnetwork/pinning-powergate-backend@1.2.5-rc.1) (2021-12-01)
80
-
81
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
82
-
83
-
84
-
85
-
86
-
87
- ## [1.2.5-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-powergate-backend@1.2.4...@ceramicnetwork/pinning-powergate-backend@1.2.5-rc.0) (2021-11-17)
88
-
89
-
90
- ### Bug Fixes
91
-
92
- * resolve merge conflicts during merge from `main` ([#1848](https://github.com/ceramicnetwork/js-ceramic/issues/1848)) ([6772fc6](https://github.com/ceramicnetwork/js-ceramic/commit/6772fc6c61bc9daadfd3f6d6ecf3de2bb100450d))
93
-
94
-
95
-
96
-
97
-
98
- ## [1.2.4](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-powergate-backend@1.2.4-rc.0...@ceramicnetwork/pinning-powergate-backend@1.2.4) (2021-11-17)
99
-
100
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
101
-
102
-
103
-
104
-
105
-
106
- ## [1.2.4-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-powergate-backend@1.2.3...@ceramicnetwork/pinning-powergate-backend@1.2.4-rc.0) (2021-11-12)
107
-
108
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
109
-
110
-
111
-
112
-
113
-
114
- ## [1.2.3](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-powergate-backend@1.2.3-rc.0...@ceramicnetwork/pinning-powergate-backend@1.2.3) (2021-11-12)
115
-
116
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
117
-
118
-
119
-
120
-
121
-
122
- ## [1.2.3-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-powergate-backend@1.2.2...@ceramicnetwork/pinning-powergate-backend@1.2.3-rc.0) (2021-11-03)
123
-
124
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
125
-
126
-
127
-
128
-
129
-
130
- ## [1.2.2](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-powergate-backend@1.2.2-rc.2...@ceramicnetwork/pinning-powergate-backend@1.2.2) (2021-11-03)
131
-
132
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
133
-
134
-
135
-
136
-
137
-
138
- ## [1.2.2-rc.2](/compare/@ceramicnetwork/pinning-powergate-backend@1.2.2-rc.0...@ceramicnetwork/pinning-powergate-backend@1.2.2-rc.2) (2021-10-20)
139
-
140
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
141
-
142
-
143
-
144
-
145
-
146
- ## [1.2.2-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-powergate-backend@1.2.1...@ceramicnetwork/pinning-powergate-backend@1.2.2-rc.0) (2021-10-20)
147
-
148
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
149
-
150
-
151
-
152
-
153
-
154
- ## [1.2.1](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-powergate-backend@1.2.1-rc.0...@ceramicnetwork/pinning-powergate-backend@1.2.1) (2021-10-20)
155
-
156
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
157
-
158
-
159
-
160
-
161
-
162
- ## [1.2.1-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-powergate-backend@1.2.0...@ceramicnetwork/pinning-powergate-backend@1.2.1-rc.0) (2021-10-14)
163
-
164
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
165
-
166
-
167
-
168
-
169
-
170
- # [1.2.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-powergate-backend@1.2.0-rc.1...@ceramicnetwork/pinning-powergate-backend@1.2.0) (2021-10-14)
171
-
172
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
173
-
174
-
175
-
176
-
177
-
178
- # [1.2.0-rc.1](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-powergate-backend@1.2.0-rc.0...@ceramicnetwork/pinning-powergate-backend@1.2.0-rc.1) (2021-09-18)
179
-
180
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
181
-
182
-
183
-
184
-
185
-
186
- # [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)
187
-
188
-
189
- ### Bug Fixes
190
-
191
- * **common, logger:** Clean up dependencies ([#1164](https://github.com/ceramicnetwork/js-ceramic/issues/1164)) ([191ad31](https://github.com/ceramicnetwork/js-ceramic/commit/191ad310b87ac9aba97bb84b122908337f35aa11))
192
- * CID version fix ([#638](https://github.com/ceramicnetwork/js-ceramic/issues/638)) ([a4f4390](https://github.com/ceramicnetwork/js-ceramic/commit/a4f4390ea561e991cae93dd26b9b122d10caef32))
193
-
194
-
195
- ### Features
196
-
197
- * Pass issuer to verifyJWS ([#1542](https://github.com/ceramicnetwork/js-ceramic/issues/1542)) ([3c60b0c](https://github.com/ceramicnetwork/js-ceramic/commit/3c60b0c43267e29e17fd1f676f25bf11c2ab06d5))
198
- * **tile-doctype:** Update Tile API ([#1180](https://github.com/ceramicnetwork/js-ceramic/issues/1180)) ([90973ee](https://github.com/ceramicnetwork/js-ceramic/commit/90973ee32352e260cb040e687720095b145b4702))
199
- * upgrade 3id did resolver ([#1108](https://github.com/ceramicnetwork/js-ceramic/issues/1108)) ([24ef6d4](https://github.com/ceramicnetwork/js-ceramic/commit/24ef6d45c6ce1dae828447ffdaa9e57f3f5e9b00))
200
- * **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))
201
-
202
-
203
- ### Reverts
204
-
205
- * Revert "chore(release):" ([26ed474](https://github.com/ceramicnetwork/js-ceramic/commit/26ed474717edaf2a276d5ffba063054f5a12e5e2))
206
-
207
-
208
-
209
-
210
-
211
- ## [1.1.4](/compare/@ceramicnetwork/pinning-powergate-backend@1.1.4-rc.0...@ceramicnetwork/pinning-powergate-backend@1.1.4) (2021-09-16)
212
-
213
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
214
-
215
-
216
-
217
-
218
-
219
- ## [1.1.4-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-powergate-backend@1.1.3...@ceramicnetwork/pinning-powergate-backend@1.1.4-rc.0) (2021-09-08)
220
-
221
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
222
-
223
-
224
-
225
-
226
-
227
- ## [1.1.3](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-powergate-backend@1.1.3-rc.0...@ceramicnetwork/pinning-powergate-backend@1.1.3) (2021-09-08)
228
-
229
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
230
-
231
-
232
-
233
-
234
-
235
- ## [1.1.3-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-powergate-backend@1.1.2...@ceramicnetwork/pinning-powergate-backend@1.1.3-rc.0) (2021-09-02)
236
-
237
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
238
-
239
-
240
-
241
-
242
-
243
- ## [1.1.2](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-powergate-backend@1.1.2-rc.7...@ceramicnetwork/pinning-powergate-backend@1.1.2) (2021-08-25)
244
-
245
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
246
-
247
-
248
-
249
-
250
-
251
- ## [1.1.2-rc.7](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-powergate-backend@1.1.2-rc.6...@ceramicnetwork/pinning-powergate-backend@1.1.2-rc.7) (2021-08-24)
252
-
253
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
254
-
255
-
256
-
257
-
258
-
259
- ## [1.1.2-rc.6](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-powergate-backend@1.1.2-rc.5...@ceramicnetwork/pinning-powergate-backend@1.1.2-rc.6) (2021-08-23)
260
-
261
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
262
-
263
-
264
-
265
-
266
-
267
- ## 1.1.2-rc.5 (2021-08-23)
268
-
269
-
270
- ### Bug Fixes
271
-
272
- * **ci:** remove private flag ([9974009](https://github.com/ceramicnetwork/js-ceramic/commit/9974009be69382f2a2caf59f4ff72bf6aa12491b))
273
-
274
-
275
-
276
-
277
-
278
- ## [1.1.2-rc.4](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-powergate-backend@1.1.2-rc.3...@ceramicnetwork/pinning-powergate-backend@1.1.2-rc.4) (2021-08-22)
279
-
280
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
281
-
282
-
283
-
284
-
285
-
286
- ## [1.1.2-rc.3](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-powergate-backend@1.1.2-rc.2...@ceramicnetwork/pinning-powergate-backend@1.1.2-rc.3) (2021-08-22)
287
-
288
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
289
-
290
-
291
-
292
-
293
-
294
- ## 1.1.2-rc.2 (2021-08-22)
295
-
296
-
297
- ### Bug Fixes
298
-
299
- * **ci:** remove flag from npm ci cmd ([b8ca310](https://github.com/ceramicnetwork/js-ceramic/commit/b8ca3102963096626a46a3c78c705da26e977021))
300
-
301
-
302
-
303
-
304
-
305
- ## [1.1.2-rc.1](/compare/@ceramicnetwork/pinning-powergate-backend@1.1.2-rc.0...@ceramicnetwork/pinning-powergate-backend@1.1.2-rc.1) (2021-08-19)
306
-
307
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
308
-
309
-
310
-
311
-
312
-
313
- ## [1.1.2-rc.0](/compare/@ceramicnetwork/pinning-powergate-backend@1.1.1...@ceramicnetwork/pinning-powergate-backend@1.1.2-rc.0) (2021-08-13)
314
-
315
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
316
-
317
-
318
-
319
-
320
-
321
- ## [1.1.1](/compare/@ceramicnetwork/pinning-powergate-backend@1.1.0-rc.1...@ceramicnetwork/pinning-powergate-backend@1.1.1) (2021-08-11)
322
-
323
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
324
-
325
-
326
-
327
-
328
-
329
- # [1.1.0](/compare/@ceramicnetwork/pinning-powergate-backend@1.1.0-rc.1...@ceramicnetwork/pinning-powergate-backend@1.1.0) (2021-08-11)
330
-
331
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
332
-
333
-
334
-
335
-
336
-
337
- # [1.1.0-rc.1](/compare/@ceramicnetwork/pinning-powergate-backend@1.1.0-rc.0...@ceramicnetwork/pinning-powergate-backend@1.1.0-rc.1) (2021-07-30)
338
-
339
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
340
-
341
-
342
-
343
-
344
-
345
- # [1.1.0-rc.0](/compare/@ceramicnetwork/pinning-powergate-backend@1.0.8-rc.0...@ceramicnetwork/pinning-powergate-backend@1.1.0-rc.0) (2021-07-16)
346
-
347
-
348
- ### Features
349
-
350
- * Pass issuer to verifyJWS (#1542) 3c60b0c, closes #1542
351
-
352
-
353
-
354
-
355
-
356
- ## [1.0.8-rc.0](/compare/@ceramicnetwork/pinning-powergate-backend@1.0.7...@ceramicnetwork/pinning-powergate-backend@1.0.8-rc.0) (2021-06-30)
357
-
358
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
359
-
360
-
361
-
362
-
363
-
364
- ## [1.0.7](/compare/@ceramicnetwork/pinning-powergate-backend@1.0.7-rc.0...@ceramicnetwork/pinning-powergate-backend@1.0.7) (2021-06-22)
365
-
366
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
367
-
368
-
369
-
370
-
371
-
372
- ## [1.0.7-rc.0](/compare/@ceramicnetwork/pinning-powergate-backend@1.0.6...@ceramicnetwork/pinning-powergate-backend@1.0.7-rc.0) (2021-06-21)
373
-
374
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
375
-
376
-
377
-
378
-
379
-
380
- ## [1.0.6](/compare/@ceramicnetwork/pinning-powergate-backend@1.0.5...@ceramicnetwork/pinning-powergate-backend@1.0.6) (2021-06-06)
381
-
382
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
383
-
384
-
385
-
386
-
387
-
388
- ## [1.0.5](/compare/@ceramicnetwork/pinning-powergate-backend@1.0.4...@ceramicnetwork/pinning-powergate-backend@1.0.5) (2021-06-03)
389
-
390
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
391
-
392
-
393
-
394
-
395
-
396
- ## [1.0.4](/compare/@ceramicnetwork/pinning-powergate-backend@1.0.4-rc.0...@ceramicnetwork/pinning-powergate-backend@1.0.4) (2021-05-31)
397
-
398
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
399
-
400
-
401
-
402
-
403
-
404
- ## [1.0.4-rc.0](/compare/@ceramicnetwork/pinning-powergate-backend@1.0.3...@ceramicnetwork/pinning-powergate-backend@1.0.4-rc.0) (2021-05-28)
405
-
406
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
407
-
408
-
409
-
410
-
411
-
412
- ## [1.0.3](/compare/@ceramicnetwork/pinning-powergate-backend@1.0.2...@ceramicnetwork/pinning-powergate-backend@1.0.3) (2021-05-25)
413
-
414
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
415
-
416
-
417
-
418
-
419
-
420
- ## [1.0.2](/compare/@ceramicnetwork/pinning-powergate-backend@1.0.1...@ceramicnetwork/pinning-powergate-backend@1.0.2) (2021-05-20)
421
-
422
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
423
-
424
-
425
-
426
-
427
-
428
- ## [1.0.1](/compare/@ceramicnetwork/pinning-powergate-backend@1.0.0...@ceramicnetwork/pinning-powergate-backend@1.0.1) (2021-05-13)
429
-
430
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
431
-
432
-
433
-
434
-
435
-
436
- # [1.0.0](/compare/@ceramicnetwork/pinning-powergate-backend@1.0.0-rc.6...@ceramicnetwork/pinning-powergate-backend@1.0.0) (2021-05-06)
437
-
438
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
439
-
440
-
441
-
442
-
443
-
444
- # [1.0.0-rc.6](/compare/@ceramicnetwork/pinning-powergate-backend@1.0.0-rc.5...@ceramicnetwork/pinning-powergate-backend@1.0.0-rc.6) (2021-04-29)
445
-
446
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
447
-
448
-
449
-
450
-
451
-
452
- # [1.0.0-rc.5](/compare/@ceramicnetwork/pinning-powergate-backend@1.0.0-rc.4...@ceramicnetwork/pinning-powergate-backend@1.0.0-rc.5) (2021-04-28)
453
-
454
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
455
-
456
-
457
-
458
-
459
-
460
- # [1.0.0-rc.4](/compare/@ceramicnetwork/pinning-powergate-backend@1.0.0-rc.3...@ceramicnetwork/pinning-powergate-backend@1.0.0-rc.4) (2021-04-23)
461
-
462
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
463
-
464
-
465
-
466
-
467
-
468
- # [1.0.0-rc.3](/compare/@ceramicnetwork/pinning-powergate-backend@1.0.0-rc.2...@ceramicnetwork/pinning-powergate-backend@1.0.0-rc.3) (2021-04-20)
469
-
470
-
471
- ### Features
472
-
473
- * **tile-doctype:** Update Tile API (#1180) 90973ee, closes #1180
474
-
475
-
476
-
477
-
478
-
479
- # [1.0.0-rc.2](/compare/@ceramicnetwork/pinning-powergate-backend@1.0.0-rc.1...@ceramicnetwork/pinning-powergate-backend@1.0.0-rc.2) (2021-04-19)
480
-
481
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
482
-
483
-
484
-
485
-
486
-
487
- # [1.0.0-rc.1](/compare/@ceramicnetwork/pinning-powergate-backend@0.2.2-rc.2...@ceramicnetwork/pinning-powergate-backend@1.0.0-rc.1) (2021-04-19)
488
-
489
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
490
-
491
-
492
-
493
-
494
-
495
- ## [0.2.2-rc.2](/compare/@ceramicnetwork/pinning-powergate-backend@0.2.1...@ceramicnetwork/pinning-powergate-backend@0.2.2-rc.2) (2021-04-19)
496
-
497
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
498
-
499
-
500
-
501
-
502
-
503
- ## [0.2.2-rc.0](/compare/@ceramicnetwork/pinning-powergate-backend@0.2.1...@ceramicnetwork/pinning-powergate-backend@0.2.2-rc.0) (2021-04-02)
504
-
505
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
506
-
507
-
508
-
509
-
510
-
511
- ## [0.2.1](/compare/@ceramicnetwork/pinning-powergate-backend@0.2.0...@ceramicnetwork/pinning-powergate-backend@0.2.1) (2021-04-02)
512
-
513
-
514
- ### Bug Fixes
515
-
516
- * **common, logger:** Clean up dependencies (#1164) 191ad31, closes #1164
517
-
518
-
519
-
520
-
521
-
522
- ## [0.2.1-rc.4](/compare/@ceramicnetwork/pinning-powergate-backend@0.2.0...@ceramicnetwork/pinning-powergate-backend@0.2.1-rc.4) (2021-03-26)
523
-
524
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
525
-
526
-
527
-
528
-
529
-
530
- ## [0.2.1-rc.3](/compare/@ceramicnetwork/pinning-powergate-backend@0.2.0...@ceramicnetwork/pinning-powergate-backend@0.2.1-rc.3) (2021-03-26)
531
-
532
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
533
-
534
-
535
-
536
-
537
-
538
- ## [0.2.1-rc.2](/compare/@ceramicnetwork/pinning-powergate-backend@0.2.0...@ceramicnetwork/pinning-powergate-backend@0.2.1-rc.2) (2021-03-26)
539
-
540
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
541
-
542
-
543
-
544
-
545
-
546
- ## [0.2.1-rc.1](/compare/@ceramicnetwork/pinning-powergate-backend@0.2.1-rc.0...@ceramicnetwork/pinning-powergate-backend@0.2.1-rc.1) (2021-03-25)
547
-
548
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
549
-
550
-
551
-
552
-
553
-
554
- ## [0.2.1-rc.0](/compare/@ceramicnetwork/pinning-powergate-backend@0.2.0...@ceramicnetwork/pinning-powergate-backend@0.2.1-rc.0) (2021-03-25)
555
-
556
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
557
-
558
-
559
-
560
-
561
-
562
- # [0.2.0](/compare/@ceramicnetwork/pinning-powergate-backend@0.2.0-rc.1...@ceramicnetwork/pinning-powergate-backend@0.2.0) (2021-03-22)
563
-
564
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
565
-
566
-
567
-
568
-
569
-
570
- # [0.2.0-rc.1](/compare/@ceramicnetwork/pinning-powergate-backend@0.2.0-rc.0...@ceramicnetwork/pinning-powergate-backend@0.2.0-rc.1) (2021-03-15)
571
-
572
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
573
-
574
-
575
-
576
-
577
-
578
- # [0.2.0-rc.0](/compare/@ceramicnetwork/pinning-powergate-backend@0.1.15-rc.9...@ceramicnetwork/pinning-powergate-backend@0.2.0-rc.0) (2021-03-12)
579
-
580
-
581
- ### Features
582
-
583
- * upgrade 3id did resolver (#1108) 24ef6d4, closes #1108
584
-
585
-
586
-
587
-
588
-
589
- ## [0.1.15-rc.9](/compare/@ceramicnetwork/pinning-powergate-backend@0.1.15-rc.8...@ceramicnetwork/pinning-powergate-backend@0.1.15-rc.9) (2021-03-10)
590
-
591
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
592
-
593
-
594
-
595
-
596
-
597
- ## [0.1.15-rc.8](/compare/@ceramicnetwork/pinning-powergate-backend@0.1.15-rc.6...@ceramicnetwork/pinning-powergate-backend@0.1.15-rc.8) (2021-03-09)
598
-
599
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
600
-
601
-
602
-
603
-
604
-
605
- ## [0.1.15-rc.7](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-powergate-backend@0.1.14...@ceramicnetwork/pinning-powergate-backend@0.1.15-rc.7) (2021-02-25)
606
-
607
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
608
-
609
-
610
-
611
-
612
-
613
- ## [0.1.15-rc.6](/compare/@ceramicnetwork/pinning-powergate-backend@0.1.15-rc.5...@ceramicnetwork/pinning-powergate-backend@0.1.15-rc.6) (2021-02-24)
614
-
615
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
616
-
617
-
618
-
619
-
620
-
621
- ## [0.1.15-rc.5](/compare/@ceramicnetwork/pinning-powergate-backend@0.1.15-rc.3...@ceramicnetwork/pinning-powergate-backend@0.1.15-rc.5) (2021-02-23)
622
-
623
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
624
-
625
-
626
-
627
-
628
-
629
- ## [0.1.15-rc.4](/compare/@ceramicnetwork/pinning-powergate-backend@0.1.15-rc.3...@ceramicnetwork/pinning-powergate-backend@0.1.15-rc.4) (2021-02-23)
630
-
631
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
632
-
633
-
634
-
635
-
636
-
637
- ## [0.1.15-rc.3](/compare/@ceramicnetwork/pinning-powergate-backend@0.1.15-rc.2...@ceramicnetwork/pinning-powergate-backend@0.1.15-rc.3) (2021-02-23)
638
-
639
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
640
-
641
-
642
-
643
-
644
-
645
- ## [0.1.15-rc.2](/compare/@ceramicnetwork/pinning-powergate-backend@0.1.15-rc.0...@ceramicnetwork/pinning-powergate-backend@0.1.15-rc.2) (2021-02-22)
646
-
647
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
648
-
649
-
650
-
651
-
652
-
653
- ## [0.1.15-rc.0](/compare/@ceramicnetwork/pinning-powergate-backend@0.1.14...@ceramicnetwork/pinning-powergate-backend@0.1.15-rc.0) (2021-02-22)
654
-
655
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
656
-
657
-
658
-
659
-
660
-
661
- ## [0.1.14](/compare/@ceramicnetwork/pinning-powergate-backend@0.1.14-rc.0...@ceramicnetwork/pinning-powergate-backend@0.1.14) (2021-02-04)
662
-
663
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
664
-
665
-
666
-
667
-
668
-
669
- ## [0.1.14-rc.0](/compare/@ceramicnetwork/pinning-powergate-backend@0.1.13...@ceramicnetwork/pinning-powergate-backend@0.1.14-rc.0) (2021-01-29)
670
-
671
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
672
-
673
-
674
-
675
-
676
-
677
- ## [0.1.13](/compare/@ceramicnetwork/pinning-powergate-backend@0.1.12...@ceramicnetwork/pinning-powergate-backend@0.1.13) (2021-01-21)
678
-
679
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
680
-
681
-
682
-
683
-
684
-
685
- ## [0.1.12](/compare/@ceramicnetwork/pinning-powergate-backend@0.1.11...@ceramicnetwork/pinning-powergate-backend@0.1.12) (2021-01-13)
686
-
687
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
688
-
689
-
690
-
691
-
692
-
693
- ## [0.1.11](/compare/@ceramicnetwork/pinning-powergate-backend@0.1.10...@ceramicnetwork/pinning-powergate-backend@0.1.11) (2021-01-13)
694
-
695
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
696
-
697
-
698
-
699
-
700
-
701
- ## [0.1.10](/compare/@ceramicnetwork/pinning-powergate-backend@0.1.9...@ceramicnetwork/pinning-powergate-backend@0.1.10) (2021-01-13)
702
-
703
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
704
-
705
-
706
-
707
-
708
-
709
- ## [0.1.9](/compare/@ceramicnetwork/pinning-powergate-backend@0.1.8...@ceramicnetwork/pinning-powergate-backend@0.1.9) (2021-01-07)
710
-
711
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
712
-
713
-
714
-
715
-
716
-
717
- ## [0.1.8](/compare/@ceramicnetwork/pinning-powergate-backend@0.1.7...@ceramicnetwork/pinning-powergate-backend@0.1.8) (2021-01-07)
718
-
719
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
720
-
721
-
722
-
723
-
724
-
725
- ## [0.1.7](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-powergate-backend@0.1.6...@ceramicnetwork/pinning-powergate-backend@0.1.7) (2020-12-29)
726
-
727
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
728
-
729
-
730
-
731
-
732
-
733
- ## [0.1.6](/compare/@ceramicnetwork/pinning-powergate-backend@0.1.5...@ceramicnetwork/pinning-powergate-backend@0.1.6) (2020-12-23)
734
-
735
-
736
- ### Reverts
737
-
738
- * Revert "chore(release):" 26ed474
739
-
740
-
741
-
742
-
743
-
744
- ## [0.1.5](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-powergate-backend@0.1.5-alpha.0...@ceramicnetwork/pinning-powergate-backend@0.1.5) (2020-12-17)
745
-
746
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
747
-
748
-
749
-
750
-
751
-
752
- ## [0.1.5-alpha.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-powergate-backend@0.1.4...@ceramicnetwork/pinning-powergate-backend@0.1.5-alpha.0) (2020-12-14)
753
-
754
-
755
- ### Bug Fixes
756
-
757
- * CID version fix ([#638](https://github.com/ceramicnetwork/js-ceramic/issues/638)) ([a4f4390](https://github.com/ceramicnetwork/js-ceramic/commit/a4f4390ea561e991cae93dd26b9b122d10caef32))
758
-
759
-
760
-
761
-
762
-
763
- ## [0.1.4](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-powergate-backend@0.1.3...@ceramicnetwork/pinning-powergate-backend@0.1.4) (2020-12-08)
764
-
765
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
766
-
767
-
768
-
769
-
770
-
771
- ## [0.1.3](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-powergate-backend@0.1.2...@ceramicnetwork/pinning-powergate-backend@0.1.3) (2020-12-01)
772
-
773
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
774
-
775
-
776
-
777
-
778
-
779
- ## [0.1.2](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-powergate-backend@0.1.1...@ceramicnetwork/pinning-powergate-backend@0.1.2) (2020-11-30)
780
-
781
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
782
-
783
-
784
-
785
-
786
-
787
- ## [0.1.1](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-powergate-backend@0.1.0...@ceramicnetwork/pinning-powergate-backend@0.1.1) (2020-11-26)
788
-
789
- **Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
790
-
791
-
792
-
793
-
794
-
795
- # 0.1.0 (2020-11-24)
796
-
797
-
798
- ### Features
799
-
800
- * **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))