@wisemen/nestjs-typeorm 0.0.35 → 0.0.37

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.
@@ -18,7 +18,7 @@ export class TypeOrmModule extends TM {
18
18
  const source = DataSource === undefined
19
19
  ? await createConnection(dataSourceOptions)
20
20
  : new DataSource(dataSourceOptions);
21
- source.driver.supportedDataTypes.push(...options.customDataTypes);
21
+ source.driver.supportedDataTypes.push(...(options.customDataTypes ?? []));
22
22
  return source;
23
23
  };
24
24
  return super.forRootAsync(options);
@@ -1 +1 @@
1
- {"version":3,"file":"module.js","sourceRoot":"","sources":["../../lib/extensions/module.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,IAAI,EAAE,EAAmD,MAAM,iBAAiB,CAAA;AAEtG,OAAO,EAAE,gBAAgB,EAAE,UAAU,EAAqB,MAAM,SAAS,CAAA;AACzE,OAAO,EAAE,wBAAwB,EAAE,MAAM,2CAA2C,CAAA;AACpF,OAAO,EAAE,uBAAuB,EAAE,MAAM,mDAAmD,CAAA;AAE3F,OAAO,EAAE,sBAAsB,EAAE,MAAM,uBAAuB,CAAA;AAQ9D,MAAM,OAAO,aAAc,SAAQ,EAAE;IACnC,MAAM,CAAC,UAAU,CACf,WAAkC,EAAE,EACpC,aAGa,wBAAwB;QAErC,MAAM,SAAS,GAAG,sBAAsB,CAAC,QAAQ,EAAE,UAAU,CAAC,CAAA;QAE9D,uBAAuB,CAAC,uBAAuB,CAAC,UAAU,EAAE,CAAC,GAAG,QAAQ,CAAC,CAAC,CAAA;QAE1E,OAAO;YACL,MAAM,EAAE,aAAa;YACrB,SAAS,EAAE,SAAS;YACpB,OAAO,EAAE,SAAS;SACnB,CAAA;IACH,CAAC;IAED,MAAM,CAAC,YAAY,CAAE,OAAwC;QAC3D,OAAO,CAAC,iBAAiB,GAAG,KAAK,EAAE,iBAAoC,EAAE,EAAE;YACzE,MAAM,MAAM,GAAG,UAAU,KAAK,SAAS;gBACrC,CAAC,CAAC,MAAM,gBAAgB,CAAC,iBAAiB,CAAC;gBAC3C,CAAC,CAAC,IAAI,UAAU,CAAC,iBAAiB,CAAC,CAAA;YAErC,MAAM,CAAC,MAAM,CAAC,kBAAkB,CAAC,IAAI,CAAC,GAAG,OAAO,CAAC,eAA+B,CAAC,CAAA;YAEjF,OAAO,MAAM,CAAA;QACf,CAAC,CAAA;QAED,OAAO,KAAK,CAAC,YAAY,CAAC,OAAO,CAAC,CAAA;IACpC,CAAC;CACF"}
1
+ {"version":3,"file":"module.js","sourceRoot":"","sources":["../../lib/extensions/module.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,IAAI,EAAE,EAA6B,MAAM,iBAAiB,CAAA;AAEhF,OAAO,EAAE,gBAAgB,EAAE,UAAU,EAAqB,MAAM,SAAS,CAAA;AACzE,OAAO,EAAE,wBAAwB,EAAE,MAAM,2CAA2C,CAAA;AACpF,OAAO,EAAE,uBAAuB,EAAE,MAAM,mDAAmD,CAAA;AAE3F,OAAO,EAAE,sBAAsB,EAAE,MAAM,uBAAuB,CAAA;AAM9D,MAAM,OAAO,aAAc,SAAQ,EAAE;IACnC,MAAM,CAAC,UAAU,CACf,WAAkC,EAAE,EACpC,aAGa,wBAAwB;QAErC,MAAM,SAAS,GAAG,sBAAsB,CAAC,QAAQ,EAAE,UAAU,CAAC,CAAA;QAE9D,uBAAuB,CAAC,uBAAuB,CAAC,UAAU,EAAE,CAAC,GAAG,QAAQ,CAAC,CAAC,CAAA;QAE1E,OAAO;YACL,MAAM,EAAE,aAAa;YACrB,SAAS,EAAE,SAAS;YACpB,OAAO,EAAE,SAAS;SACnB,CAAA;IACH,CAAC;IAED,MAAM,CAAC,YAAY,CAAE,OAAwC;QAC3D,OAAO,CAAC,iBAAiB,GAAG,KAAK,EAAE,iBAAoC,EAAE,EAAE;YACzE,MAAM,MAAM,GAAG,UAAU,KAAK,SAAS;gBACrC,CAAC,CAAC,MAAM,gBAAgB,CAAC,iBAAiB,CAAC;gBAC3C,CAAC,CAAC,IAAI,UAAU,CAAC,iBAAiB,CAAC,CAAA;YAErC,MAAM,CAAC,MAAM,CAAC,kBAAkB,CAAC,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,eAAe,IAAI,EAAE,CAAiB,CAAC,CAAA;YAEzF,OAAO,MAAM,CAAA;QACf,CAAC,CAAA;QAED,OAAO,KAAK,CAAC,YAAY,CAAC,OAAO,CAAC,CAAA;IACpC,CAAC;CACF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wisemen/nestjs-typeorm",
3
- "version": "0.0.35",
3
+ "version": "0.0.37",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "type": "module",
@@ -18,10 +18,10 @@
18
18
  "release": "pnpx release-it"
19
19
  },
20
20
  "devDependencies": {
21
- "@types/node": "^24.5.2",
22
- "eslint": "^9.36.0",
23
- "expect": "^30.1.2",
24
- "typescript": "^5.9.2"
21
+ "@types/node": "^24.10.1",
22
+ "eslint": "^9.39.1",
23
+ "expect": "^30.2.0",
24
+ "typescript": "^5.9.3"
25
25
  },
26
26
  "author": "Joren Vandeweyer",
27
27
  "license": "GPL",
@@ -30,14 +30,14 @@
30
30
  "url": "git@github.com:wisemen-digital/node-core.git"
31
31
  },
32
32
  "peerDependencies": {
33
- "pg": "8.16.3",
34
- "@nestjs/common": "^11.1.6",
33
+ "@nestjs/common": "^11.1.9",
35
34
  "@nestjs/config": "^4.0.2",
36
35
  "@nestjs/typeorm": "^11.0.0",
37
- "@wisemen/coordinates": "^0.0.10",
38
- "@wisemen/time": "^0.0.26",
36
+ "@wisemen/coordinates": "^0.0.12",
37
+ "@wisemen/time": "^0.0.28",
39
38
  "change-case": "^5.4.4",
40
- "class-validator": "^0.14.2",
39
+ "class-validator": "^0.14.3",
40
+ "pg": "8.16.3",
41
41
  "typeorm": "^0.3.27"
42
42
  }
43
43
  }