@justair/justair-library 4.4.4 → 4.4.5

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/.idea/vcs.xml ADDED
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings" defaultProject="true" />
4
+ </project>
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@justair/justair-library",
3
- "version": "4.4.4",
3
+ "version": "4.4.5",
4
4
  "description": "JustAir Internal Library",
5
- "main": "src/index.js",
5
+ "main": "src/index.js",
6
6
  "type": "module",
7
- "types": "dist/index.d.ts",
7
+ "types": "dist/index.d.ts",
8
8
  "scripts": {
9
9
  "test": "echo \"Error: no test specified\" && exit 1",
10
10
  "build": "tsc",
11
- "prepublish": "npm run build"
11
+ "prepublish": "npm run build"
12
12
  },
13
13
  "keywords": [
14
14
  "JustAir"
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "devDependencies": {
23
23
  "typescript": "^5.3.2",
24
- "@types/node": "^16.0.0",
24
+ "@types/node": "^16.0.0",
25
25
  "ts-node": "^10.0.0"
26
26
  }
27
27
  }
@@ -131,6 +131,7 @@ const monitorsSchema = mongoose.Schema(
131
131
  "blue sky",
132
132
  "aq mesh",
133
133
  "quant aq",
134
+ "airgradient"
134
135
  ],
135
136
  },
136
137
  monitorType: String,