diff --git a/build/config.gypi b/build/config.gypi index 0f3bf87..7b88eb0 100644 --- a/build/config.gypi +++ b/build/config.gypi @@ -11,8 +11,6 @@ }, "variables": { "asan": 0, - "build_v8_with_gn": "false", - "built_with_electron": 1, "coverage": "false", "dcheck_always_on": 0, "debug_nghttp2": "false", @@ -33,6 +31,7 @@ "libdir": "lib", "llvm_version": "0.0", "napi_build_version": "9", + "nasm_version": "2.16", "node_builtin_shareable_builtins": [ "deps/cjs-module-lexer/lexer.js", "deps/cjs-module-lexer/dist/lexer.js", @@ -81,7 +80,6 @@ "lib/http2.js", "lib/https.js", "lib/inspector.js", - "lib/inspector/promises.js", "lib/internal/abort_controller.js", "lib/internal/assert.js", "lib/internal/assert/assertion_error.js", @@ -89,14 +87,13 @@ "lib/internal/async_hooks.js", "lib/internal/blob.js", "lib/internal/blocklist.js", + "lib/internal/bootstrap/browser.js", + "lib/internal/bootstrap/loaders.js", "lib/internal/bootstrap/node.js", - "lib/internal/bootstrap/realm.js", "lib/internal/bootstrap/switches/does_not_own_process_state.js", "lib/internal/bootstrap/switches/does_own_process_state.js", "lib/internal/bootstrap/switches/is_main_thread.js", "lib/internal/bootstrap/switches/is_not_main_thread.js", - "lib/internal/bootstrap/web/exposed-wildcard.js", - "lib/internal/bootstrap/web/exposed-window-or-worker.js", "lib/internal/buffer.js", "lib/internal/child_process.js", "lib/internal/child_process/serialization.js", @@ -138,11 +135,11 @@ "lib/internal/dns/callback_resolver.js", "lib/internal/dns/promises.js", "lib/internal/dns/utils.js", + "lib/internal/dtrace.js", "lib/internal/encoding.js", "lib/internal/error_serdes.js", "lib/internal/errors.js", "lib/internal/event_target.js", - "lib/internal/events/symbols.js", "lib/internal/file.js", "lib/internal/fixed_queue.js", "lib/internal/freelist.js", @@ -151,11 +148,10 @@ "lib/internal/fs/cp/cp.js", "lib/internal/fs/dir.js", "lib/internal/fs/promises.js", - "lib/internal/fs/read/context.js", + "lib/internal/fs/read_file_context.js", "lib/internal/fs/recursive_watch.js", "lib/internal/fs/rimraf.js", "lib/internal/fs/streams.js", - "lib/internal/fs/sync.js", "lib/internal/fs/sync_write_stream.js", "lib/internal/fs/utils.js", "lib/internal/fs/watchers.js", @@ -171,7 +167,7 @@ "lib/internal/legacy/processbinding.js", "lib/internal/linkedlist.js", "lib/internal/main/check_syntax.js", - "lib/internal/main/embedding.js", + "lib/internal/main/environment.js", "lib/internal/main/eval_stdin.js", "lib/internal/main/eval_string.js", "lib/internal/main/inspect.js", @@ -180,10 +176,12 @@ "lib/internal/main/prof_process.js", "lib/internal/main/repl.js", "lib/internal/main/run_main_module.js", + "lib/internal/main/single_executable_application.js", "lib/internal/main/test_runner.js", "lib/internal/main/watch_mode.js", "lib/internal/main/worker_thread.js", "lib/internal/mime.js", + "lib/internal/modules/cjs/helpers.js", "lib/internal/modules/cjs/loader.js", "lib/internal/modules/esm/assert.js", "lib/internal/modules/esm/create_dynamic_module.js", @@ -191,7 +189,6 @@ "lib/internal/modules/esm/formats.js", "lib/internal/modules/esm/get_format.js", "lib/internal/modules/esm/handle_process_exit.js", - "lib/internal/modules/esm/hooks.js", "lib/internal/modules/esm/initialize_import_meta.js", "lib/internal/modules/esm/load.js", "lib/internal/modules/esm/loader.js", @@ -199,11 +196,8 @@ "lib/internal/modules/esm/module_map.js", "lib/internal/modules/esm/package_config.js", "lib/internal/modules/esm/resolve.js", - "lib/internal/modules/esm/shared_constants.js", "lib/internal/modules/esm/translators.js", "lib/internal/modules/esm/utils.js", - "lib/internal/modules/esm/worker.js", - "lib/internal/modules/helpers.js", "lib/internal/modules/package_json_reader.js", "lib/internal/modules/run_main.js", "lib/internal/net.js", @@ -227,7 +221,6 @@ "lib/internal/process/esm_loader.js", "lib/internal/process/execution.js", "lib/internal/process/per_thread.js", - "lib/internal/process/permission.js", "lib/internal/process/policy.js", "lib/internal/process/pre_execution.js", "lib/internal/process/promises.js", @@ -276,10 +269,8 @@ "lib/internal/test/transfer.js", "lib/internal/test_runner/coverage.js", "lib/internal/test_runner/harness.js", - "lib/internal/test_runner/mock/mock.js", - "lib/internal/test_runner/mock/mock_timers.js", + "lib/internal/test_runner/mock.js", "lib/internal/test_runner/reporter/dot.js", - "lib/internal/test_runner/reporter/junit.js", "lib/internal/test_runner/reporter/spec.js", "lib/internal/test_runner/reporter/tap.js", "lib/internal/test_runner/reporter/v8-serializer.js", @@ -297,7 +288,6 @@ "lib/internal/util/colors.js", "lib/internal/util/comparisons.js", "lib/internal/util/debuglog.js", - "lib/internal/util/embedding.js", "lib/internal/util/inspect.js", "lib/internal/util/inspector.js", "lib/internal/util/iterable_weak_map.js", @@ -361,10 +351,10 @@ "lib/worker_threads.js", "lib/zlib.js" ], - "node_module_version": 121, + "node_module_version": 108, "node_no_browser_globals": "false", "node_prefix": "\\usr\\local", - "node_release_urlbase": "", + "node_release_urlbase": "https://nodejs.org/download/release/", "node_shared": "false", "node_shared_brotli": "false", "node_shared_cares": "false", @@ -378,22 +368,21 @@ "node_tag": "", "node_target_type": "executable", "node_use_bundled_v8": "true", + "node_use_dtrace": "false", + "node_use_etw": "true", "node_use_node_code_cache": "true", "node_use_node_snapshot": "true", "node_use_openssl": "true", "node_use_v8_platform": "true", "node_with_ltcg": "true", "node_without_node_options": "false", - "node_write_snapshot_as_array_literals": "true", "openssl_is_fips": "false", - "openssl_no_asm": 1, "openssl_quic": "true", "ossfuzz": "false", - "shlib_suffix": "so.115", + "shlib_suffix": "so.108", "single_executable_application": "true", "target_arch": "x64", - "using_electron_config_gypi": 1, - "v8_enable_31bit_smis_on_64bit_arch": 1, + "v8_enable_31bit_smis_on_64bit_arch": 0, "v8_enable_gdbjit": 0, "v8_enable_hugepage": 0, "v8_enable_i18n_support": 1, @@ -401,9 +390,8 @@ "v8_enable_javascript_promise_hooks": 1, "v8_enable_lite_mode": 0, "v8_enable_object_print": 1, - "v8_enable_pointer_compression": 1, - "v8_enable_sandbox": 1, - "v8_enable_shared_ro_heap": 0, + "v8_enable_pointer_compression": 0, + "v8_enable_shared_ro_heap": 1, "v8_enable_short_builtin_calls": 1, "v8_enable_webassembly": 1, "v8_no_strict_aliasing": 1, @@ -413,15 +401,12 @@ "v8_trace_maps": 0, "v8_use_siphash": 1, "want_separate_host_toolset": 0, - "nodedir": "C:\\Users\\19239\\.electron-gyp\\29.3.0", + "nodedir": "C:\\Users\\19239\\AppData\\Local\\node-gyp\\Cache\\18.18.1", "standalone_static_library": 1, "msbuild_path": "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\MSBuild\\Current\\Bin\\MSBuild.exe", - "build_from_source": "true", "cache": "C:\\Users\\19239\\AppData\\Local\\npm-cache", - "disturl": "https://electronjs.org/headers", "electron_builder_binaries_mirror": "https://mirrors.huaweicloud.com/electron-builder-binaries/", "electron_mirror": "https://npmmirror.com/mirrors/electron/", - "fallback_to_build": "true", "globalconfig": "C:\\Program Files\\nodejs\\etc\\npmrc", "global_prefix": "C:\\Program Files\\nodejs", "home": "https://www.npmjs.org", @@ -430,13 +415,7 @@ "metrics_registry": "https://registry.npmjs.org/", "node_gyp": "C:\\Users\\19239\\AppData\\Roaming\\nvm\\v18.18.1\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js", "npm_version": "9.8.1", - "platform": "win32", "prefix": "C:\\Program Files\\nodejs", - "runtime": "electron", - "target": "29.3.0", - "target_libc": "unknown", - "target_platform": "win32", - "update_binary": "true", "userconfig": "C:\\Users\\19239\\.npmrc", "user_agent": "npm/9.8.1 node/v18.18.1 win32 x64 workspaces/false" } diff --git a/build/window_nail.vcxproj b/build/window_nail.vcxproj index 82c8ef6..548a914 100644 --- a/build/window_nail.vcxproj +++ b/build/window_nail.vcxproj @@ -48,7 +48,7 @@ - C:\Users\19239\.electron-gyp\29.3.0\include\node;C:\Users\19239\.electron-gyp\29.3.0\src;C:\Users\19239\.electron-gyp\29.3.0\deps\openssl\config;C:\Users\19239\.electron-gyp\29.3.0\deps\openssl\openssl\include;C:\Users\19239\.electron-gyp\29.3.0\deps\uv\include;C:\Users\19239\.electron-gyp\29.3.0\deps\zlib;C:\Users\19239\.electron-gyp\29.3.0\deps\v8\include;..\node_modules\node-addon-api;%(AdditionalIncludeDirectories) + C:\Users\19239\AppData\Local\node-gyp\Cache\18.18.1\include\node;C:\Users\19239\AppData\Local\node-gyp\Cache\18.18.1\src;C:\Users\19239\AppData\Local\node-gyp\Cache\18.18.1\deps\openssl\config;C:\Users\19239\AppData\Local\node-gyp\Cache\18.18.1\deps\openssl\openssl\include;C:\Users\19239\AppData\Local\node-gyp\Cache\18.18.1\deps\uv\include;C:\Users\19239\AppData\Local\node-gyp\Cache\18.18.1\deps\zlib;C:\Users\19239\AppData\Local\node-gyp\Cache\18.18.1\deps\v8\include;..\node_modules\node-addon-api;%(AdditionalIncludeDirectories) /Zc:__cplusplus -std:c++17 /utf-8 /EHsc %(AdditionalOptions) EnableFastChecks true @@ -60,7 +60,7 @@ false Disabled NotUsing - NODE_GYP_MODULE_NAME=window_nail;USING_UV_SHARED=1;USING_V8_SHARED=1;V8_DEPRECATION_WARNINGS=1;V8_DEPRECATION_WARNINGS;V8_IMMINENT_DEPRECATION_WARNINGS;_GLIBCXX_USE_CXX11_ABI=1;ELECTRON_ENSURE_CONFIG_GYPI;USING_ELECTRON_CONFIG_GYPI;V8_COMPRESS_POINTERS;V8_COMPRESS_POINTERS_IN_SHARED_CAGE;V8_ENABLE_SANDBOX;V8_31BIT_SMIS_ON_64BIT_ARCH;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;OPENSSL_NO_PINSHARED;OPENSSL_THREADS;OPENSSL_NO_ASM;NAPI_CPP_EXCEPTIONS;BUILDING_NODE_EXTENSION;HOST_BINARY="node.exe";DEBUG;_DEBUG;V8_ENABLE_CHECKS;%(PreprocessorDefinitions) + NODE_GYP_MODULE_NAME=window_nail;USING_UV_SHARED=1;USING_V8_SHARED=1;V8_DEPRECATION_WARNINGS=1;V8_DEPRECATION_WARNINGS;V8_IMMINENT_DEPRECATION_WARNINGS;_GLIBCXX_USE_CXX11_ABI=1;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;OPENSSL_NO_PINSHARED;OPENSSL_THREADS;NAPI_CPP_EXCEPTIONS;BUILDING_NODE_EXTENSION;HOST_BINARY="node.exe";DEBUG;_DEBUG;V8_ENABLE_CHECKS;%(PreprocessorDefinitions) MultiThreadedDebug true true @@ -72,7 +72,7 @@ /LTCG:INCREMENTAL %(AdditionalOptions) - kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;DelayImp.lib;"C:\\Users\\19239\\.electron-gyp\\29.3.0\\x64\\node.lib";User32.lib + kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;DelayImp.lib;"C:\\Users\\19239\\AppData\\Local\\node-gyp\\Cache\\18.18.1\\x64\\node.lib";User32.lib /LTCG:INCREMENTAL /ignore:4199 %(AdditionalOptions) node.exe;%(DelayLoadDLLs) true @@ -84,13 +84,13 @@ MachineX64 - C:\Users\19239\.electron-gyp\29.3.0\include\node;C:\Users\19239\.electron-gyp\29.3.0\src;C:\Users\19239\.electron-gyp\29.3.0\deps\openssl\config;C:\Users\19239\.electron-gyp\29.3.0\deps\openssl\openssl\include;C:\Users\19239\.electron-gyp\29.3.0\deps\uv\include;C:\Users\19239\.electron-gyp\29.3.0\deps\zlib;C:\Users\19239\.electron-gyp\29.3.0\deps\v8\include;..\node_modules\node-addon-api;%(AdditionalIncludeDirectories) - NODE_GYP_MODULE_NAME=window_nail;USING_UV_SHARED=1;USING_V8_SHARED=1;V8_DEPRECATION_WARNINGS=1;V8_DEPRECATION_WARNINGS;V8_IMMINENT_DEPRECATION_WARNINGS;_GLIBCXX_USE_CXX11_ABI=1;ELECTRON_ENSURE_CONFIG_GYPI;USING_ELECTRON_CONFIG_GYPI;V8_COMPRESS_POINTERS;V8_COMPRESS_POINTERS_IN_SHARED_CAGE;V8_ENABLE_SANDBOX;V8_31BIT_SMIS_ON_64BIT_ARCH;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;OPENSSL_NO_PINSHARED;OPENSSL_THREADS;OPENSSL_NO_ASM;NAPI_CPP_EXCEPTIONS;BUILDING_NODE_EXTENSION;HOST_BINARY="node.exe";DEBUG;_DEBUG;V8_ENABLE_CHECKS;%(PreprocessorDefinitions);%(PreprocessorDefinitions) + C:\Users\19239\AppData\Local\node-gyp\Cache\18.18.1\include\node;C:\Users\19239\AppData\Local\node-gyp\Cache\18.18.1\src;C:\Users\19239\AppData\Local\node-gyp\Cache\18.18.1\deps\openssl\config;C:\Users\19239\AppData\Local\node-gyp\Cache\18.18.1\deps\openssl\openssl\include;C:\Users\19239\AppData\Local\node-gyp\Cache\18.18.1\deps\uv\include;C:\Users\19239\AppData\Local\node-gyp\Cache\18.18.1\deps\zlib;C:\Users\19239\AppData\Local\node-gyp\Cache\18.18.1\deps\v8\include;..\node_modules\node-addon-api;%(AdditionalIncludeDirectories) + NODE_GYP_MODULE_NAME=window_nail;USING_UV_SHARED=1;USING_V8_SHARED=1;V8_DEPRECATION_WARNINGS=1;V8_DEPRECATION_WARNINGS;V8_IMMINENT_DEPRECATION_WARNINGS;_GLIBCXX_USE_CXX11_ABI=1;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;OPENSSL_NO_PINSHARED;OPENSSL_THREADS;NAPI_CPP_EXCEPTIONS;BUILDING_NODE_EXTENSION;HOST_BINARY="node.exe";DEBUG;_DEBUG;V8_ENABLE_CHECKS;%(PreprocessorDefinitions);%(PreprocessorDefinitions) - C:\Users\19239\.electron-gyp\29.3.0\include\node;C:\Users\19239\.electron-gyp\29.3.0\src;C:\Users\19239\.electron-gyp\29.3.0\deps\openssl\config;C:\Users\19239\.electron-gyp\29.3.0\deps\openssl\openssl\include;C:\Users\19239\.electron-gyp\29.3.0\deps\uv\include;C:\Users\19239\.electron-gyp\29.3.0\deps\zlib;C:\Users\19239\.electron-gyp\29.3.0\deps\v8\include;..\node_modules\node-addon-api;%(AdditionalIncludeDirectories) + C:\Users\19239\AppData\Local\node-gyp\Cache\18.18.1\include\node;C:\Users\19239\AppData\Local\node-gyp\Cache\18.18.1\src;C:\Users\19239\AppData\Local\node-gyp\Cache\18.18.1\deps\openssl\config;C:\Users\19239\AppData\Local\node-gyp\Cache\18.18.1\deps\openssl\openssl\include;C:\Users\19239\AppData\Local\node-gyp\Cache\18.18.1\deps\uv\include;C:\Users\19239\AppData\Local\node-gyp\Cache\18.18.1\deps\zlib;C:\Users\19239\AppData\Local\node-gyp\Cache\18.18.1\deps\v8\include;..\node_modules\node-addon-api;%(AdditionalIncludeDirectories) /Zc:__cplusplus -std:c++17 /utf-8 /EHsc %(AdditionalOptions) true OldStyle @@ -104,7 +104,7 @@ true Full NotUsing - NODE_GYP_MODULE_NAME=window_nail;USING_UV_SHARED=1;USING_V8_SHARED=1;V8_DEPRECATION_WARNINGS=1;V8_DEPRECATION_WARNINGS;V8_IMMINENT_DEPRECATION_WARNINGS;_GLIBCXX_USE_CXX11_ABI=1;ELECTRON_ENSURE_CONFIG_GYPI;USING_ELECTRON_CONFIG_GYPI;V8_COMPRESS_POINTERS;V8_COMPRESS_POINTERS_IN_SHARED_CAGE;V8_ENABLE_SANDBOX;V8_31BIT_SMIS_ON_64BIT_ARCH;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;OPENSSL_NO_PINSHARED;OPENSSL_THREADS;OPENSSL_NO_ASM;NAPI_CPP_EXCEPTIONS;BUILDING_NODE_EXTENSION;HOST_BINARY="node.exe";%(PreprocessorDefinitions) + NODE_GYP_MODULE_NAME=window_nail;USING_UV_SHARED=1;USING_V8_SHARED=1;V8_DEPRECATION_WARNINGS=1;V8_DEPRECATION_WARNINGS;V8_IMMINENT_DEPRECATION_WARNINGS;_GLIBCXX_USE_CXX11_ABI=1;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;OPENSSL_NO_PINSHARED;OPENSSL_THREADS;NAPI_CPP_EXCEPTIONS;BUILDING_NODE_EXTENSION;HOST_BINARY="node.exe";%(PreprocessorDefinitions) MultiThreaded false true @@ -117,7 +117,7 @@ /LTCG:INCREMENTAL %(AdditionalOptions) - kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;DelayImp.lib;"C:\\Users\\19239\\.electron-gyp\\29.3.0\\x64\\node.lib";User32.lib + kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;DelayImp.lib;"C:\\Users\\19239\\AppData\\Local\\node-gyp\\Cache\\18.18.1\\x64\\node.lib";User32.lib /LTCG:INCREMENTAL /ignore:4199 %(AdditionalOptions) node.exe;%(DelayLoadDLLs) true @@ -129,8 +129,8 @@ MachineX64 - C:\Users\19239\.electron-gyp\29.3.0\include\node;C:\Users\19239\.electron-gyp\29.3.0\src;C:\Users\19239\.electron-gyp\29.3.0\deps\openssl\config;C:\Users\19239\.electron-gyp\29.3.0\deps\openssl\openssl\include;C:\Users\19239\.electron-gyp\29.3.0\deps\uv\include;C:\Users\19239\.electron-gyp\29.3.0\deps\zlib;C:\Users\19239\.electron-gyp\29.3.0\deps\v8\include;..\node_modules\node-addon-api;%(AdditionalIncludeDirectories) - NODE_GYP_MODULE_NAME=window_nail;USING_UV_SHARED=1;USING_V8_SHARED=1;V8_DEPRECATION_WARNINGS=1;V8_DEPRECATION_WARNINGS;V8_IMMINENT_DEPRECATION_WARNINGS;_GLIBCXX_USE_CXX11_ABI=1;ELECTRON_ENSURE_CONFIG_GYPI;USING_ELECTRON_CONFIG_GYPI;V8_COMPRESS_POINTERS;V8_COMPRESS_POINTERS_IN_SHARED_CAGE;V8_ENABLE_SANDBOX;V8_31BIT_SMIS_ON_64BIT_ARCH;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;OPENSSL_NO_PINSHARED;OPENSSL_THREADS;OPENSSL_NO_ASM;NAPI_CPP_EXCEPTIONS;BUILDING_NODE_EXTENSION;HOST_BINARY="node.exe";%(PreprocessorDefinitions);%(PreprocessorDefinitions) + C:\Users\19239\AppData\Local\node-gyp\Cache\18.18.1\include\node;C:\Users\19239\AppData\Local\node-gyp\Cache\18.18.1\src;C:\Users\19239\AppData\Local\node-gyp\Cache\18.18.1\deps\openssl\config;C:\Users\19239\AppData\Local\node-gyp\Cache\18.18.1\deps\openssl\openssl\include;C:\Users\19239\AppData\Local\node-gyp\Cache\18.18.1\deps\uv\include;C:\Users\19239\AppData\Local\node-gyp\Cache\18.18.1\deps\zlib;C:\Users\19239\AppData\Local\node-gyp\Cache\18.18.1\deps\v8\include;..\node_modules\node-addon-api;%(AdditionalIncludeDirectories) + NODE_GYP_MODULE_NAME=window_nail;USING_UV_SHARED=1;USING_V8_SHARED=1;V8_DEPRECATION_WARNINGS=1;V8_DEPRECATION_WARNINGS;V8_IMMINENT_DEPRECATION_WARNINGS;_GLIBCXX_USE_CXX11_ABI=1;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;OPENSSL_NO_PINSHARED;OPENSSL_THREADS;NAPI_CPP_EXCEPTIONS;BUILDING_NODE_EXTENSION;HOST_BINARY="node.exe";%(PreprocessorDefinitions);%(PreprocessorDefinitions) diff --git a/package-lock.json b/package-lock.json index cf03edc..5c73d43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "window-nail-builder", - "version": "1.0.0", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "window-nail-builder", - "version": "1.0.0", + "version": "1.0.3", "hasInstallScript": true, "dependencies": { "bindings": "^1.5.0", diff --git a/package.json b/package.json index d41bd52..c57daf4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "window-nail-builder", "private": true, - "version": "1.0.2", + "version": "1.0.3", "author": "duxiaohao", "description": "window-nail", "scripts": {