compass-user-model 0.0.0-next-3ddf2b32a13c98a8713916c7c20185f8ae9a9327 → 0.0.0-next-99faf39dcaa3321ec39c2a4a4c7b67e04f3c753e
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.
- 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-
|
5
|
+
"version": "0.0.0-next-99faf39dcaa3321ec39c2a4a4c7b67e04f3c753e",
|
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-
|
38
|
+
"storage-mixin": "0.0.0-next-99faf39dcaa3321ec39c2a4a4c7b67e04f3c753e",
|
39
39
|
"uuid": "^3.3.2"
|
40
40
|
},
|
41
41
|
"devDependencies": {
|
42
|
-
"@mongodb-js/compass-utils": "0.0.0-next-
|
42
|
+
"@mongodb-js/compass-utils": "0.0.0-next-99faf39dcaa3321ec39c2a4a4c7b67e04f3c753e",
|
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": "
|
48
|
+
"gitHead": "99faf39dcaa3321ec39c2a4a4c7b67e04f3c753e"
|
49
49
|
}
|