@topgunbuild/native 0.6.0 → 0.8.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)/binding.gyp $(srcdir)/../../node_modules/.pnpm/node-gyp@10.3.1/node_modules/node-gyp/addon.gypi $(srcdir)/../../../../../Library/Caches/node-gyp/22.17.1/include/node/common.gypi $(srcdir)/build/config.gypi $(srcdir)/../../node_modules/.pnpm/node-addon-api@8.5.0/node_modules/node-addon-api/node_api.gyp
340
+ Makefile: $(srcdir)/../../node_modules/.pnpm/node-gyp@10.3.1/node_modules/node-gyp/addon.gypi $(srcdir)/binding.gyp $(srcdir)/../../node_modules/.pnpm/node-addon-api@8.5.0/node_modules/node-addon-api/node_api.gyp $(srcdir)/build/config.gypi $(srcdir)/../../../../../Library/Caches/node-gyp/22.17.1/include/node/common.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/build/config.gypi CHANGED
@@ -495,11 +495,12 @@
495
495
  "global_prefix": "/Users/koristuvac/.nvm/versions/node/v22.17.1",
496
496
  "local_prefix": "/Users/koristuvac/Projects/topgun/topgun/packages/native",
497
497
  "globalconfig": "/Users/koristuvac/.nvm/versions/node/v22.17.1/etc/npmrc",
498
+ "access": "public",
498
499
  "userconfig": "/Users/koristuvac/.npmrc",
499
500
  "init_module": "/Users/koristuvac/.npm-init.js",
500
501
  "npm_version": "10.9.2",
501
502
  "node_gyp": "/Users/koristuvac/.nvm/versions/node/v22.17.1/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",
502
- "otp": "380629",
503
+ "otp": "772468",
503
504
  "cache": "/Users/koristuvac/.npm",
504
505
  "user_agent": "npm/10.9.2 node/v22.17.1 darwin arm64 workspaces/false",
505
506
  "prefix": "/Users/koristuvac/.nvm/versions/node/v22.17.1"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topgunbuild/native",
3
- "version": "0.6.0",
3
+ "version": "0.8.0",
4
4
  "description": "Native performance modules for TopGun",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",