@topgunbuild/native 0.2.1 → 0.3.0

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/build/Makefile CHANGED
@@ -337,7 +337,7 @@ endif
337
337
 
338
338
  quiet_cmd_regen_makefile = ACTION Regenerating $@
339
339
  cmd_regen_makefile = cd $(srcdir); /Users/koristuvac/Projects/topgun/topgun/node_modules/.pnpm/node-gyp@10.3.1/node_modules/node-gyp/gyp/gyp_main.py -fmake --ignore-environment "-Dlibrary=shared_library" "-Dvisibility=default" "-Dnode_root_dir=/Users/koristuvac/Library/Caches/node-gyp/22.17.1" "-Dnode_gyp_dir=/Users/koristuvac/Projects/topgun/topgun/node_modules/.pnpm/node-gyp@10.3.1/node_modules/node-gyp" "-Dnode_lib_file=/Users/koristuvac/Library/Caches/node-gyp/22.17.1/<(target_arch)/node.lib" "-Dmodule_root_dir=/Users/koristuvac/Projects/topgun/topgun/packages/native" "-Dnode_engine=v8" "--depth=." "-Goutput_dir=." "--generator-output=build" -I/Users/koristuvac/Projects/topgun/topgun/packages/native/build/config.gypi -I/Users/koristuvac/Projects/topgun/topgun/node_modules/.pnpm/node-gyp@10.3.1/node_modules/node-gyp/addon.gypi -I/Users/koristuvac/Library/Caches/node-gyp/22.17.1/include/node/common.gypi "--toplevel-dir=." binding.gyp
340
- Makefile: $(srcdir)/build/config.gypi $(srcdir)/binding.gyp $(srcdir)/../../node_modules/.pnpm/node-addon-api@8.5.0/node_modules/node-addon-api/node_api.gyp $(srcdir)/../../../../../Library/Caches/node-gyp/22.17.1/include/node/common.gypi $(srcdir)/../../node_modules/.pnpm/node-gyp@10.3.1/node_modules/node-gyp/addon.gypi
340
+ Makefile: $(srcdir)/../../../../../Library/Caches/node-gyp/22.17.1/include/node/common.gypi $(srcdir)/binding.gyp $(srcdir)/build/config.gypi $(srcdir)/../../node_modules/.pnpm/node-addon-api@8.5.0/node_modules/node-addon-api/node_api.gyp $(srcdir)/../../node_modules/.pnpm/node-gyp@10.3.1/node_modules/node-gyp/addon.gypi
341
341
  $(call do_cmd,regen_makefile)
342
342
 
343
343
  # "all" is a concatenation of the "all" targets from all the included
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topgunbuild/native",
3
- "version": "0.2.1",
3
+ "version": "0.3.0",
4
4
  "description": "Native performance modules for TopGun",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",