@shyntech-proximity/sensor-app 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/index.js +7 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { DeviceScan } from "../models/DeviceScan.js";
1
+ /*import { DeviceScan } from "./models/DeviceScan.js";
2
2
  import { Vendor } from "../models/Vendor.js";
3
3
  import axios from "axios";
4
4
 
@@ -141,3 +141,9 @@ export const initSocket = (io, proximityCache) => {
141
141
 
142
142
  })
143
143
  };
144
+ */
145
+
146
+
147
+ export const initSocket = (io, proximityCache) => {
148
+
149
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shyntech-proximity/sensor-app",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "main": "index.js",
5
5
  "files": [
6
6
  "dist",