easywork-common-lib 1.0.391 → 1.0.392

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.
@@ -30,7 +30,7 @@ __decorate([
30
30
  ], MenuPermissions.prototype, "deny", void 0);
31
31
  __decorate([
32
32
  (0, swagger_1.ApiProperty)({ type: () => user_entity_1.User, description: 'User associated with the Menu Permission' }),
33
- (0, typeorm_1.OneToOne)(() => user_entity_1.User, user => user.profile, {
33
+ (0, typeorm_1.OneToOne)(() => user_entity_1.User, user => user.menuPermissions, {
34
34
  onDelete: "CASCADE",
35
35
  onUpdate: "CASCADE",
36
36
  }),
@@ -1 +1 @@
1
- {"version":3,"file":"menu-permissions.entity.js","sourceRoot":"","sources":["../../src/entities/menu-permissions.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAA8C;AAC9C,gEAA4D;AAC5D,qCAAmD;AACnD,+CAAqC;AAG9B,IAAM,eAAe,GAArB,MAAM,eAAgB,SAAQ,wBAAU;IAE7C,IAAI,CAAW;IAGf,IAAI,CAAW;IAOf,IAAI,CAAO;CACZ,CAAA;AAbY,0CAAe;AAE1B;IADC,IAAA,gBAAM,EAAC,SAAS,EAAE,EAAE,KAAK,EAAE,IAAI,EAAC,CAAC;;6CACnB;AAGf;IADC,IAAA,gBAAM,EAAC,SAAS,EAAE,EAAE,KAAK,EAAE,IAAI,EAAC,CAAC;;6CACnB;AAOf;IALC,IAAA,qBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,kBAAI,EAAE,WAAW,EAAE,0CAA0C,EAAE,CAAC;IAC1F,IAAA,kBAAQ,EAAC,GAAG,EAAE,CAAC,kBAAI,EAAE,IAAI,CAAC,EAAE,CAAC,IAAI,CAAC,OAAO,EAAE;QAC1C,QAAQ,EAAE,SAAS;QACnB,QAAQ,EAAE,SAAS;KACpB,CAAC;8BACI,kBAAI;6CAAC;0BAZA,eAAe;IAD3B,IAAA,gBAAM,GAAE;GACI,eAAe,CAa3B"}
1
+ {"version":3,"file":"menu-permissions.entity.js","sourceRoot":"","sources":["../../src/entities/menu-permissions.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAA8C;AAC9C,gEAA4D;AAC5D,qCAAmD;AACnD,+CAAqC;AAG9B,IAAM,eAAe,GAArB,MAAM,eAAgB,SAAQ,wBAAU;IAE7C,IAAI,CAAW;IAGf,IAAI,CAAW;IAOf,IAAI,CAAO;CACZ,CAAA;AAbY,0CAAe;AAE1B;IADC,IAAA,gBAAM,EAAC,SAAS,EAAE,EAAE,KAAK,EAAE,IAAI,EAAC,CAAC;;6CACnB;AAGf;IADC,IAAA,gBAAM,EAAC,SAAS,EAAE,EAAE,KAAK,EAAE,IAAI,EAAC,CAAC;;6CACnB;AAOf;IALC,IAAA,qBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,kBAAI,EAAE,WAAW,EAAE,0CAA0C,EAAE,CAAC;IAC1F,IAAA,kBAAQ,EAAC,GAAG,EAAE,CAAC,kBAAI,EAAE,IAAI,CAAC,EAAE,CAAC,IAAI,CAAC,eAAe,EAAE;QAClD,QAAQ,EAAE,SAAS;QACnB,QAAQ,EAAE,SAAS;KACpB,CAAC;8BACI,kBAAI;6CAAC;0BAZA,eAAe;IAD3B,IAAA,gBAAM,GAAE;GACI,eAAe,CAa3B"}
package/package.json CHANGED
@@ -1,12 +1,8 @@
1
1
  {
2
2
  "name": "easywork-common-lib",
3
- "version": "1.0.391",
3
+ "version": "1.0.392",
4
4
  "description": "Librería común de Easywork",
5
5
  "main": "dist/index.js",
6
- "scripts": {
7
- "build": "tsc && cpx-fixed src/**/*.proto dist/",
8
- "bump": "./scripts/bump.sh"
9
- },
10
6
  "repository": {
11
7
  "type": "git",
12
8
  "url": "git+https://github.com/criptopreto/easywork-common-lib.git"
@@ -38,5 +34,9 @@
38
34
  "cpx-fixed": "^1.6.0",
39
35
  "ts-loader": "^9.5.1",
40
36
  "typescript": "^5.4.5"
37
+ },
38
+ "scripts": {
39
+ "build": "tsc && cpx-fixed src/**/*.proto dist/",
40
+ "bump": "./scripts/bump.sh"
41
41
  }
42
- }
42
+ }
package/scripts/bump.sh CHANGED
File without changes