|
34 | 34 | "compass": { |
35 | 35 | "name": "mongodb-compass", |
36 | 36 | "productName": "MongoDB Compass", |
| 37 | + "bundleId": "com.mongodb.compass", |
37 | 38 | "plugins-directory": ".mongodb/compass/plugins", |
38 | 39 | "plugins": [ |
39 | 40 | "node_modules/@mongodb-js/compass-auth-kerberos", |
|
55 | 56 | "compass-community": { |
56 | 57 | "name": "mongodb-compass-community", |
57 | 58 | "productName": "MongoDB Compass Community", |
| 59 | + "bundleId": "com.mongodb.compass-community", |
58 | 60 | "plugins-directory": ".mongodb/compass-community/plugins", |
59 | 61 | "plugins": [ |
60 | 62 | "node_modules/@mongodb-js/compass-connect", |
|
81 | 83 | "dmg_background": "src/app/images/darwin/background.png", |
82 | 84 | "codesign_identity": "Developer ID Application: Matt Kangas (ZD3CL9MT3L)", |
83 | 85 | "codesign_sha1": "90E39AA7832E95369F0FC6DAF823A04DFBD9CF7A", |
84 | | - "app_bundle_id": "com.mongodb.compass", |
85 | 86 | "app_category_type": "public.app-category.productivity" |
86 | 87 | }, |
87 | 88 | "linux": { |
|
255 | 256 | "electron-mocha": "^3.3.0", |
256 | 257 | "enzyme": "^2.5.1", |
257 | 258 | "eslint-config-mongodb-js": "^2.2.0", |
258 | | - "hadron-build": "^15.0.5", |
| 259 | + "hadron-build": "^16.0.0", |
259 | 260 | "hadron-spectron": "^1.0.0", |
260 | 261 | "jsdom": "^9.8.3", |
261 | 262 | "mgeneratejs": "^0.2.0", |
|
0 commit comments