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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nestjs-base",
3
- "version": "1.0.23",
3
+ "version": "1.0.25",
4
4
  "description": "nestjs base toolkit",
5
5
  "author": "zhaojintian",
6
6
  "license": "UNLICENSED",
@@ -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"}