joist-codegen 1.1.0 → 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.
@@ -286,7 +286,7 @@ function generateEntityCodegenFile(config, meta) {
286
286
  ${generateDefaultValidationRules(meta, configName)}
287
287
 
288
288
  export abstract class ${entityName}Codegen extends ${symbols_1.BaseEntity}<${symbols_1.EntityManager}> {
289
- private static defaultValues = {
289
+ static defaultValues: object = {
290
290
  ${defaultValues}
291
291
  };
292
292
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joist-codegen",
3
- "version": "1.1.0",
3
+ "version": "1.1.4",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -19,7 +19,7 @@
19
19
  "@types/pluralize": "0.0.29",
20
20
  "change-case": "^4.1.1",
21
21
  "is-plain-object": "^3.0.1",
22
- "joist-utils": "workspace:*",
22
+ "joist-utils": "1.1.4",
23
23
  "knex": "^0.95.9",
24
24
  "pg": "^8.7.1",
25
25
  "pg-structure": "^7.13.0",
@@ -37,4 +37,4 @@
37
37
  "tsconfig-paths": "^3.10.1",
38
38
  "typescript": "^4.5.2"
39
39
  }
40
- }
40
+ }