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