test-entity-library-asm 1.1.2 → 1.1.4

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/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "test-entity-library-asm",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "description": "Entidades de ejemplo para una base de datos",
5
- "main": "index.js",
5
+ "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "scripts": {
8
8
  "build": "tsc"
@@ -30,7 +30,7 @@ export class Role {
30
30
  comment:
31
31
  'Id de la variable que se encuentra en los archivos "locale" para el multilenguaje.\r\n\r\nCabe recordar qué los usuarios también pueden crear roles, estos deben ir normal, sin id para el lenguaje.',
32
32
  })
33
- description: string | null
33
+ description: string
34
34
 
35
35
  @Column({ default: 1 })
36
36
  status: number