compass-user-model 2.1.1 → 2.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "compass-user-model",
3
3
  "description": "MongoDB user model.",
4
4
  "author": "Lucas Hrabovsky <lucas@mongodb.com>",
5
- "version": "2.1.1",
5
+ "version": "2.2.0",
6
6
  "bugs": {
7
7
  "url": "https://jira.mongodb.org/projects/COMPASS/issues",
8
8
  "email": "compass@mongodb.com"
@@ -40,8 +40,8 @@
40
40
  "ampersand-state": "5.0.3",
41
41
  "debug": "^2.2.0",
42
42
  "lodash.get": "^4.4.2",
43
- "mongodb-collection-model": "^5.1.1",
44
- "mongodb-database-model": "^2.1.1",
43
+ "mongodb-collection-model": "^5.2.0",
44
+ "mongodb-database-model": "^2.2.0",
45
45
  "mongodb-ns": "^2.4.0",
46
46
  "raf": "^3.4.1",
47
47
  "storage-mixin": "^5.1.0",
@@ -55,5 +55,5 @@
55
55
  "lodash.result": "^4.5.2",
56
56
  "mocha": "^6.0.2"
57
57
  },
58
- "gitHead": "51f04a0ac45c3b51a3ffb98af390c811d1404380"
58
+ "gitHead": "10815be8fd57f3bfd89d061e1592eb7136d4a0fb"
59
59
  }