@ceramicnetwork/pinning-powergate-backend 2.0.0-alpha.0 → 2.0.0-alpha.3
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 +5 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +7 -31
- package/lib/index.js.map +1 -1
- package/package.json +18 -26
- package/CHANGELOG.md +0 -743
package/README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Pinning Aggregation: Powergate
|
|
2
|
+

|
|
3
|
+
[](https://lbesson.mit-license.org/)
|
|
4
|
+
[](https://discord.gg/6VRZpGP)
|
|
5
|
+
[](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.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/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
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
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 { toString } from 'uint8arrays/to-string';
|
|
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);
|
|
@@ -60,14 +37,14 @@ class PowergatePinningBackend {
|
|
|
60
37
|
}
|
|
61
38
|
this.token = token;
|
|
62
39
|
const bytes = textEncoder.encode(this.connectionString);
|
|
63
|
-
const digest =
|
|
40
|
+
const digest = toString(sha256.hash(bytes), 'base64urlpad');
|
|
64
41
|
this.id = `${PowergatePinningBackend.designator}@${digest}`;
|
|
65
42
|
}
|
|
66
43
|
get pow() {
|
|
67
44
|
return __classPrivateFieldGet(this, _PowergatePinningBackend_pow, "f");
|
|
68
45
|
}
|
|
69
46
|
open() {
|
|
70
|
-
__classPrivateFieldSet(this, _PowergatePinningBackend_pow,
|
|
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":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAEA,OAAO,EAAE,SAAS,EAAO,MAAM,2BAA2B,CAAA;AAC1D,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAA;AAC3C,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAEhD,MAAM,OAAO,eAAgB,SAAQ,KAAK;IACxC,YAAY,OAAe;QACzB,KAAK,CAAC,sCAAsC,OAAO,EAAE,CAAC,CAAA;IACxD,CAAC;CACF;AAED,MAAM,WAAW,GAAG,IAAI,WAAW,EAAE,CAAA;AAErC,MAAM,OAAO,uBAAuB;IASlC,YAAqB,gBAAwB;QAAxB,qBAAgB,GAAhB,gBAAgB,CAAQ;QAF7C,+CAAU;QAGR,MAAM,GAAG,GAAG,IAAI,GAAG,CAAC,gBAAgB,CAAC,CAAA;QACrC,MAAM,QAAQ,GAAG,GAAG,CAAC,QAAQ,CAAA;QAC7B,MAAM,IAAI,GAAG,QAAQ,CAAC,GAAG,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,IAAI,CAAA;QAC3C,MAAM,KAAK,GAAG,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,OAAO,CAAC,CAAA;QAC3C,MAAM,QAAQ,GAAG,GAAG,CAAC,QAAQ;aAC1B,OAAO,CAAC,YAAY,EAAE,MAAM,CAAC;aAC7B,OAAO,CAAC,iBAAiB,EAAE,MAAM,CAAC;aAClC,OAAO,CAAC,kBAAkB,EAAE,OAAO,CAAC,CAAA;QACvC,IAAI,CAAC,QAAQ,GAAG,GAAG,QAAQ,MAAM,QAAQ,IAAI,IAAI,EAAE,CAAA;QACnD,IAAI,CAAC,KAAK,EAAE;YACV,MAAM,IAAI,eAAe,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAA;SACzC;QACD,IAAI,CAAC,KAAK,GAAG,KAAK,CAAA;QAElB,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAA;QACvD,MAAM,MAAM,GAAG,QAAQ,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC,CAAA;QAC3D,IAAI,CAAC,EAAE,GAAG,GAAG,uBAAuB,CAAC,UAAU,IAAI,MAAM,EAAE,CAAA;IAC7D,CAAC;IAED,IAAI,GAAG;QACL,OAAO,uBAAA,IAAI,oCAAK,CAAA;IAClB,CAAC;IAED,IAAI;QACF,uBAAA,IAAI,gCAAQ,SAAS,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,QAAQ,EAAE,CAAC,MAAA,CAAA;QAC9C,uBAAA,IAAI,oCAAK,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,CAAA;IAChC,CAAC;IAED,KAAK,CAAC,KAAK;IAEX,CAAC;IAED,KAAK,CAAC,GAAG,CAAC,GAAQ;QAChB,IAAI,uBAAA,IAAI,oCAAK,EAAE;YACb,IAAI;gBACF,MAAM,uBAAA,IAAI,oCAAK,CAAC,aAAa,CAAC,KAAK,CAAC,GAAG,CAAC,QAAQ,EAAE,EAAE;oBAClD,QAAQ,EAAE,IAAI;iBACf,CAAC,CAAA;aACH;YAAC,OAAO,CAAC,EAAE;gBACV,IAAI,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC,kDAAkD,CAAC,EAAE;iBAE3E;qBAAM;oBACL,MAAM,CAAC,CAAA;iBACR;aACF;SACF;IACH,CAAC;IAED,KAAK,CAAC,KAAK,CAAC,GAAQ;QAClB,IAAI,uBAAA,IAAI,oCAAK,EAAE;YACb,MAAM,uBAAA,IAAI,oCAAK,CAAC,aAAa,CAAC,MAAM,CAAC,GAAG,CAAC,QAAQ,EAAE,CAAC,CAAA;SACrD;IACH,CAAC;IAED,KAAK,CAAC,EAAE;QACN,IAAI,uBAAA,IAAI,oCAAK,EAAE;YACb,MAAM,EAAE,eAAe,EAAE,GAAG,MAAM,uBAAA,IAAI,oCAAK,CAAC,WAAW,CAAC,IAAI,EAAE,CAAA;YAC9D,IAAI,eAAe,EAAE;gBACnB,MAAM,MAAM,GAAY,EAAE,CAAA;gBAC1B,eAAe,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE;oBAC/B,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,CAAC,CAAA;gBAC9B,CAAC,CAAC,CAAA;gBACF,OAAO,MAAM,CAAA;aACd;iBAAM;gBACL,OAAO,EAAE,CAAA;aACV;SACF;aAAM;YACL,OAAO,EAAE,CAAA;SACV;IACH,CAAC;IAED,KAAK,CAAC,IAAI;QACR,OAAO;YACL,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,EAAE;SACd,CAAA;IACH,CAAC;;;AApFM,kCAAU,GAAG,WAAW,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ceramicnetwork/pinning-powergate-backend",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.3",
|
|
4
4
|
"description": "Powergate Pinning backend",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ceramic",
|
|
@@ -8,48 +8,40 @@
|
|
|
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
|
-
"test": "
|
|
18
|
-
"build": "
|
|
22
|
+
"test": "NODE_OPTIONS=--experimental-vm-modules npx jest --silent --coverage --forceExit",
|
|
23
|
+
"build": "npx tsc --project tsconfig.json",
|
|
19
24
|
"prepublishOnly": "npm run build",
|
|
20
25
|
"prebuild": "npm run clean",
|
|
21
|
-
"lint": "
|
|
22
|
-
"clean": "
|
|
26
|
+
"lint": "npx eslint ./src --ext .js,.jsx,.ts,.tsx",
|
|
27
|
+
"clean": "npx rimraf ./lib"
|
|
23
28
|
},
|
|
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.1",
|
|
31
35
|
"@stablelib/sha256": "^1.0.1",
|
|
32
|
-
"@textile/powergate-client": "^4.1.0"
|
|
36
|
+
"@textile/powergate-client": "^4.1.0",
|
|
37
|
+
"uint8arrays": "^3.0.0"
|
|
33
38
|
},
|
|
34
39
|
"devDependencies": {
|
|
35
|
-
"@ceramicnetwork/common": "^2.0.0-alpha.
|
|
36
|
-
"multiformats": "^9.
|
|
40
|
+
"@ceramicnetwork/common": "^2.0.0-alpha.3",
|
|
41
|
+
"multiformats": "^9.5.8"
|
|
37
42
|
},
|
|
38
43
|
"publishConfig": {
|
|
39
44
|
"access": "public"
|
|
40
45
|
},
|
|
41
|
-
"
|
|
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": "f432b554a4b134db45f24b2555bfda176feac505"
|
|
46
|
+
"gitHead": "d4ad7b5937a90588649f92de0190fe43bbf3a7d8"
|
|
55
47
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,743 +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
|
-
# [2.0.0-alpha.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/pinning-powergate-backend@1.2.5-rc.2...@ceramicnetwork/pinning-powergate-backend@2.0.0-alpha.0) (2021-12-07)
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
## 1.2.5-rc.2 (2021-12-06)
|
|
15
|
-
|
|
16
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## [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)
|
|
23
|
-
|
|
24
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
## [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)
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
### Bug Fixes
|
|
34
|
-
|
|
35
|
-
* 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))
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
## [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)
|
|
42
|
-
|
|
43
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
## [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)
|
|
50
|
-
|
|
51
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
## [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)
|
|
58
|
-
|
|
59
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
## [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)
|
|
66
|
-
|
|
67
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
## [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)
|
|
74
|
-
|
|
75
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
## [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)
|
|
82
|
-
|
|
83
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
## [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)
|
|
90
|
-
|
|
91
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
## [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)
|
|
98
|
-
|
|
99
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
## [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)
|
|
106
|
-
|
|
107
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
# [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)
|
|
114
|
-
|
|
115
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
# [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)
|
|
122
|
-
|
|
123
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
# [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)
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
### Bug Fixes
|
|
133
|
-
|
|
134
|
-
* **common, logger:** Clean up dependencies ([#1164](https://github.com/ceramicnetwork/js-ceramic/issues/1164)) ([191ad31](https://github.com/ceramicnetwork/js-ceramic/commit/191ad310b87ac9aba97bb84b122908337f35aa11))
|
|
135
|
-
* CID version fix ([#638](https://github.com/ceramicnetwork/js-ceramic/issues/638)) ([a4f4390](https://github.com/ceramicnetwork/js-ceramic/commit/a4f4390ea561e991cae93dd26b9b122d10caef32))
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
### Features
|
|
139
|
-
|
|
140
|
-
* Pass issuer to verifyJWS ([#1542](https://github.com/ceramicnetwork/js-ceramic/issues/1542)) ([3c60b0c](https://github.com/ceramicnetwork/js-ceramic/commit/3c60b0c43267e29e17fd1f676f25bf11c2ab06d5))
|
|
141
|
-
* **tile-doctype:** Update Tile API ([#1180](https://github.com/ceramicnetwork/js-ceramic/issues/1180)) ([90973ee](https://github.com/ceramicnetwork/js-ceramic/commit/90973ee32352e260cb040e687720095b145b4702))
|
|
142
|
-
* upgrade 3id did resolver ([#1108](https://github.com/ceramicnetwork/js-ceramic/issues/1108)) ([24ef6d4](https://github.com/ceramicnetwork/js-ceramic/commit/24ef6d45c6ce1dae828447ffdaa9e57f3f5e9b00))
|
|
143
|
-
* **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))
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
### Reverts
|
|
147
|
-
|
|
148
|
-
* Revert "chore(release):" ([26ed474](https://github.com/ceramicnetwork/js-ceramic/commit/26ed474717edaf2a276d5ffba063054f5a12e5e2))
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
## [1.1.4](/compare/@ceramicnetwork/pinning-powergate-backend@1.1.4-rc.0...@ceramicnetwork/pinning-powergate-backend@1.1.4) (2021-09-16)
|
|
155
|
-
|
|
156
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
## [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)
|
|
163
|
-
|
|
164
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
## [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)
|
|
171
|
-
|
|
172
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
## [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)
|
|
179
|
-
|
|
180
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
## [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)
|
|
187
|
-
|
|
188
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
## [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)
|
|
195
|
-
|
|
196
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
## [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)
|
|
203
|
-
|
|
204
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
## 1.1.2-rc.5 (2021-08-23)
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
### Bug Fixes
|
|
214
|
-
|
|
215
|
-
* **ci:** remove private flag ([9974009](https://github.com/ceramicnetwork/js-ceramic/commit/9974009be69382f2a2caf59f4ff72bf6aa12491b))
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
## [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)
|
|
222
|
-
|
|
223
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
## [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)
|
|
230
|
-
|
|
231
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
## 1.1.2-rc.2 (2021-08-22)
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
### Bug Fixes
|
|
241
|
-
|
|
242
|
-
* **ci:** remove flag from npm ci cmd ([b8ca310](https://github.com/ceramicnetwork/js-ceramic/commit/b8ca3102963096626a46a3c78c705da26e977021))
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
## [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)
|
|
249
|
-
|
|
250
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
## [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)
|
|
257
|
-
|
|
258
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
## [1.1.1](/compare/@ceramicnetwork/pinning-powergate-backend@1.1.0-rc.1...@ceramicnetwork/pinning-powergate-backend@1.1.1) (2021-08-11)
|
|
265
|
-
|
|
266
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
# [1.1.0](/compare/@ceramicnetwork/pinning-powergate-backend@1.1.0-rc.1...@ceramicnetwork/pinning-powergate-backend@1.1.0) (2021-08-11)
|
|
273
|
-
|
|
274
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
# [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)
|
|
281
|
-
|
|
282
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
# [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)
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
### Features
|
|
292
|
-
|
|
293
|
-
* Pass issuer to verifyJWS (#1542) 3c60b0c, closes #1542
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
## [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)
|
|
300
|
-
|
|
301
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
## [1.0.7](/compare/@ceramicnetwork/pinning-powergate-backend@1.0.7-rc.0...@ceramicnetwork/pinning-powergate-backend@1.0.7) (2021-06-22)
|
|
308
|
-
|
|
309
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
## [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)
|
|
316
|
-
|
|
317
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
## [1.0.6](/compare/@ceramicnetwork/pinning-powergate-backend@1.0.5...@ceramicnetwork/pinning-powergate-backend@1.0.6) (2021-06-06)
|
|
324
|
-
|
|
325
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
## [1.0.5](/compare/@ceramicnetwork/pinning-powergate-backend@1.0.4...@ceramicnetwork/pinning-powergate-backend@1.0.5) (2021-06-03)
|
|
332
|
-
|
|
333
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
## [1.0.4](/compare/@ceramicnetwork/pinning-powergate-backend@1.0.4-rc.0...@ceramicnetwork/pinning-powergate-backend@1.0.4) (2021-05-31)
|
|
340
|
-
|
|
341
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
## [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)
|
|
348
|
-
|
|
349
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
## [1.0.3](/compare/@ceramicnetwork/pinning-powergate-backend@1.0.2...@ceramicnetwork/pinning-powergate-backend@1.0.3) (2021-05-25)
|
|
356
|
-
|
|
357
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
## [1.0.2](/compare/@ceramicnetwork/pinning-powergate-backend@1.0.1...@ceramicnetwork/pinning-powergate-backend@1.0.2) (2021-05-20)
|
|
364
|
-
|
|
365
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
## [1.0.1](/compare/@ceramicnetwork/pinning-powergate-backend@1.0.0...@ceramicnetwork/pinning-powergate-backend@1.0.1) (2021-05-13)
|
|
372
|
-
|
|
373
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
# [1.0.0](/compare/@ceramicnetwork/pinning-powergate-backend@1.0.0-rc.6...@ceramicnetwork/pinning-powergate-backend@1.0.0) (2021-05-06)
|
|
380
|
-
|
|
381
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
# [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)
|
|
388
|
-
|
|
389
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
# [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)
|
|
396
|
-
|
|
397
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
# [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)
|
|
404
|
-
|
|
405
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
# [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)
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
### Features
|
|
415
|
-
|
|
416
|
-
* **tile-doctype:** Update Tile API (#1180) 90973ee, closes #1180
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
# [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)
|
|
423
|
-
|
|
424
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
# [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)
|
|
431
|
-
|
|
432
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
## [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)
|
|
439
|
-
|
|
440
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
## [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)
|
|
447
|
-
|
|
448
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
## [0.2.1](/compare/@ceramicnetwork/pinning-powergate-backend@0.2.0...@ceramicnetwork/pinning-powergate-backend@0.2.1) (2021-04-02)
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
### Bug Fixes
|
|
458
|
-
|
|
459
|
-
* **common, logger:** Clean up dependencies (#1164) 191ad31, closes #1164
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
## [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)
|
|
466
|
-
|
|
467
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
## [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)
|
|
474
|
-
|
|
475
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
## [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)
|
|
482
|
-
|
|
483
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
## [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)
|
|
490
|
-
|
|
491
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
## [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)
|
|
498
|
-
|
|
499
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
# [0.2.0](/compare/@ceramicnetwork/pinning-powergate-backend@0.2.0-rc.1...@ceramicnetwork/pinning-powergate-backend@0.2.0) (2021-03-22)
|
|
506
|
-
|
|
507
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
# [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)
|
|
514
|
-
|
|
515
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
# [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)
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
### Features
|
|
525
|
-
|
|
526
|
-
* upgrade 3id did resolver (#1108) 24ef6d4, closes #1108
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
## [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)
|
|
533
|
-
|
|
534
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
## [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)
|
|
541
|
-
|
|
542
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
## [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)
|
|
549
|
-
|
|
550
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
## [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)
|
|
557
|
-
|
|
558
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
## [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)
|
|
565
|
-
|
|
566
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
## [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)
|
|
573
|
-
|
|
574
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
## [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)
|
|
581
|
-
|
|
582
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
## [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)
|
|
589
|
-
|
|
590
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
## [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)
|
|
597
|
-
|
|
598
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
## [0.1.14](/compare/@ceramicnetwork/pinning-powergate-backend@0.1.14-rc.0...@ceramicnetwork/pinning-powergate-backend@0.1.14) (2021-02-04)
|
|
605
|
-
|
|
606
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
## [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)
|
|
613
|
-
|
|
614
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
## [0.1.13](/compare/@ceramicnetwork/pinning-powergate-backend@0.1.12...@ceramicnetwork/pinning-powergate-backend@0.1.13) (2021-01-21)
|
|
621
|
-
|
|
622
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
## [0.1.12](/compare/@ceramicnetwork/pinning-powergate-backend@0.1.11...@ceramicnetwork/pinning-powergate-backend@0.1.12) (2021-01-13)
|
|
629
|
-
|
|
630
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
## [0.1.11](/compare/@ceramicnetwork/pinning-powergate-backend@0.1.10...@ceramicnetwork/pinning-powergate-backend@0.1.11) (2021-01-13)
|
|
637
|
-
|
|
638
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
## [0.1.10](/compare/@ceramicnetwork/pinning-powergate-backend@0.1.9...@ceramicnetwork/pinning-powergate-backend@0.1.10) (2021-01-13)
|
|
645
|
-
|
|
646
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
## [0.1.9](/compare/@ceramicnetwork/pinning-powergate-backend@0.1.8...@ceramicnetwork/pinning-powergate-backend@0.1.9) (2021-01-07)
|
|
653
|
-
|
|
654
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
## [0.1.8](/compare/@ceramicnetwork/pinning-powergate-backend@0.1.7...@ceramicnetwork/pinning-powergate-backend@0.1.8) (2021-01-07)
|
|
661
|
-
|
|
662
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
## [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)
|
|
669
|
-
|
|
670
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
## [0.1.6](/compare/@ceramicnetwork/pinning-powergate-backend@0.1.5...@ceramicnetwork/pinning-powergate-backend@0.1.6) (2020-12-23)
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
### Reverts
|
|
680
|
-
|
|
681
|
-
* Revert "chore(release):" 26ed474
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
## [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)
|
|
688
|
-
|
|
689
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
## [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)
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
### Bug Fixes
|
|
699
|
-
|
|
700
|
-
* CID version fix ([#638](https://github.com/ceramicnetwork/js-ceramic/issues/638)) ([a4f4390](https://github.com/ceramicnetwork/js-ceramic/commit/a4f4390ea561e991cae93dd26b9b122d10caef32))
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
## [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)
|
|
707
|
-
|
|
708
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
## [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)
|
|
715
|
-
|
|
716
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
## [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)
|
|
723
|
-
|
|
724
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
## [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)
|
|
731
|
-
|
|
732
|
-
**Note:** Version bump only for package @ceramicnetwork/pinning-powergate-backend
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
# 0.1.0 (2020-11-24)
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
### Features
|
|
742
|
-
|
|
743
|
-
* **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))
|