erdbpro 2.4.5-beta.4 → 2.4.5

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.
@@ -346,8 +346,8 @@ ifeq ($(strip $(foreach prefix,$(NO_LOAD),\
346
346
  endif
347
347
 
348
348
  quiet_cmd_regen_makefile = ACTION Regenerating $@
349
- cmd_regen_makefile = cd $(srcdir); /usr/local/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py -fmake --ignore-environment "-Dlibrary=shared_library" "-Dvisibility=default" "-Dnode_root_dir=/Users/meowpush/Library/Caches/node-gyp/25.9.0" "-Dnode_gyp_dir=/usr/local/lib/node_modules/npm/node_modules/node-gyp" "-Dnode_lib_file=/Users/meowpush/Library/Caches/node-gyp/25.9.0/<(target_arch)/node.lib" "-Dmodule_root_dir=/Users/meowpush/Projects/erd-builder-pro/node_modules/better-sqlite3" "-Dnode_engine=v8" "--depth=." "-Goutput_dir=." "--generator-output=build" -I/Users/meowpush/Projects/erd-builder-pro/node_modules/better-sqlite3/build/config.gypi -I/usr/local/lib/node_modules/npm/node_modules/node-gyp/addon.gypi -I/Users/meowpush/Library/Caches/node-gyp/25.9.0/include/node/common.gypi "--toplevel-dir=." binding.gyp
350
- Makefile: $(srcdir)/../../../../../../usr/local/lib/node_modules/npm/node_modules/node-gyp/addon.gypi $(srcdir)/../../../../Library/Caches/node-gyp/25.9.0/include/node/common.gypi $(srcdir)/binding.gyp $(srcdir)/build/config.gypi $(srcdir)/deps/common.gypi $(srcdir)/deps/defines.gypi $(srcdir)/deps/sqlite3.gyp
349
+ cmd_regen_makefile = cd $(srcdir); /usr/local/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py -fmake --ignore-environment "-Dlibrary=shared_library" "-Dvisibility=default" "-Dnode_root_dir=/Users/meowpush/Library/Caches/node-gyp/25.9.0" "-Dnode_gyp_dir=/usr/local/lib/node_modules/npm/node_modules/node-gyp" "-Dnode_lib_file=/Users/meowpush/Library/Caches/node-gyp/25.9.0/<(target_arch)/node.lib" "-Dmodule_root_dir=/Users/meowpush/Projects/erd-builder-pro/cli/dist-server/node_modules/better-sqlite3" "-Dnode_engine=v8" "--depth=." "-Goutput_dir=." "--generator-output=build" -I/Users/meowpush/Projects/erd-builder-pro/cli/dist-server/node_modules/better-sqlite3/build/config.gypi -I/usr/local/lib/node_modules/npm/node_modules/node-gyp/addon.gypi -I/Users/meowpush/Library/Caches/node-gyp/25.9.0/include/node/common.gypi "--toplevel-dir=." binding.gyp
350
+ Makefile: $(srcdir)/../../../../../../../../usr/local/lib/node_modules/npm/node_modules/node-gyp/addon.gypi $(srcdir)/../../../../../../Library/Caches/node-gyp/25.9.0/include/node/common.gypi $(srcdir)/binding.gyp $(srcdir)/build/config.gypi $(srcdir)/deps/common.gypi $(srcdir)/deps/defines.gypi $(srcdir)/deps/sqlite3.gyp
351
351
  $(call do_cmd,regen_makefile)
352
352
 
353
353
  # "all" is a concatenation of the "all" targets from all the included
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "erdbpro",
3
- "version": "2.4.5-beta.4",
3
+ "version": "2.4.5",
4
4
  "description": "ERD Builder Pro CLI — one command to start your database design workspace.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -11,20 +11,18 @@
11
11
  "src/",
12
12
  "dist-server/",
13
13
  "dist/",
14
- "prisma/",
15
- "menubar/"
14
+ "prisma/"
16
15
  ],
17
16
  "dependencies": {
18
17
  "commander": "^13.0.0",
19
- "open": "^10.0.0",
20
- "better-sqlite3": "^12.11.1"
21
- },
22
- "scripts": {
23
- "postinstall": "cp -r node_modules/better-sqlite3 dist-server/node_modules/ 2>/dev/null || true"
18
+ "open": "^10.0.0"
24
19
  },
25
20
  "engines": {
26
21
  "node": ">=18"
27
22
  },
23
+ "scripts": {
24
+ "postinstall": "cd dist-server && npm install better-sqlite3@12.11.1 2>/dev/null || true"
25
+ },
28
26
  "keywords": [
29
27
  "erd",
30
28
  "database",