@vertz/db 0.2.5 → 0.2.7
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/dist/sqlite/index.js +1 -1
- package/package.json +1 -1
package/dist/sqlite/index.js
CHANGED
|
@@ -73,7 +73,7 @@ var require_file_uri_to_path = __commonJS((exports, module) => {
|
|
|
73
73
|
|
|
74
74
|
// ../../node_modules/.bun/bindings@1.5.0/node_modules/bindings/bindings.js
|
|
75
75
|
var require_bindings = __commonJS((exports, module) => {
|
|
76
|
-
var __filename = "/
|
|
76
|
+
var __filename = "/Users/viniciusdacal/vertz-dev/vertz/node_modules/.bun/bindings@1.5.0/node_modules/bindings/bindings.js";
|
|
77
77
|
var fs = __require("fs");
|
|
78
78
|
var path = __require("path");
|
|
79
79
|
var fileURLToPath = require_file_uri_to_path();
|