@stacksjs/database 0.58.43 → 0.58.44

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -9,7 +9,7 @@ import {SqliteAdapter, SqliteIntrospector, SqliteQueryCompiler} from "kysely";
9
9
  // src/kysely-bun-worker/driver.ts
10
10
  import {CompiledQuery} from "kysely";
11
11
 
12
- // /Users/chrisbreuer/Code/stacks/node_modules/mitt/dist/mitt.mjs
12
+ // /home/runner/work/stacks/stacks/node_modules/mitt/dist/mitt.mjs
13
13
  function mitt_default(n) {
14
14
  return { all: n = n || new Map, on: function(t, e) {
15
15
  var i = n.get(t);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/database",
3
3
  "type": "module",
4
- "version": "0.58.43",
4
+ "version": "0.58.44",
5
5
  "description": "The Stacks database integration.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",