@brimble/models 1.3.17 → 1.3.18

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.
@@ -1,2 +1,2 @@
1
- @brimble/models:build: cache hit, replaying output 9cb33cc333cce659
1
+ @brimble/models:build: cache hit, replaying output ceb1b80b818d995c
2
2
  @brimble/models:build: $ tsc -p .
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brimble/models",
3
- "version": "1.3.17",
3
+ "version": "1.3.18",
4
4
  "description": "Brimble models",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "license": "MIT",
30
30
  "dependencies": {
31
- "@brimble/utils": "^1.3.4",
31
+ "@brimble/utils": "^1.3.6",
32
32
  "dotenv": "^8.2.0",
33
33
  "mongoose": "^5.8.11",
34
34
  "uuid": "^8.3.2"
@@ -43,5 +43,5 @@
43
43
  "ts-node": "^8.10.2",
44
44
  "typescript": "^3.9.5"
45
45
  },
46
- "gitHead": "cf161c9e55fd6abc26ddadef6c4887d4583b6cf7"
46
+ "gitHead": "e7cda88ae45cfc10d7020dbe0343b6dd409d4e06"
47
47
  }