compass-user-model 0.0.0-next-835937ee6a94b541fd12d3d0c54d829fb2d0e492 → 0.0.0-next-a7eb730693b63501028444f9ef6b634620af6e37

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 +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": "0.0.0-next-835937ee6a94b541fd12d3d0c54d829fb2d0e492",
5
+ "version": "0.0.0-next-a7eb730693b63501028444f9ef6b634620af6e37",
6
6
  "bugs": {
7
7
  "url": "https://jira.mongodb.org/projects/COMPASS/issues",
8
8
  "email": "compass@mongodb.com"
@@ -35,15 +35,15 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "ampersand-model": "^8.0.1",
38
- "storage-mixin": "0.0.0-next-835937ee6a94b541fd12d3d0c54d829fb2d0e492",
38
+ "storage-mixin": "0.0.0-next-a7eb730693b63501028444f9ef6b634620af6e37",
39
39
  "uuid": "^3.3.2"
40
40
  },
41
41
  "devDependencies": {
42
- "@mongodb-js/compass-utils": "0.0.0-next-835937ee6a94b541fd12d3d0c54d829fb2d0e492",
42
+ "@mongodb-js/compass-utils": "0.0.0-next-a7eb730693b63501028444f9ef6b634620af6e37",
43
43
  "depcheck": "^1.4.1",
44
44
  "eslint": "^7.25.0",
45
45
  "eslint-config-mongodb-js": "^3.0.1",
46
46
  "mocha": "^10.2.0"
47
47
  },
48
- "gitHead": "835937ee6a94b541fd12d3d0c54d829fb2d0e492"
48
+ "gitHead": "a7eb730693b63501028444f9ef6b634620af6e37"
49
49
  }