@mongodb-js/compass-query-history 0.0.0-next-94f03d5249971d1eea1868df296db6e766f40f9f → 0.0.0-next-9ee9b0963df24390835a677f1a9081d9bc53ca2a
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/dist/browser.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +16 -16
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@mongodb-js/compass-query-history",
|
3
3
|
"productName": "Query History plugin",
|
4
4
|
"description": "The query history sidebar of Compass",
|
5
|
-
"version": "0.0.0-next-
|
5
|
+
"version": "0.0.0-next-9ee9b0963df24390835a677f1a9081d9bc53ca2a",
|
6
6
|
"author": {
|
7
7
|
"name": "MongoDB Inc",
|
8
8
|
"email": "compass@mongodb.com"
|
@@ -57,29 +57,29 @@
|
|
57
57
|
"reformat": "npm run prettier -- --write ."
|
58
58
|
},
|
59
59
|
"dependencies": {
|
60
|
-
"@mongodb-js/compass-components": "0.0.0-next-
|
61
|
-
"@mongodb-js/compass-logging": "0.0.0-next-
|
62
|
-
"@mongodb-js/compass-utils": "0.0.0-next-
|
60
|
+
"@mongodb-js/compass-components": "0.0.0-next-9ee9b0963df24390835a677f1a9081d9bc53ca2a",
|
61
|
+
"@mongodb-js/compass-logging": "0.0.0-next-9ee9b0963df24390835a677f1a9081d9bc53ca2a",
|
62
|
+
"@mongodb-js/compass-utils": "0.0.0-next-9ee9b0963df24390835a677f1a9081d9bc53ca2a",
|
63
63
|
"bson": "^4.4.1",
|
64
|
-
"hadron-react-components": "0.0.0-next-
|
64
|
+
"hadron-react-components": "0.0.0-next-9ee9b0963df24390835a677f1a9081d9bc53ca2a",
|
65
65
|
"react": "^16.14.0",
|
66
|
-
"storage-mixin": "0.0.0-next-
|
66
|
+
"storage-mixin": "0.0.0-next-9ee9b0963df24390835a677f1a9081d9bc53ca2a"
|
67
67
|
},
|
68
68
|
"peerDependencies": {
|
69
|
-
"@mongodb-js/compass-components": "^1.
|
69
|
+
"@mongodb-js/compass-components": "^1.4.0",
|
70
70
|
"@mongodb-js/compass-logging": "^1.1.1",
|
71
|
-
"@mongodb-js/compass-utils": "^0.1.
|
71
|
+
"@mongodb-js/compass-utils": "^0.1.2",
|
72
72
|
"bson": "^4.4.1",
|
73
|
-
"hadron-react-components": "^6.
|
73
|
+
"hadron-react-components": "^6.4.0",
|
74
74
|
"react": "^16.14.0",
|
75
75
|
"storage-mixin": "^5.1.0"
|
76
76
|
},
|
77
77
|
"devDependencies": {
|
78
|
-
"@mongodb-js/eslint-config-compass": "0.0.0-next-
|
79
|
-
"@mongodb-js/mocha-config-compass": "0.0.0-next-
|
80
|
-
"@mongodb-js/prettier-config-compass": "0.0.0-next-
|
81
|
-
"@mongodb-js/tsconfig-compass": "0.0.0-next-
|
82
|
-
"@mongodb-js/webpack-config-compass": "0.0.0-next-
|
78
|
+
"@mongodb-js/eslint-config-compass": "0.0.0-next-9ee9b0963df24390835a677f1a9081d9bc53ca2a",
|
79
|
+
"@mongodb-js/mocha-config-compass": "0.0.0-next-9ee9b0963df24390835a677f1a9081d9bc53ca2a",
|
80
|
+
"@mongodb-js/prettier-config-compass": "0.0.0-next-9ee9b0963df24390835a677f1a9081d9bc53ca2a",
|
81
|
+
"@mongodb-js/tsconfig-compass": "0.0.0-next-9ee9b0963df24390835a677f1a9081d9bc53ca2a",
|
82
|
+
"@mongodb-js/webpack-config-compass": "0.0.0-next-9ee9b0963df24390835a677f1a9081d9bc53ca2a",
|
83
83
|
"@testing-library/react": "^12.1.4",
|
84
84
|
"@testing-library/user-event": "^13.5.0",
|
85
85
|
"ampersand-model": "^8.0.1",
|
@@ -88,7 +88,7 @@
|
|
88
88
|
"depcheck": "^1.4.1",
|
89
89
|
"electron": "^15.5.7",
|
90
90
|
"eslint": "^7.25.0",
|
91
|
-
"hadron-app-registry": "0.0.0-next-
|
91
|
+
"hadron-app-registry": "0.0.0-next-9ee9b0963df24390835a677f1a9081d9bc53ca2a",
|
92
92
|
"lodash": "^4.17.15",
|
93
93
|
"mocha": "^8.4.0",
|
94
94
|
"mongodb-ns": "^2.4.0",
|
@@ -102,5 +102,5 @@
|
|
102
102
|
"sinon": "^9.2.3",
|
103
103
|
"uuid": "^3.1.0"
|
104
104
|
},
|
105
|
-
"gitHead": "
|
105
|
+
"gitHead": "9ee9b0963df24390835a677f1a9081d9bc53ca2a"
|
106
106
|
}
|