@irsdk-node/native 4.0.0 → 4.0.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.
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/build/config.gypi CHANGED
@@ -410,16 +410,6 @@
410
410
  "python": "C:\\Python39\\python.exe",
411
411
  "standalone_static_library": 1,
412
412
  "msbuild_path": "C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\MSBuild\\Current\\Bin\\MSBuild.exe",
413
- "cache": "C:\\Users\\bengs\\AppData\\Local\\npm-cache",
414
- "globalconfig": "C:\\Users\\bengs\\.nvm\\versions\\node\\v20.4.0\\bin\\etc\\npmrc",
415
- "global_prefix": "C:\\Users\\bengs\\.nvm\\versions\\node\\v20.4.0\\bin",
416
- "init_module": "C:\\Users\\bengs\\.npm-init.js",
417
- "local_prefix": "D:\\projects\\personal\\irsdk-node",
418
- "metrics_registry": "https://registry.npmjs.org/",
419
- "node_gyp": "C:\\Users\\bengs\\.nvm\\versions\\node\\v20.4.0\\bin\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js",
420
- "npm_version": "9.7.2",
421
- "prefix": "C:\\Users\\bengs\\.nvm\\versions\\node\\v20.4.0\\bin",
422
- "userconfig": "C:\\Users\\bengs\\.npmrc",
423
413
  "user_agent": "yarn/4.5.1 npm/? node/v20.4.0 win32 x64"
424
414
  }
425
415
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@irsdk-node/native",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "author": {
5
5
  "name": "Matt Bengston",
6
6
  "email": "bengsfort@gmail.com"
@@ -42,7 +42,7 @@
42
42
  "win32"
43
43
  ],
44
44
  "dependencies": {
45
- "@irsdk-node/types": "workspace:^",
45
+ "@irsdk-node/types": "^3.0.0",
46
46
  "bindings": "^1.5.0",
47
47
  "node-addon-api": "^8.2.1",
48
48
  "node-gyp": "^10.2.0"
@@ -59,4 +59,4 @@
59
59
  "prettier": "^2.5.1",
60
60
  "typescript": "^4.5.2"
61
61
  }
62
- }
62
+ }