@irsdk-node/native 5.2.0 → 5.2.2

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/install.js ADDED
@@ -0,0 +1,4 @@
1
+
2
+ if (process.platform !== 'win32') {
3
+ console.warn("WARNING: @irsdk-node/native is only usable on windows, a mocked SDK will be used");
4
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@irsdk-node/native",
3
- "version": "5.2.0",
3
+ "version": "5.2.2",
4
4
  "author": "Matt Bengston <bengsfort@gmail.com> (https://bengsfort.dev/)",
5
5
  "bugs": {
6
6
  "email": "bengsfort@gmail.com",
@@ -11,9 +11,9 @@
11
11
  },
12
12
  "files": [
13
13
  "package.json",
14
+ "./install.js",
14
15
  "./dist",
15
16
  "./lib",
16
- "./index.d.ts",
17
17
  "./prebuilds",
18
18
  "./scripts",
19
19
  "./binding.gyp",
index 99b0967..1996eb7 100644
Binary file