compass-user-model 0.0.0-next-3871489afff599d3c0e5827b05c6cd97787625bb → 0.0.0-next-0189b6f6005b078db9424856c7565117e3b45ef3

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.
Files changed (1) hide show
  1. package/package.json +6 -6
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": "0.0.0-next-3871489afff599d3c0e5827b05c6cd97787625bb",
5
+ "version": "0.0.0-next-0189b6f6005b078db9424856c7565117e3b45ef3",
6
6
  "bugs": {
7
7
  "url": "https://jira.mongodb.org/projects/COMPASS/issues",
8
8
  "email": "compass@mongodb.com"
@@ -40,20 +40,20 @@
40
40
  "ampersand-state": "5.0.3",
41
41
  "debug": "^2.2.0",
42
42
  "lodash.get": "^4.4.2",
43
- "mongodb-collection-model": "0.0.0-next-3871489afff599d3c0e5827b05c6cd97787625bb",
44
- "mongodb-database-model": "0.0.0-next-3871489afff599d3c0e5827b05c6cd97787625bb",
43
+ "mongodb-collection-model": "0.0.0-next-0189b6f6005b078db9424856c7565117e3b45ef3",
44
+ "mongodb-database-model": "0.0.0-next-0189b6f6005b078db9424856c7565117e3b45ef3",
45
45
  "mongodb-ns": "^2.4.0",
46
46
  "raf": "^3.4.1",
47
- "storage-mixin": "0.0.0-next-3871489afff599d3c0e5827b05c6cd97787625bb",
47
+ "storage-mixin": "0.0.0-next-0189b6f6005b078db9424856c7565117e3b45ef3",
48
48
  "uuid": "^3.3.2"
49
49
  },
50
50
  "devDependencies": {
51
- "@mongodb-js/compass-utils": "0.0.0-next-3871489afff599d3c0e5827b05c6cd97787625bb",
51
+ "@mongodb-js/compass-utils": "0.0.0-next-0189b6f6005b078db9424856c7565117e3b45ef3",
52
52
  "depcheck": "^1.4.1",
53
53
  "eslint": "^7.25.0",
54
54
  "eslint-config-mongodb-js": "^3.0.1",
55
55
  "lodash.result": "^4.5.2",
56
56
  "mocha": "^10.2.0"
57
57
  },
58
- "gitHead": "3871489afff599d3c0e5827b05c6cd97787625bb"
58
+ "gitHead": "0189b6f6005b078db9424856c7565117e3b45ef3"
59
59
  }