@mongodb-js/compass-indexes 4.15.0 → 4.19.0
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 +0 -1
- package/lib/index.js +32 -16
- package/package.json +26 -26
- package/styles/index.less +0 -1
package/package.json
CHANGED
@@ -1,15 +1,18 @@
|
|
1
1
|
{
|
2
2
|
"name": "@mongodb-js/compass-indexes",
|
3
3
|
"productName": "Compass Indexes plugin",
|
4
|
-
"version": "4.
|
4
|
+
"version": "4.19.0",
|
5
5
|
"apiVersion": "3.0.0",
|
6
6
|
"description": "Indexes support for Compass",
|
7
7
|
"main": "lib/index.js",
|
8
|
+
"exports": {
|
9
|
+
"webpack": "./src/index.js",
|
10
|
+
"require": "./lib/index.js"
|
11
|
+
},
|
8
12
|
"scripts": {
|
9
13
|
"clean": "rimraf lib",
|
10
14
|
"precompile": "npm run clean",
|
11
15
|
"compile": "cross-env NODE_ENV=production webpack --config ./config/webpack.prod.config.js",
|
12
|
-
"prestart": "electron-rebuild --force --only keytar",
|
13
16
|
"start": "webpack-dev-server --config ./config/webpack.dev.config.js",
|
14
17
|
"start:watch": "npm run clean && webpack --config ./config/webpack.watch.config.js",
|
15
18
|
"test": "cross-env NODE_ENV=test mocha-webpack \"./src/**/*.spec.js\"",
|
@@ -27,9 +30,9 @@
|
|
27
30
|
"license": "SSPL",
|
28
31
|
"peerDependencies": {
|
29
32
|
"@hot-loader/react-dom": "^16.9.0",
|
30
|
-
"@mongodb-js/compass-components": "
|
33
|
+
"@mongodb-js/compass-components": "^0.8.0",
|
31
34
|
"@mongodb-js/compass-deployment-awareness": "*",
|
32
|
-
"debug": "
|
35
|
+
"debug": "4.3.0",
|
33
36
|
"hadron-react-buttons": "*",
|
34
37
|
"hadron-react-components": "*",
|
35
38
|
"mongodb-index-model": "*",
|
@@ -51,9 +54,9 @@
|
|
51
54
|
"@babel/preset-react": "^7.13.13",
|
52
55
|
"@babel/register": "^7.13.16",
|
53
56
|
"@hot-loader/react-dom": "^16.9.0",
|
54
|
-
"@mongodb-js/compass-components": "^0.
|
55
|
-
"@mongodb-js/compass-deployment-awareness": "^11.
|
56
|
-
"@mongodb-js/compass-field-store": "^7.
|
57
|
+
"@mongodb-js/compass-components": "^0.9.0",
|
58
|
+
"@mongodb-js/compass-deployment-awareness": "^11.17.0",
|
59
|
+
"@mongodb-js/compass-field-store": "^7.17.0",
|
57
60
|
"autoprefixer": "^9.4.6",
|
58
61
|
"babel-loader": "^8.2.2",
|
59
62
|
"chai": "^4.2.0",
|
@@ -62,10 +65,9 @@
|
|
62
65
|
"core-js": "^3.12.1",
|
63
66
|
"cross-env": "^7.0.0",
|
64
67
|
"css-loader": "^4.3.0",
|
65
|
-
"debug": "
|
68
|
+
"debug": "4.3.0",
|
66
69
|
"depcheck": "^1.4.1",
|
67
|
-
"electron": "^
|
68
|
-
"electron-rebuild": "^2.3.5",
|
70
|
+
"electron": "^13.5.1",
|
69
71
|
"enzyme": "^3.11.0",
|
70
72
|
"enzyme-adapter-react-16": "^1.15.2",
|
71
73
|
"eslint": "^7.25.0",
|
@@ -73,20 +75,20 @@
|
|
73
75
|
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
74
76
|
"file-loader": "^5.1.0",
|
75
77
|
"font-awesome": "^4.7.0",
|
76
|
-
"hadron-app": "^4.
|
77
|
-
"hadron-app-registry": "^8.
|
78
|
-
"hadron-react-bson": "^5.
|
79
|
-
"hadron-react-buttons": "^5.
|
80
|
-
"hadron-react-components": "^5.
|
78
|
+
"hadron-app": "^4.17.0",
|
79
|
+
"hadron-app-registry": "^8.7.0",
|
80
|
+
"hadron-react-bson": "^5.7.0",
|
81
|
+
"hadron-react-buttons": "^5.6.0",
|
82
|
+
"hadron-react-components": "^5.9.0",
|
81
83
|
"html-webpack-plugin": "^3.2.0",
|
82
84
|
"ignore-loader": "^0.1.2",
|
83
85
|
"istanbul-instrumenter-loader": "^3.0.1",
|
84
|
-
"jsdom": "^16.
|
86
|
+
"jsdom": "^16.7.0",
|
85
87
|
"jsdom-global": "^3.0.2",
|
86
|
-
"karma": "^
|
88
|
+
"karma": "^6.3.4",
|
87
89
|
"karma-chai": "^0.1.0",
|
88
90
|
"karma-chai-sinon": "^0.1.5",
|
89
|
-
"karma-electron": "^
|
91
|
+
"karma-electron": "^7.0.0",
|
90
92
|
"karma-mocha": "^1.3.0",
|
91
93
|
"karma-mocha-reporter": "^2.2.5",
|
92
94
|
"karma-sinon": "^1.0.5",
|
@@ -96,14 +98,11 @@
|
|
96
98
|
"less-loader": "^7.3.0",
|
97
99
|
"mocha": "^7.0.1",
|
98
100
|
"mocha-webpack": "^2.0.0-beta.0",
|
99
|
-
"mongodb": "^
|
100
|
-
"mongodb-
|
101
|
-
"mongodb-data-service": "^21.11.0",
|
101
|
+
"mongodb-connection-model": "^21.11.0",
|
102
|
+
"mongodb-data-service": "^21.15.0",
|
102
103
|
"mongodb-extended-json": "^1.11.1",
|
103
|
-
"mongodb-index-model": "^3.
|
104
|
-
"mongodb-language-model": "^2.3.0",
|
104
|
+
"mongodb-index-model": "^3.7.0",
|
105
105
|
"mongodb-reflux-store": "^0.0.1",
|
106
|
-
"mongodb-schema": "^8.2.5",
|
107
106
|
"node-loader": "^0.6.0",
|
108
107
|
"nyc": "^15.0.0",
|
109
108
|
"peer-deps-externals-webpack-plugin": "^1.0.4",
|
@@ -134,7 +133,8 @@
|
|
134
133
|
"xvfb-maybe": "^0.2.1"
|
135
134
|
},
|
136
135
|
"dependencies": {
|
137
|
-
"@mongodb-js/
|
136
|
+
"@mongodb-js/compass-logging": "^0.6.0",
|
137
|
+
"@mongodb-js/mongodb-redux-common": "^1.7.0",
|
138
138
|
"lodash.contains": "^2.4.3",
|
139
139
|
"lodash.isundefined": "^3.0.1",
|
140
140
|
"lodash.map": "^4.6.0",
|
@@ -159,5 +159,5 @@
|
|
159
159
|
"type": "git",
|
160
160
|
"url": "https://github.com/mongodb-js/compass.git"
|
161
161
|
},
|
162
|
-
"gitHead": "
|
162
|
+
"gitHead": "542e3fa07d48435b1a7acc21c96de20562b843b3"
|
163
163
|
}
|
package/styles/index.less
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
// TODO: TEMP - remove hardcoded require statement from hadron-style-manager
|