@mongodb-js/compass-indexes 5.11.0 → 5.12.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/dist/browser.js +1 -1
- package/dist/index.js +1 -1
- package/dist/src/modules/create-index/index.d.ts.map +1 -1
- package/package.json +18 -18
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/create-index/index.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAatC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAgBzD,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAoBX,CAAC;AAEH,MAAM,MAAM,SAAS,GAAG,UAAU,CAAC,OAAO,OAAO,CAAC,CAAC;AAEnD,MAAM,MAAM,eAAe,GAAG;IAC5B,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC;CAChC,CAAC;AAEF,eAAe,OAAO,CAAC;AAEvB,eAAO,MAAM,qBAAqB,mBACd,QAAQ,SAI3B,CAAC;AA2CF,eAAO,MAAM,WAAW,mBACE,QAAQ,YAAY,MAAM,SAAS,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/create-index/index.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAatC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAgBzD,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAoBX,CAAC;AAEH,MAAM,MAAM,SAAS,GAAG,UAAU,CAAC,OAAO,OAAO,CAAC,CAAC;AAEnD,MAAM,MAAM,eAAe,GAAG;IAC5B,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC;CAChC,CAAC;AAEF,eAAe,OAAO,CAAC;AAEvB,eAAO,MAAM,qBAAqB,mBACd,QAAQ,SAI3B,CAAC;AA2CF,eAAO,MAAM,WAAW,mBACE,QAAQ,YAAY,MAAM,SAAS,kBAgK5D,CAAC"}
|
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@mongodb-js/compass-indexes",
|
3
3
|
"productName": "Compass Indexes plugin",
|
4
4
|
"description": "Collection index management for Compass",
|
5
|
-
"version": "5.
|
5
|
+
"version": "5.12.0",
|
6
6
|
"author": {
|
7
7
|
"name": "MongoDB Inc",
|
8
8
|
"email": "compass@mongodb.com"
|
@@ -56,20 +56,20 @@
|
|
56
56
|
"reformat": "npm run prettier -- --write . && npm run eslint . --fix"
|
57
57
|
},
|
58
58
|
"peerDependencies": {
|
59
|
-
"@mongodb-js/compass-components": "^1.
|
60
|
-
"@mongodb-js/compass-editor": "^0.
|
61
|
-
"@mongodb-js/compass-logging": "^1.1.
|
62
|
-
"@mongodb-js/mongodb-redux-common": "^2.0.
|
59
|
+
"@mongodb-js/compass-components": "^1.12.0",
|
60
|
+
"@mongodb-js/compass-editor": "^0.11.0",
|
61
|
+
"@mongodb-js/compass-logging": "^1.1.8",
|
62
|
+
"@mongodb-js/mongodb-redux-common": "^2.0.10",
|
63
63
|
"bson": "^5.2.0",
|
64
|
-
"compass-preferences-model": "^2.
|
64
|
+
"compass-preferences-model": "^2.12.0",
|
65
65
|
"react": "^17.0.2"
|
66
66
|
},
|
67
67
|
"devDependencies": {
|
68
|
-
"@mongodb-js/eslint-config-compass": "^1.0.
|
69
|
-
"@mongodb-js/mocha-config-compass": "^1.
|
68
|
+
"@mongodb-js/eslint-config-compass": "^1.0.8",
|
69
|
+
"@mongodb-js/mocha-config-compass": "^1.3.0",
|
70
70
|
"@mongodb-js/prettier-config-compass": "^1.0.1",
|
71
71
|
"@mongodb-js/tsconfig-compass": "^1.0.3",
|
72
|
-
"@mongodb-js/webpack-config-compass": "^1.1.
|
72
|
+
"@mongodb-js/webpack-config-compass": "^1.1.2",
|
73
73
|
"@testing-library/react": "^12.1.4",
|
74
74
|
"@testing-library/user-event": "^13.5.0",
|
75
75
|
"chai": "^4.2.0",
|
@@ -78,12 +78,12 @@
|
|
78
78
|
"electron": "^23.3.12",
|
79
79
|
"enzyme": "^3.11.0",
|
80
80
|
"eslint": "^7.25.0",
|
81
|
-
"hadron-app-registry": "^9.0.
|
81
|
+
"hadron-app-registry": "^9.0.9",
|
82
82
|
"lodash": "^4.17.21",
|
83
83
|
"mocha": "^10.2.0",
|
84
84
|
"mongodb": "^5.6.0",
|
85
|
-
"mongodb-data-service": "^22.9.
|
86
|
-
"mongodb-query-parser": "^
|
85
|
+
"mongodb-data-service": "^22.9.2",
|
86
|
+
"mongodb-query-parser": "^3.1.3",
|
87
87
|
"numeral": "^2.0.6",
|
88
88
|
"nyc": "^15.1.0",
|
89
89
|
"prop-types": "^15.7.2",
|
@@ -97,12 +97,12 @@
|
|
97
97
|
"xvfb-maybe": "^0.2.1"
|
98
98
|
},
|
99
99
|
"dependencies": {
|
100
|
-
"@mongodb-js/compass-components": "^1.
|
101
|
-
"@mongodb-js/compass-editor": "^0.
|
102
|
-
"@mongodb-js/compass-logging": "^1.1.
|
103
|
-
"@mongodb-js/mongodb-redux-common": "^2.0.
|
100
|
+
"@mongodb-js/compass-components": "^1.12.0",
|
101
|
+
"@mongodb-js/compass-editor": "^0.11.0",
|
102
|
+
"@mongodb-js/compass-logging": "^1.1.8",
|
103
|
+
"@mongodb-js/mongodb-redux-common": "^2.0.10",
|
104
104
|
"bson": "^5.2.0",
|
105
|
-
"compass-preferences-model": "^2.
|
105
|
+
"compass-preferences-model": "^2.12.0"
|
106
106
|
},
|
107
|
-
"gitHead": "
|
107
|
+
"gitHead": "62acadaa32f014e73080cfaf7c15753e2e1db08f"
|
108
108
|
}
|