@nymphjs/driver-postgresql 1.0.0-beta.85 → 1.0.0-beta.87

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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.0.0-beta.87](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.86...v1.0.0-beta.87) (2025-01-20)
7
+
8
+ **Note:** Version bump only for package @nymphjs/driver-postgresql
9
+
10
+ # [1.0.0-beta.86](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.85...v1.0.0-beta.86) (2024-12-28)
11
+
12
+ **Note:** Version bump only for package @nymphjs/driver-postgresql
13
+
6
14
  # [1.0.0-beta.85](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.84...v1.0.0-beta.85) (2024-12-27)
7
15
 
8
16
  ### Bug Fixes
package/README.md CHANGED
@@ -36,7 +36,7 @@ See the [config declaration file](src/conf/d.ts).
36
36
 
37
37
  # License
38
38
 
39
- Copyright 2021-2024 SciActive Inc
39
+ Copyright 2021-2025 SciActive Inc
40
40
 
41
41
  Licensed under the Apache License, Version 2.0 (the "License");
42
42
  you may not use this file except in compliance with the License.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nymphjs/driver-postgresql",
3
- "version": "1.0.0-beta.85",
3
+ "version": "1.0.0-beta.87",
4
4
  "description": "Nymph.js - PostgreSQL DB Driver",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -33,8 +33,8 @@
33
33
  },
34
34
  "license": "Apache-2.0",
35
35
  "dependencies": {
36
- "@nymphjs/guid": "^1.0.0-beta.85",
37
- "@nymphjs/nymph": "^1.0.0-beta.85",
36
+ "@nymphjs/guid": "^1.0.0-beta.87",
37
+ "@nymphjs/nymph": "^1.0.0-beta.87",
38
38
  "pg": "^8.13.1",
39
39
  "pg-cursor": "^2.12.1",
40
40
  "pg-format": "^1.0.4"
@@ -50,5 +50,5 @@
50
50
  "ts-node": "^10.9.2",
51
51
  "typescript": "^5.7.2"
52
52
  },
53
- "gitHead": "1d0951d3124cc7f18a4b47f36d7939eb6741c3eb"
53
+ "gitHead": "0125c8ff146f2962ef30b7b579286c70c555e7f4"
54
54
  }