@jskit-ai/database-runtime-postgres 0.1.125 → 0.1.127

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.
@@ -12,7 +12,7 @@ const CI_DATABASE = Object.freeze({
12
12
  export default Object.freeze({
13
13
  packageVersion: 1,
14
14
  packageId: "@jskit-ai/database-runtime-postgres",
15
- version: "0.1.125",
15
+ version: "0.1.127",
16
16
  kind: "runtime",
17
17
  options: {
18
18
  "db-host": {
@@ -131,7 +131,7 @@ export default Object.freeze({
131
131
  mutations: {
132
132
  dependencies: {
133
133
  runtime: {
134
- "@jskit-ai/database-runtime": "0.1.127",
134
+ "@jskit-ai/database-runtime": "0.1.129",
135
135
  "pg": "^8.13.1"
136
136
  },
137
137
  dev: {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/database-runtime-postgres",
3
- "version": "0.1.125",
3
+ "version": "0.1.127",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "test": "node --test"
@@ -12,6 +12,6 @@
12
12
  "./shared/dialect": "./src/shared/dialect.js"
13
13
  },
14
14
  "dependencies": {
15
- "@jskit-ai/database-runtime": "0.1.127"
15
+ "@jskit-ai/database-runtime": "0.1.129"
16
16
  }
17
17
  }