@brightchain/node-express-suite 0.28.0 → 0.29.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/README.md +1 -1
- package/package.json +5 -6
- package/src/lib/upstream.d.ts +2 -2
- package/src/lib/upstream.d.ts.map +1 -1
- package/src/lib/upstream.js +3 -1
- package/src/lib/upstream.js.map +1 -1
package/README.md
CHANGED
|
@@ -81,7 +81,7 @@ yarn add @brightchain/node-express-suite
|
|
|
81
81
|
{
|
|
82
82
|
"@digitaldefiance/branded-interface": "^0.0.5",
|
|
83
83
|
"@digitaldefiance/node-ecies-lib": "^4.20.0",
|
|
84
|
-
"@digitaldefiance/node-express-suite": "^4.
|
|
84
|
+
"@digitaldefiance/node-express-suite": "^4.23.1",
|
|
85
85
|
"@brightchain/brightchain-lib": "^0.25.0",
|
|
86
86
|
"@brightchain/db": "^0.25.0"
|
|
87
87
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightchain/node-express-suite",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"private": false,
|
|
3
|
+
"version": "0.29.0",
|
|
5
4
|
"type": "commonjs",
|
|
6
5
|
"main": "./src/index.js",
|
|
7
6
|
"types": "./src/index.d.ts",
|
|
@@ -9,11 +8,11 @@
|
|
|
9
8
|
"tslib": "^2.3.0"
|
|
10
9
|
},
|
|
11
10
|
"peerDependencies": {
|
|
11
|
+
"@brightchain/brightchain-lib": "^0.29.0",
|
|
12
|
+
"@brightchain/db": "^0.29.0",
|
|
12
13
|
"@digitaldefiance/branded-interface": "^0.0.5",
|
|
13
|
-
"@digitaldefiance/node-ecies-lib": "^4.
|
|
14
|
-
"@digitaldefiance/node-express-suite": "^4.
|
|
15
|
-
"@brightchain/brightchain-lib": "^0.28.0",
|
|
16
|
-
"@brightchain/db": "^0.28.0",
|
|
14
|
+
"@digitaldefiance/node-ecies-lib": "^4.23.0",
|
|
15
|
+
"@digitaldefiance/node-express-suite": "^4.23.2",
|
|
17
16
|
"bcrypt": "^5.0.0",
|
|
18
17
|
"jsonwebtoken": "^9.0.0"
|
|
19
18
|
}
|
package/src/lib/upstream.d.ts
CHANGED
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
* Consumers can import these through @brightchain/node-express-suite
|
|
4
4
|
* instead of depending on the upstream package directly.
|
|
5
5
|
*/
|
|
6
|
-
export { Application, createExpressConstants, AppRouter, } from '@digitaldefiance/node-express-suite';
|
|
7
|
-
export type { IApplication, IConstants, IAuthenticationProvider, IDatabasePlugin, IEnvironment, } from '@digitaldefiance/node-express-suite';
|
|
6
|
+
export { Application, createExpressConstants, AppRouter, AbstractJwtService, AbstractRoleService, } from '@digitaldefiance/node-express-suite';
|
|
7
|
+
export type { IApplication, IConstants, IAuthenticationProvider, IDatabasePlugin, IEnvironment, IJwtService, IRoleService, } from '@digitaldefiance/node-express-suite';
|
|
8
8
|
//# sourceMappingURL=upstream.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"upstream.d.ts","sourceRoot":"","sources":["../../../../brightchain-node-express-suite/src/lib/upstream.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,OAAO,EACL,WAAW,EACX,sBAAsB,EACtB,SAAS,
|
|
1
|
+
{"version":3,"file":"upstream.d.ts","sourceRoot":"","sources":["../../../../brightchain-node-express-suite/src/lib/upstream.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,OAAO,EACL,WAAW,EACX,sBAAsB,EACtB,SAAS,EACT,kBAAkB,EAClB,mBAAmB,GACpB,MAAM,qCAAqC,CAAC;AAE7C,YAAY,EACV,YAAY,EACZ,UAAU,EACV,uBAAuB,EACvB,eAAe,EACf,YAAY,EACZ,WAAW,EACX,YAAY,GACb,MAAM,qCAAqC,CAAC"}
|
package/src/lib/upstream.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AppRouter = exports.createExpressConstants = exports.Application = void 0;
|
|
3
|
+
exports.AbstractRoleService = exports.AbstractJwtService = exports.AppRouter = exports.createExpressConstants = exports.Application = void 0;
|
|
4
4
|
/**
|
|
5
5
|
* Re-exports from @digitaldefiance/node-express-suite (upstream).
|
|
6
6
|
* Consumers can import these through @brightchain/node-express-suite
|
|
@@ -10,4 +10,6 @@ var node_express_suite_1 = require("@digitaldefiance/node-express-suite");
|
|
|
10
10
|
Object.defineProperty(exports, "Application", { enumerable: true, get: function () { return node_express_suite_1.Application; } });
|
|
11
11
|
Object.defineProperty(exports, "createExpressConstants", { enumerable: true, get: function () { return node_express_suite_1.createExpressConstants; } });
|
|
12
12
|
Object.defineProperty(exports, "AppRouter", { enumerable: true, get: function () { return node_express_suite_1.AppRouter; } });
|
|
13
|
+
Object.defineProperty(exports, "AbstractJwtService", { enumerable: true, get: function () { return node_express_suite_1.AbstractJwtService; } });
|
|
14
|
+
Object.defineProperty(exports, "AbstractRoleService", { enumerable: true, get: function () { return node_express_suite_1.AbstractRoleService; } });
|
|
13
15
|
//# sourceMappingURL=upstream.js.map
|
package/src/lib/upstream.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"upstream.js","sourceRoot":"","sources":["../../../../brightchain-node-express-suite/src/lib/upstream.ts"],"names":[],"mappings":";;;AAAA;;;;GAIG;AACH,
|
|
1
|
+
{"version":3,"file":"upstream.js","sourceRoot":"","sources":["../../../../brightchain-node-express-suite/src/lib/upstream.ts"],"names":[],"mappings":";;;AAAA;;;;GAIG;AACH,0EAM6C;AAL3C,iHAAA,WAAW,OAAA;AACX,4HAAA,sBAAsB,OAAA;AACtB,+GAAA,SAAS,OAAA;AACT,wHAAA,kBAAkB,OAAA;AAClB,yHAAA,mBAAmB,OAAA"}
|