compass-user-model 1.21.0 → 1.22.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 +10 -7
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": "1.21.0",
5
+ "version": "1.22.0",
6
6
  "bugs": {
7
7
  "url": "https://jira.mongodb.org/projects/COMPASS/issues",
8
8
  "email": "compass@mongodb.com"
@@ -14,11 +14,14 @@
14
14
  },
15
15
  "license": "SSPL",
16
16
  "main": "index.js",
17
+ "compass:main": "index.js",
17
18
  "exports": {
18
- "webpack": "./index.js",
19
19
  "browser": "./browser.js",
20
20
  "require": "./index.js"
21
21
  },
22
+ "compass:exports": {
23
+ ".": "./index.js"
24
+ },
22
25
  "keywords": [
23
26
  "mongodb-js"
24
27
  ],
@@ -37,11 +40,11 @@
37
40
  "ampersand-state": "5.0.3",
38
41
  "debug": "^2.2.0",
39
42
  "lodash.get": "^4.4.2",
40
- "mongodb-collection-model": "^4.21.0",
41
- "mongodb-database-model": "^1.10.0",
42
- "mongodb-ns": "^2.3.0",
43
+ "mongodb-collection-model": "^4.22.0",
44
+ "mongodb-database-model": "^1.11.0",
45
+ "mongodb-ns": "^2.4.0",
43
46
  "raf": "^3.4.1",
44
- "storage-mixin": "^4.13.0",
47
+ "storage-mixin": "^4.14.0",
45
48
  "uuid": "^3.3.2"
46
49
  },
47
50
  "devDependencies": {
@@ -52,5 +55,5 @@
52
55
  "lodash.result": "^4.5.2",
53
56
  "mocha": "^6.0.2"
54
57
  },
55
- "gitHead": "a1283df32eb52881cc00eb73f8d435f772cdbfde"
58
+ "gitHead": "2c4149184e87b8340851590663287b914d7ee63e"
56
59
  }