@hedhog/setting 0.0.1 → 0.0.2
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.
| 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            {"version":3,"file":"settings.module.d.ts","sourceRoot":"","sources":["../src/settings.module.ts"],"names":[],"mappings":"AAOA,qBAUa, 
     | 
| 
      
 1 
     | 
    
         
            +
            {"version":3,"file":"settings.module.d.ts","sourceRoot":"","sources":["../src/settings.module.ts"],"names":[],"mappings":"AAOA,qBAUa,aAAa;CAAG"}
         
     | 
    
        package/dist/settings.module.js
    CHANGED
    
    | 
         @@ -6,17 +6,17 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, 
     | 
|
| 
       6 
6 
     | 
    
         
             
                return c > 3 && r && Object.defineProperty(target, key, r), r;
         
     | 
| 
       7 
7 
     | 
    
         
             
            };
         
     | 
| 
       8 
8 
     | 
    
         
             
            Object.defineProperty(exports, "__esModule", { value: true });
         
     | 
| 
       9 
     | 
    
         
            -
            exports. 
     | 
| 
      
 9 
     | 
    
         
            +
            exports.SettingModule = void 0;
         
     | 
| 
       10 
10 
     | 
    
         
             
            const auth_1 = require("@hedhog/auth");
         
     | 
| 
       11 
11 
     | 
    
         
             
            const pagination_1 = require("@hedhog/pagination");
         
     | 
| 
       12 
12 
     | 
    
         
             
            const prisma_1 = require("@hedhog/prisma");
         
     | 
| 
       13 
13 
     | 
    
         
             
            const common_1 = require("@nestjs/common");
         
     | 
| 
       14 
14 
     | 
    
         
             
            const settings_controller_1 = require("./settings.controller");
         
     | 
| 
       15 
15 
     | 
    
         
             
            const settings_service_1 = require("./settings.service");
         
     | 
| 
       16 
     | 
    
         
            -
            let  
     | 
| 
      
 16 
     | 
    
         
            +
            let SettingModule = class SettingModule {
         
     | 
| 
       17 
17 
     | 
    
         
             
            };
         
     | 
| 
       18 
     | 
    
         
            -
            exports. 
     | 
| 
       19 
     | 
    
         
            -
            exports. 
     | 
| 
      
 18 
     | 
    
         
            +
            exports.SettingModule = SettingModule;
         
     | 
| 
      
 19 
     | 
    
         
            +
            exports.SettingModule = SettingModule = __decorate([
         
     | 
| 
       20 
20 
     | 
    
         
             
                (0, common_1.Module)({
         
     | 
| 
       21 
21 
     | 
    
         
             
                    providers: [settings_service_1.SettingsService],
         
     | 
| 
       22 
22 
     | 
    
         
             
                    exports: [settings_service_1.SettingsService],
         
     | 
| 
         @@ -27,5 +27,5 @@ exports.SettingsModule = SettingsModule = __decorate([ 
     | 
|
| 
       27 
27 
     | 
    
         
             
                        (0, common_1.forwardRef)(() => pagination_1.PaginationModule),
         
     | 
| 
       28 
28 
     | 
    
         
             
                    ],
         
     | 
| 
       29 
29 
     | 
    
         
             
                })
         
     | 
| 
       30 
     | 
    
         
            -
            ],  
     | 
| 
      
 30 
     | 
    
         
            +
            ], SettingModule);
         
     | 
| 
       31 
31 
     | 
    
         
             
            //# sourceMappingURL=settings.module.js.map
         
     | 
| 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            {"version":3,"file":"settings.module.js","sourceRoot":"","sources":["../src/settings.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,uCAA0C;AAC1C,mDAAsD;AACtD,2CAA8C;AAC9C,2CAAoD;AACpD,+DAA2D;AAC3D,yDAAqD;AAY9C,IAAM, 
     | 
| 
      
 1 
     | 
    
         
            +
            {"version":3,"file":"settings.module.js","sourceRoot":"","sources":["../src/settings.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,uCAA0C;AAC1C,mDAAsD;AACtD,2CAA8C;AAC9C,2CAAoD;AACpD,+DAA2D;AAC3D,yDAAqD;AAY9C,IAAM,aAAa,GAAnB,MAAM,aAAa;CAAG,CAAA;AAAhB,sCAAa;wBAAb,aAAa;IAVzB,IAAA,eAAM,EAAC;QACN,SAAS,EAAE,CAAC,kCAAe,CAAC;QAC5B,OAAO,EAAE,CAAC,kCAAe,CAAC;QAC1B,WAAW,EAAE,CAAC,wCAAkB,CAAC;QACjC,OAAO,EAAE;YACP,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,iBAAU,CAAC;YAC5B,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,qBAAY,CAAC;YAC9B,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,6BAAgB,CAAC;SACnC;KACF,CAAC;GACW,aAAa,CAAG"}
         
     | 
    
        package/package.json
    CHANGED
    
    
    
        package/src/settings.module.ts
    CHANGED