@brimble/models 1.2.8-alpha.0 → 1.2.9-alpha.0

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 @@
1
- @brimble/models:build: cache hit, replaying output e498c6f03703a878
2
- @brimble/models:build: $ tsc -p .
1
+ @brimble/models:build: cache hit, replaying output 4809e3d48da2b68b
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brimble/models",
3
- "version": "1.2.8-alpha.0",
3
+ "version": "1.2.9-alpha.0",
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.2.7",
31
+ "@brimble/utils": "^1.2.8",
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": "9ef7d105421e0cda5b736ce6c720ac039ed1cb46"
46
+ "gitHead": "70970000890390daae30730c0b42fdcd6076e7b6"
47
47
  }