nestjs-base 1.0.23 → 1.0.25
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/entities/code-column.d.ts +1 -0
- package/dist/entities/code-column.js +14 -0
- package/dist/entities/code-column.js.map +1 -0
- package/dist/entities/code-property.d.ts +1 -0
- package/dist/entities/code-property.js +14 -0
- package/dist/entities/code-property.js.map +1 -0
- package/dist/entities/hashed-password-column.js +1 -1
- package/dist/entities/hashed-password-column.js.map +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/entities/hashed-password-property.d.ts +0 -1
- package/dist/entities/hashed-password-property.js +0 -14
- package/dist/entities/hashed-password-property.js.map +0 -1
package/package.json
CHANGED
@@ -1 +0,0 @@
|
|
1
|
-
export declare const HashedPasswordProperty: (description?: string) => (target: any, key: string) => void;
|
@@ -1,14 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.HashedPasswordProperty = void 0;
|
4
|
-
const swagger_1 = require("@nestjs/swagger");
|
5
|
-
const HashedPasswordProperty = (description = "密码(加密后)") => {
|
6
|
-
return (target, key) => {
|
7
|
-
(0, swagger_1.ApiProperty)({
|
8
|
-
description,
|
9
|
-
example: "$2a$10$JwaFlTfBWQsKmQ2riQtNbeptPJsYWd4z4MaMvCI.lQoIfTgGBBzLa",
|
10
|
-
})(target, key);
|
11
|
-
};
|
12
|
-
};
|
13
|
-
exports.HashedPasswordProperty = HashedPasswordProperty;
|
14
|
-
//# sourceMappingURL=hashed-password-property.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"hashed-password-property.js","sourceRoot":"","sources":["../../src/entities/hashed-password-property.ts"],"names":[],"mappings":";;;AAAA,6CAA8C;AAEvC,MAAM,sBAAsB,GAAG,CACpC,cAAsB,SAAS,EAC/B,EAAE;IACF,OAAO,CAAC,MAAW,EAAE,GAAW,EAAE,EAAE;QAClC,IAAA,qBAAW,EAAC;YACV,WAAW;YACX,OAAO,EAAE,8DAA8D;SACxE,CAAC,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAClB,CAAC,CAAC;AACJ,CAAC,CAAC;AATW,QAAA,sBAAsB,0BASjC"}
|