compass-user-model 1.13.0 → 1.17.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 +15 -10
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.13.0",
5
+ "version": "1.17.0",
6
6
  "bugs": {
7
7
  "url": "https://jira.mongodb.org/projects/COMPASS/issues",
8
8
  "email": "compass@mongodb.com"
@@ -13,7 +13,12 @@
13
13
  "url": "https://github.com/mongodb-js/compass.git"
14
14
  },
15
15
  "license": "SSPL",
16
- "browser": "browser.js",
16
+ "main": "index.js",
17
+ "exports": {
18
+ "webpack": "./index.js",
19
+ "browser": "./browser.js",
20
+ "require": "./index.js"
21
+ },
17
22
  "keywords": [
18
23
  "mongodb-js"
19
24
  ],
@@ -26,26 +31,26 @@
26
31
  "test-ci": "npm run test"
27
32
  },
28
33
  "dependencies": {
29
- "ampersand-collection-filterable": "^0.2.1",
30
- "ampersand-model": "^6.0.2",
34
+ "ampersand-collection-filterable": "^0.3.0",
35
+ "ampersand-model": "^8.0.1",
31
36
  "ampersand-rest-collection": "^6.0.0",
32
- "ampersand-state": "4.8.2",
37
+ "ampersand-state": "5.0.3",
33
38
  "debug": "^2.2.0",
34
39
  "lodash.get": "^4.4.2",
35
- "mongodb-collection-model": "^4.13.0",
36
- "mongodb-database-model": "^1.3.0",
40
+ "mongodb-collection-model": "^4.17.0",
41
+ "mongodb-database-model": "^1.6.0",
37
42
  "mongodb-ns": "^2.2.0",
38
43
  "raf": "^3.4.1",
39
- "storage-mixin": "^4.7.0",
44
+ "storage-mixin": "^4.9.0",
40
45
  "uuid": "^3.3.2"
41
46
  },
42
47
  "devDependencies": {
43
48
  "depcheck": "^1.4.1",
44
- "electron": "^6.1.12",
49
+ "electron": "^13.5.1",
45
50
  "eslint": "^7.25.0",
46
51
  "eslint-config-mongodb-js": "^3.0.1",
47
52
  "lodash.result": "^4.5.2",
48
53
  "mocha": "^6.0.2"
49
54
  },
50
- "gitHead": "455c6523f99a08c6796480d59727b53bdfa441f0"
55
+ "gitHead": "542e3fa07d48435b1a7acc21c96de20562b843b3"
51
56
  }