erdbpro 2.5.5 → 3.1.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 (28) hide show
  1. package/dist/assets/{index-DhrSZ7rj.js → index-DTdm7aDs.js} +2 -2
  2. package/dist/index.html +1 -1
  3. package/dist-server/node_modules/better-sqlite3/build/Release/better_sqlite3.node +0 -0
  4. package/package.json +1 -1
  5. package/dist-server/node_modules/.bin/prebuild-install +0 -78
  6. package/dist-server/node_modules/better-sqlite3/build/Makefile +0 -362
  7. package/dist-server/node_modules/better-sqlite3/build/Release/.deps/4292fa9a667d77b27488aa109b010a85bce8e4e7a1c7aa0370cea902395c3866.intermediate.d +0 -1
  8. package/dist-server/node_modules/better-sqlite3/build/Release/.deps/Release/obj.target/better_sqlite3/src/better_sqlite3.o.d.raw +0 -82
  9. package/dist-server/node_modules/better-sqlite3/build/Release/.deps/Release/obj.target/deps/locate_sqlite3.stamp.d +0 -1
  10. package/dist-server/node_modules/better-sqlite3/build/Release/.deps/Release/obj.target/sqlite3/gen/sqlite3/sqlite3.o.d +0 -4
  11. package/dist-server/node_modules/better-sqlite3/build/Release/.deps/Release/sqlite3.a.d +0 -1
  12. package/dist-server/node_modules/better-sqlite3/build/Release/obj/gen/sqlite3/sqlite3.c +0 -269395
  13. package/dist-server/node_modules/better-sqlite3/build/Release/obj/gen/sqlite3/sqlite3.h +0 -14347
  14. package/dist-server/node_modules/better-sqlite3/build/Release/obj/gen/sqlite3/sqlite3ext.h +0 -739
  15. package/dist-server/node_modules/better-sqlite3/build/Release/obj.target/deps/locate_sqlite3.stamp +0 -0
  16. package/dist-server/node_modules/better-sqlite3/build/Release/obj.target/sqlite3/gen/sqlite3/sqlite3.o +0 -0
  17. package/dist-server/node_modules/better-sqlite3/build/Release/sqlite3.a +0 -0
  18. package/dist-server/node_modules/better-sqlite3/build/better_sqlite3.target.mk +0 -196
  19. package/dist-server/node_modules/better-sqlite3/build/binding.Makefile +0 -6
  20. package/dist-server/node_modules/better-sqlite3/build/deps/locate_sqlite3.target.mk +0 -52
  21. package/dist-server/node_modules/better-sqlite3/build/deps/sqlite3.Makefile +0 -6
  22. package/dist-server/node_modules/better-sqlite3/build/deps/sqlite3.target.mk +0 -268
  23. package/dist-server/node_modules/better-sqlite3/build/gyp-mac-tool +0 -766
  24. package/dist-server/node_modules/better-sqlite3/build/test_extension.target.mk +0 -192
  25. package/dist-server/node_modules/node-abi/node_modules/.bin/semver +0 -195
  26. package/menubar/ERDBProTray.app/Contents/Info.plist +0 -20
  27. package/menubar/ERDBProTray.app/Contents/MacOS/ERDBProTray +0 -0
  28. package/menubar/erdbpro-tray +0 -0
@@ -1,192 +0,0 @@
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
-
@@ -1,195 +0,0 @@
1
- #!/usr/bin/env node
2
- // Standalone semver comparison program.
3
- // Exits successfully and prints matching version(s) if
4
- // any supplied version is valid and passes all tests.
5
-
6
- 'use strict'
7
-
8
- const argv = process.argv.slice(2)
9
-
10
- let versions = []
11
-
12
- const range = []
13
-
14
- let inc = null
15
-
16
- const version = require('../package.json').version
17
-
18
- let loose = false
19
-
20
- let includePrerelease = false
21
-
22
- let coerce = false
23
-
24
- let rtl = false
25
-
26
- let identifier
27
-
28
- let identifierBase
29
-
30
- const semver = require('../')
31
- const parseOptions = require('../internal/parse-options')
32
-
33
- let reverse = false
34
-
35
- let options = {}
36
-
37
- const main = () => {
38
- if (!argv.length) {
39
- return help()
40
- }
41
- while (argv.length) {
42
- let a = argv.shift()
43
- const indexOfEqualSign = a.indexOf('=')
44
- if (indexOfEqualSign !== -1) {
45
- const value = a.slice(indexOfEqualSign + 1)
46
- a = a.slice(0, indexOfEqualSign)
47
- argv.unshift(value)
48
- }
49
-
50
- switch (a) {
51
- case '-rv': case '-rev': case '--rev': case '--reverse':
52
- reverse = true
53
- break
54
- case '-l': case '--loose':
55
- loose = true
56
- break
57
- case '-p': case '--include-prerelease':
58
- includePrerelease = true
59
- break
60
- case '-v': case '--version':
61
- versions.push(argv.shift())
62
- break
63
- case '-i': case '--inc': case '--increment':
64
- if (semver.RELEASE_TYPES.includes(argv[0]) || (argv[0] === 'release')) {
65
- inc = { value: argv.shift(), maybeErrantValue: null, option: a }
66
- } else {
67
- inc = { value: 'patch', maybeErrantValue: argv[0], option: a }
68
- }
69
- break
70
- case '--preid':
71
- identifier = argv.shift()
72
- break
73
- case '-r': case '--range':
74
- range.push(argv.shift())
75
- break
76
- case '-n':
77
- identifierBase = argv.shift()
78
- if (identifierBase === 'false') {
79
- identifierBase = false
80
- }
81
- break
82
- case '-c': case '--coerce':
83
- coerce = true
84
- break
85
- case '--rtl':
86
- rtl = true
87
- break
88
- case '--ltr':
89
- rtl = false
90
- break
91
- case '-h': case '--help': case '-?':
92
- return help()
93
- default:
94
- versions.push(a)
95
- break
96
- }
97
- }
98
-
99
- options = parseOptions({ loose, includePrerelease, rtl })
100
-
101
- if (
102
- inc &&
103
- versions.includes(inc.maybeErrantValue) &&
104
- !semver.valid(inc.maybeErrantValue, options)
105
- ) {
106
- console.warn(`Invalid value for ${inc.option}; defaulting to 'patch'. This may become a failure in future major versions.`)
107
- }
108
-
109
- versions = versions.map((v) => {
110
- return coerce ? (semver.coerce(v, options) || { version: v }).version : v
111
- }).filter((v) => {
112
- return semver.valid(v, options)
113
- })
114
- if (!versions.length) {
115
- return fail()
116
- }
117
- if (inc && (versions.length !== 1 || range.length)) {
118
- return failInc()
119
- }
120
-
121
- for (let i = 0, l = range.length; i < l; i++) {
122
- versions = versions.filter((v) => {
123
- return semver.satisfies(v, range[i], options)
124
- })
125
- if (!versions.length) {
126
- return fail()
127
- }
128
- }
129
- versions
130
- .sort((a, b) => semver[reverse ? 'rcompare' : 'compare'](a, b, options))
131
- .map(v => semver.clean(v, options))
132
- .map(v => inc ? semver.inc(v, inc.value, options, identifier, identifierBase) : v)
133
- .forEach(v => console.log(v))
134
- }
135
-
136
- const failInc = () => {
137
- console.error('--inc can only be used on a single version with no range')
138
- fail()
139
- }
140
-
141
- const fail = () => process.exit(1)
142
-
143
- const help = () => console.log(
144
- `SemVer ${version}
145
-
146
- A JavaScript implementation of the https://semver.org/ specification
147
- Copyright Isaac Z. Schlueter
148
-
149
- Usage: semver [options] <version> [<version> [...]]
150
- Prints valid versions sorted by SemVer precedence
151
-
152
- Options:
153
- -r --range <range>
154
- Print versions that match the specified range.
155
-
156
- -i --increment [<level>]
157
- Increment a version by the specified level. Level can
158
- be one of: major, minor, patch, premajor, preminor,
159
- prepatch, prerelease, or release. Default level is 'patch'.
160
- Only one version may be specified.
161
-
162
- --preid <identifier>
163
- Identifier to be used to prefix premajor, preminor,
164
- prepatch or prerelease version increments.
165
-
166
- -l --loose
167
- Interpret versions and ranges loosely
168
-
169
- -p --include-prerelease
170
- Always include prerelease versions in range matching
171
-
172
- -c --coerce
173
- Coerce a string into SemVer if possible
174
- (does not imply --loose)
175
-
176
- --rtl
177
- Coerce version strings right to left
178
-
179
- --ltr
180
- Coerce version strings left to right (default)
181
-
182
- -n <base>
183
- Base number to be used for the prerelease identifier.
184
- Can be either 0 or 1, or false to omit the number altogether.
185
- Defaults to 0.
186
-
187
- Program exits successfully if any valid version satisfies
188
- all supplied ranges, and prints all satisfying versions.
189
-
190
- If no satisfying versions are found, then exits failure.
191
-
192
- Versions are printed in ascending order, so supplying
193
- multiple versions to the utility will just sort them.`)
194
-
195
- main()
@@ -1,20 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>CFBundleExecutable</key>
6
- <string>ERDBProTray</string>
7
- <key>CFBundleIdentifier</key>
8
- <string>com.erdbuilderpro.tray</string>
9
- <key>CFBundleName</key>
10
- <string>ERD Builder Pro</string>
11
- <key>CFBundleVersion</key>
12
- <string>2.4.1</string>
13
- <key>CFBundleShortVersionString</key>
14
- <string>2.4.1</string>
15
- <key>LSUIElement</key>
16
- <true/>
17
- <key>NSHighResolutionCapable</key>
18
- <true/>
19
- </dict>
20
- </plist>
Binary file