compass-user-model 0.0.0-next-a6a1fbc898ffbe115f44ef184f30cf0d9348f9c2 → 0.0.0-next-3ddf2b32a13c98a8713916c7c20185f8ae9a9327
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/.depcheckrc +1 -14
- package/package.json +4 -14
package/.depcheckrc
CHANGED
@@ -1,14 +1 @@
|
|
1
|
-
ignores: [
|
2
|
-
"ampersand-collection-filterable",
|
3
|
-
"ampersand-rest-collection",
|
4
|
-
"ampersand-state",
|
5
|
-
"debug",
|
6
|
-
"lodash.get",
|
7
|
-
"mongodb-collection-model",
|
8
|
-
"mongodb-database-model",
|
9
|
-
"mongodb-ns",
|
10
|
-
"raf",
|
11
|
-
"lodash.clone",
|
12
|
-
"lodash.result",
|
13
|
-
"mongodb-compass"
|
14
|
-
]
|
1
|
+
ignores: []
|
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-3ddf2b32a13c98a8713916c7c20185f8ae9a9327",
|
6
6
|
"bugs": {
|
7
7
|
"url": "https://jira.mongodb.org/projects/COMPASS/issues",
|
8
8
|
"email": "compass@mongodb.com"
|
@@ -34,26 +34,16 @@
|
|
34
34
|
"test-ci": "npm run test"
|
35
35
|
},
|
36
36
|
"dependencies": {
|
37
|
-
"ampersand-collection-filterable": "^0.3.0",
|
38
37
|
"ampersand-model": "^8.0.1",
|
39
|
-
"
|
40
|
-
"ampersand-state": "5.0.3",
|
41
|
-
"debug": "^2.2.0",
|
42
|
-
"lodash.get": "^4.4.2",
|
43
|
-
"mongodb-collection-model": "0.0.0-next-a6a1fbc898ffbe115f44ef184f30cf0d9348f9c2",
|
44
|
-
"mongodb-database-model": "0.0.0-next-a6a1fbc898ffbe115f44ef184f30cf0d9348f9c2",
|
45
|
-
"mongodb-ns": "^2.4.0",
|
46
|
-
"raf": "^3.4.1",
|
47
|
-
"storage-mixin": "0.0.0-next-a6a1fbc898ffbe115f44ef184f30cf0d9348f9c2",
|
38
|
+
"storage-mixin": "0.0.0-next-3ddf2b32a13c98a8713916c7c20185f8ae9a9327",
|
48
39
|
"uuid": "^3.3.2"
|
49
40
|
},
|
50
41
|
"devDependencies": {
|
51
|
-
"@mongodb-js/compass-utils": "0.0.0-next-
|
42
|
+
"@mongodb-js/compass-utils": "0.0.0-next-3ddf2b32a13c98a8713916c7c20185f8ae9a9327",
|
52
43
|
"depcheck": "^1.4.1",
|
53
44
|
"eslint": "^7.25.0",
|
54
45
|
"eslint-config-mongodb-js": "^3.0.1",
|
55
|
-
"lodash.result": "^4.5.2",
|
56
46
|
"mocha": "^10.2.0"
|
57
47
|
},
|
58
|
-
"gitHead": "
|
48
|
+
"gitHead": "3ddf2b32a13c98a8713916c7c20185f8ae9a9327"
|
59
49
|
}
|