@nestjs-kitchen/connextion-postgres 2.1.0 → 2.1.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,5 +1,5 @@
1
- import { type AsyncModuleOptions, type ConnectionOptionName, type ConnextionInstance, type ModuleOptions } from '@nestjs-kitchen/connextion';
2
1
  import type { DynamicModule, Type } from '@nestjs/common';
2
+ import { type AsyncModuleOptions, type ConnectionOptionName, type ConnextionInstance, type ModuleOptions } from '@nestjs-kitchen/connextion';
3
3
  import { DEFAULT_INSTANCE_NAME } from './constants';
4
4
  import { PostgresInstance } from './postgres.instance';
5
5
  /**
@@ -3,8 +3,8 @@ var _a;
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.PostgresInstance = void 0;
5
5
  const node_async_hooks_1 = require("node:async_hooks");
6
- const connextion_1 = require("@nestjs-kitchen/connextion");
7
6
  const common_1 = require("@nestjs/common");
7
+ const connextion_1 = require("@nestjs-kitchen/connextion");
8
8
  const pg_1 = require("pg");
9
9
  const uid_1 = require("uid");
10
10
  const constants_1 = require("./constants");
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@nestjs-kitchen/connextion-postgres",
3
3
  "private": false,
4
4
  "description": "A flexible module to provide node-postgres interface in NextJS.",
5
- "version": "2.1.0",
5
+ "version": "2.1.2",
6
6
  "homepage": "https://github.com/yikenman/nestjs-kitchen",
7
7
  "repository": "https://github.com/yikenman/nestjs-kitchen",
8
8
  "author": "yikenman",
@@ -23,15 +23,15 @@
23
23
  },
24
24
  "devDependencies": {
25
25
  "@nestjs/testing": "^11.0.0",
26
- "@types/jest": "^29.5.14",
26
+ "@types/jest": "^30.0.0",
27
27
  "@types/node": "^22.13.9",
28
- "jest": "^29.7.0",
28
+ "jest": "^30.0.5",
29
29
  "rimraf": "^6.0.1",
30
30
  "ts-jest": "^29.3.0",
31
31
  "ts-node": "^10.9.2",
32
32
  "tsconfig-paths": "^4.2.0",
33
33
  "typescript": "^5.8.2",
34
- "@nestjs-kitchen/connextion": "2.0.5"
34
+ "@nestjs-kitchen/connextion": "2.0.7"
35
35
  },
36
36
  "engines": {
37
37
  "node": ">=20.13.0"
@@ -47,11 +47,11 @@
47
47
  "SQL"
48
48
  ],
49
49
  "peerDependencies": {
50
- "@nestjs/common": "^10.0.0 || ^11.0.0",
51
- "@types/pg": "^8.11.10",
52
- "pg": "^8.13.1",
50
+ "@nestjs/common": "^11.0.0",
51
+ "@types/pg": "^8.15.5",
52
+ "pg": "^8.16.3",
53
53
  "reflect-metadata": "^0.2.2",
54
- "@nestjs-kitchen/connextion": "2.0.5"
54
+ "@nestjs-kitchen/connextion": "2.0.7"
55
55
  },
56
56
  "scripts": {
57
57
  "build": "rimraf dist && tsc -p tsconfig.build.json",