erdbpro 2.5.3 → 2.5.4-beta.1

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 (24) hide show
  1. package/dist/assets/{index-D5TLvhis.js → index-C42TYgNh.js} +131 -131
  2. package/dist/index.html +1 -1
  3. package/dist-server/index.js +103 -103
  4. package/dist-server/node_modules/better-sqlite3/build/Makefile +362 -0
  5. package/dist-server/node_modules/better-sqlite3/build/Release/.deps/4292fa9a667d77b27488aa109b010a85bce8e4e7a1c7aa0370cea902395c3866.intermediate.d +1 -0
  6. package/dist-server/node_modules/better-sqlite3/build/Release/.deps/Release/obj.target/better_sqlite3/src/better_sqlite3.o.d.raw +82 -0
  7. package/dist-server/node_modules/better-sqlite3/build/Release/.deps/Release/obj.target/deps/locate_sqlite3.stamp.d +1 -0
  8. package/dist-server/node_modules/better-sqlite3/build/Release/.deps/Release/obj.target/sqlite3/gen/sqlite3/sqlite3.o.d +4 -0
  9. package/dist-server/node_modules/better-sqlite3/build/Release/.deps/Release/sqlite3.a.d +1 -0
  10. package/dist-server/node_modules/better-sqlite3/build/Release/obj/gen/sqlite3/sqlite3.c +269395 -0
  11. package/dist-server/node_modules/better-sqlite3/build/Release/obj/gen/sqlite3/sqlite3.h +14347 -0
  12. package/dist-server/node_modules/better-sqlite3/build/Release/obj/gen/sqlite3/sqlite3ext.h +739 -0
  13. package/dist-server/node_modules/better-sqlite3/build/Release/obj.target/deps/locate_sqlite3.stamp +0 -0
  14. package/dist-server/node_modules/better-sqlite3/build/Release/obj.target/sqlite3/gen/sqlite3/sqlite3.o +0 -0
  15. package/dist-server/node_modules/better-sqlite3/build/Release/sqlite3.a +0 -0
  16. package/dist-server/node_modules/better-sqlite3/build/better_sqlite3.target.mk +196 -0
  17. package/dist-server/node_modules/better-sqlite3/build/binding.Makefile +6 -0
  18. package/dist-server/node_modules/better-sqlite3/build/deps/locate_sqlite3.target.mk +52 -0
  19. package/dist-server/node_modules/better-sqlite3/build/deps/sqlite3.Makefile +6 -0
  20. package/dist-server/node_modules/better-sqlite3/build/deps/sqlite3.target.mk +268 -0
  21. package/dist-server/node_modules/better-sqlite3/build/gyp-mac-tool +766 -0
  22. package/dist-server/node_modules/better-sqlite3/build/test_extension.target.mk +192 -0
  23. package/package.json +1 -1
  24. package/dist-server/node_modules/better-sqlite3/build/Release/better_sqlite3.node +0 -0
@@ -0,0 +1,192 @@
1
+ # This file is generated by gyp; do not edit.
2
+
3
+ TOOLSET := target
4
+ TARGET := test_extension
5
+ DEFS_Debug := \
6
+ '-DNODE_GYP_MODULE_NAME=test_extension' \
7
+ '-DUSING_UV_SHARED=1' \
8
+ '-DUSING_V8_SHARED=1' \
9
+ '-DV8_DEPRECATION_WARNINGS=1' \
10
+ '-D_GLIBCXX_USE_CXX11_ABI=1' \
11
+ '-D_FILE_OFFSET_BITS=64' \
12
+ '-D_DARWIN_USE_64_BIT_INODE=1' \
13
+ '-D_LARGEFILE_SOURCE' \
14
+ '-DBUILDING_NODE_EXTENSION' \
15
+ '-DDEBUG' \
16
+ '-D_DEBUG' \
17
+ '-DSQLITE_DEBUG' \
18
+ '-DSQLITE_MEMDEBUG' \
19
+ '-DSQLITE_ENABLE_API_ARMOR' \
20
+ '-DSQLITE_WIN32_MALLOC_VALIDATE'
21
+
22
+ # Flags passed to all source files.
23
+ CFLAGS_Debug := \
24
+ -O0 \
25
+ -gdwarf-2 \
26
+ -fno-strict-aliasing \
27
+ -mmacosx-version-min=10.7 \
28
+ -arch \
29
+ x86_64 \
30
+ -Wall \
31
+ -Wendif-labels \
32
+ -W \
33
+ -Wno-unused-parameter
34
+
35
+ # Flags passed to only C files.
36
+ CFLAGS_C_Debug :=
37
+
38
+ # Flags passed to only C++ files.
39
+ CFLAGS_CC_Debug := \
40
+ -std=gnu++20 \
41
+ -stdlib=libc++ \
42
+ -fno-rtti \
43
+ -fno-exceptions
44
+
45
+ # Flags passed to only ObjC files.
46
+ CFLAGS_OBJC_Debug :=
47
+
48
+ # Flags passed to only ObjC++ files.
49
+ CFLAGS_OBJCC_Debug :=
50
+
51
+ INCS_Debug := \
52
+ -I/Users/meowpush/Library/Caches/node-gyp/25.9.0/include/node \
53
+ -I/Users/meowpush/Library/Caches/node-gyp/25.9.0/src \
54
+ -I/Users/meowpush/Library/Caches/node-gyp/25.9.0/deps/openssl/config \
55
+ -I/Users/meowpush/Library/Caches/node-gyp/25.9.0/deps/openssl/openssl/include \
56
+ -I/Users/meowpush/Library/Caches/node-gyp/25.9.0/deps/uv/include \
57
+ -I/Users/meowpush/Library/Caches/node-gyp/25.9.0/deps/zlib \
58
+ -I/Users/meowpush/Library/Caches/node-gyp/25.9.0/deps/v8/include \
59
+ -I$(obj)/gen/sqlite3
60
+
61
+ DEFS_Release := \
62
+ '-DNODE_GYP_MODULE_NAME=test_extension' \
63
+ '-DUSING_UV_SHARED=1' \
64
+ '-DUSING_V8_SHARED=1' \
65
+ '-DV8_DEPRECATION_WARNINGS=1' \
66
+ '-D_GLIBCXX_USE_CXX11_ABI=1' \
67
+ '-D_FILE_OFFSET_BITS=64' \
68
+ '-D_DARWIN_USE_64_BIT_INODE=1' \
69
+ '-D_LARGEFILE_SOURCE' \
70
+ '-DBUILDING_NODE_EXTENSION' \
71
+ '-DNDEBUG'
72
+
73
+ # Flags passed to all source files.
74
+ CFLAGS_Release := \
75
+ -O3 \
76
+ -fno-strict-aliasing \
77
+ -mmacosx-version-min=10.7 \
78
+ -arch \
79
+ x86_64 \
80
+ -Wall \
81
+ -Wendif-labels \
82
+ -W \
83
+ -Wno-unused-parameter
84
+
85
+ # Flags passed to only C files.
86
+ CFLAGS_C_Release :=
87
+
88
+ # Flags passed to only C++ files.
89
+ CFLAGS_CC_Release := \
90
+ -std=gnu++20 \
91
+ -stdlib=libc++ \
92
+ -fno-rtti \
93
+ -fno-exceptions \
94
+ -fvisibility-inlines-hidden
95
+
96
+ # Flags passed to only ObjC files.
97
+ CFLAGS_OBJC_Release :=
98
+
99
+ # Flags passed to only ObjC++ files.
100
+ CFLAGS_OBJCC_Release :=
101
+
102
+ INCS_Release := \
103
+ -I/Users/meowpush/Library/Caches/node-gyp/25.9.0/include/node \
104
+ -I/Users/meowpush/Library/Caches/node-gyp/25.9.0/src \
105
+ -I/Users/meowpush/Library/Caches/node-gyp/25.9.0/deps/openssl/config \
106
+ -I/Users/meowpush/Library/Caches/node-gyp/25.9.0/deps/openssl/openssl/include \
107
+ -I/Users/meowpush/Library/Caches/node-gyp/25.9.0/deps/uv/include \
108
+ -I/Users/meowpush/Library/Caches/node-gyp/25.9.0/deps/zlib \
109
+ -I/Users/meowpush/Library/Caches/node-gyp/25.9.0/deps/v8/include \
110
+ -I$(obj)/gen/sqlite3
111
+
112
+ OBJS := \
113
+ $(obj).target/$(TARGET)/deps/test_extension.o
114
+
115
+ # Add to the list of files we specially track dependencies for.
116
+ all_deps += $(OBJS)
117
+
118
+ # Make sure our dependencies are built before any of us.
119
+ $(OBJS): | $(builddir)/sqlite3.a $(obj).target/deps/locate_sqlite3.stamp
120
+
121
+ # CFLAGS et al overrides must be target-local.
122
+ # See "Target-specific Variable Values" in the GNU Make manual.
123
+ $(OBJS): TOOLSET := $(TOOLSET)
124
+ $(OBJS): GYP_CFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_C_$(BUILDTYPE))
125
+ $(OBJS): GYP_CXXFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_CC_$(BUILDTYPE))
126
+ $(OBJS): GYP_OBJCFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_C_$(BUILDTYPE)) $(CFLAGS_OBJC_$(BUILDTYPE))
127
+ $(OBJS): GYP_OBJCXXFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_CC_$(BUILDTYPE)) $(CFLAGS_OBJCC_$(BUILDTYPE))
128
+
129
+ # Suffix rules, putting all outputs into $(obj).
130
+
131
+ $(obj).$(TOOLSET)/$(TARGET)/%.o: $(srcdir)/%.c FORCE_DO_CMD
132
+ @$(call do_cmd,cc,1)
133
+
134
+ # Try building from generated source, too.
135
+
136
+ $(obj).$(TOOLSET)/$(TARGET)/%.o: $(obj).$(TOOLSET)/%.c FORCE_DO_CMD
137
+ @$(call do_cmd,cc,1)
138
+
139
+ $(obj).$(TOOLSET)/$(TARGET)/%.o: $(obj)/%.c FORCE_DO_CMD
140
+ @$(call do_cmd,cc,1)
141
+
142
+ # End of this set of suffix rules
143
+ ### Rules for final target.
144
+ LDFLAGS_Debug := \
145
+ -undefined dynamic_lookup \
146
+ -Wl,-search_paths_first \
147
+ -mmacosx-version-min=10.7 \
148
+ -arch \
149
+ x86_64 \
150
+ -L$(builddir) \
151
+ -stdlib=libc++
152
+
153
+ LIBTOOLFLAGS_Debug := \
154
+ -undefined dynamic_lookup \
155
+ -Wl,-search_paths_first
156
+
157
+ LDFLAGS_Release := \
158
+ -undefined dynamic_lookup \
159
+ -Wl,-search_paths_first \
160
+ -Wl,-dead_strip \
161
+ -mmacosx-version-min=10.7 \
162
+ -arch \
163
+ x86_64 \
164
+ -L$(builddir) \
165
+ -stdlib=libc++
166
+
167
+ LIBTOOLFLAGS_Release := \
168
+ -undefined dynamic_lookup \
169
+ -Wl,-search_paths_first
170
+
171
+ LIBS :=
172
+
173
+ $(builddir)/test_extension.node: GYP_LDFLAGS := $(LDFLAGS_$(BUILDTYPE))
174
+ $(builddir)/test_extension.node: LIBS := $(LIBS)
175
+ $(builddir)/test_extension.node: GYP_LIBTOOLFLAGS := $(LIBTOOLFLAGS_$(BUILDTYPE))
176
+ $(builddir)/test_extension.node: TOOLSET := $(TOOLSET)
177
+ $(builddir)/test_extension.node: $(OBJS) $(builddir)/sqlite3.a FORCE_DO_CMD
178
+ $(call do_cmd,solink_module)
179
+
180
+ all_deps += $(builddir)/test_extension.node
181
+ # Add target alias
182
+ .PHONY: test_extension
183
+ test_extension: $(builddir)/test_extension.node
184
+
185
+ # Short alias for building this executable.
186
+ .PHONY: test_extension.node
187
+ test_extension.node: $(builddir)/test_extension.node
188
+
189
+ # Add executable to "all" target.
190
+ .PHONY: all
191
+ all: $(builddir)/test_extension.node
192
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "erdbpro",
3
- "version": "2.5.3",
3
+ "version": "2.5.4-beta.1",
4
4
  "description": "ERD Builder Pro CLI — one command to start your database design workspace.",
5
5
  "type": "module",
6
6
  "bin": {