@mongodb-js/compass-query-history 0.0.0-next-6a5d526328ecfce1da82bf064daeb19f1c2bf6a5 → 0.0.0-next-faf899c161858cffa138dc64f4fbf9c0da2145e0
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 +13 -13
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": "Load and manage saved queries in Compass",
|
5
|
-
"version": "0.0.0-next-
|
5
|
+
"version": "0.0.0-next-faf899c161858cffa138dc64f4fbf9c0da2145e0",
|
6
6
|
"author": {
|
7
7
|
"name": "MongoDB Inc",
|
8
8
|
"email": "compass@mongodb.com"
|
@@ -57,13 +57,13 @@
|
|
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-faf899c161858cffa138dc64f4fbf9c0da2145e0",
|
61
|
+
"@mongodb-js/compass-logging": "0.0.0-next-faf899c161858cffa138dc64f4fbf9c0da2145e0",
|
62
|
+
"@mongodb-js/compass-utils": "0.0.0-next-faf899c161858cffa138dc64f4fbf9c0da2145e0",
|
63
63
|
"bson": "^4.4.1",
|
64
|
-
"hadron-react-components": "0.0.0-next-
|
64
|
+
"hadron-react-components": "0.0.0-next-faf899c161858cffa138dc64f4fbf9c0da2145e0",
|
65
65
|
"react": "^16.14.0",
|
66
|
-
"storage-mixin": "0.0.0-next-
|
66
|
+
"storage-mixin": "0.0.0-next-faf899c161858cffa138dc64f4fbf9c0da2145e0"
|
67
67
|
},
|
68
68
|
"peerDependencies": {
|
69
69
|
"@mongodb-js/compass-components": "^1.4.0",
|
@@ -75,11 +75,11 @@
|
|
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-faf899c161858cffa138dc64f4fbf9c0da2145e0",
|
79
|
+
"@mongodb-js/mocha-config-compass": "0.0.0-next-faf899c161858cffa138dc64f4fbf9c0da2145e0",
|
80
|
+
"@mongodb-js/prettier-config-compass": "0.0.0-next-faf899c161858cffa138dc64f4fbf9c0da2145e0",
|
81
|
+
"@mongodb-js/tsconfig-compass": "0.0.0-next-faf899c161858cffa138dc64f4fbf9c0da2145e0",
|
82
|
+
"@mongodb-js/webpack-config-compass": "0.0.0-next-faf899c161858cffa138dc64f4fbf9c0da2145e0",
|
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-faf899c161858cffa138dc64f4fbf9c0da2145e0",
|
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": "faf899c161858cffa138dc64f4fbf9c0da2145e0"
|
106
106
|
}
|