@mongodb-js/compass-indexes 5.13.0 → 5.14.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/components/indexes/indexes.d.ts +10 -25
- package/dist/src/components/indexes/indexes.d.ts.map +1 -1
- package/dist/src/components/indexes-table/indexes-table.d.ts +1 -1
- package/dist/src/components/indexes-table/indexes-table.d.ts.map +1 -1
- package/dist/src/components/indexes-toolbar/indexes-toolbar.d.ts +22 -5
- package/dist/src/components/indexes-toolbar/indexes-toolbar.d.ts.map +1 -1
- package/dist/src/components/regular-indexes-table/index-actions.d.ts +3 -3
- package/dist/src/components/regular-indexes-table/index-actions.d.ts.map +1 -1
- package/dist/src/components/regular-indexes-table/property-field.d.ts +5 -5
- package/dist/src/components/regular-indexes-table/property-field.d.ts.map +1 -1
- package/dist/src/components/regular-indexes-table/regular-indexes-table.d.ts +21 -6
- package/dist/src/components/regular-indexes-table/regular-indexes-table.d.ts.map +1 -1
- package/dist/src/components/regular-indexes-table/type-field.d.ts +5 -5
- package/dist/src/components/regular-indexes-table/type-field.d.ts.map +1 -1
- package/dist/src/components/search-indexes-modals/create-search-index-modal.d.ts +17 -0
- package/dist/src/components/search-indexes-modals/create-search-index-modal.d.ts.map +1 -0
- package/dist/src/components/search-indexes-modals/index.d.ts +2 -0
- package/dist/src/components/search-indexes-modals/index.d.ts.map +1 -0
- package/dist/src/components/search-indexes-table/search-index-actions.d.ts +9 -0
- package/dist/src/components/search-indexes-table/search-index-actions.d.ts.map +1 -0
- package/dist/src/components/search-indexes-table/search-indexes-table.d.ts +27 -0
- package/dist/src/components/search-indexes-table/search-indexes-table.d.ts.map +1 -0
- package/dist/src/components/search-indexes-table/zero-graphic.d.ts +4 -0
- package/dist/src/components/search-indexes-table/zero-graphic.d.ts.map +1 -0
- package/dist/src/modules/index.d.ts +1 -0
- package/dist/src/modules/index.d.ts.map +1 -1
- package/dist/src/modules/regular-indexes.d.ts +11 -13
- package/dist/src/modules/regular-indexes.d.ts.map +1 -1
- package/dist/src/modules/search-indexes.d.ts +81 -7
- package/dist/src/modules/search-indexes.d.ts.map +1 -1
- package/dist/src/stores/store.d.ts +1 -1
- package/dist/src/stores/store.d.ts.map +1 -1
- package/package.json +14 -13
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.14.0",
|
6
6
|
"author": {
|
7
7
|
"name": "MongoDB Inc",
|
8
8
|
"email": "compass@mongodb.com"
|
@@ -56,12 +56,12 @@
|
|
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.
|
59
|
+
"@mongodb-js/compass-components": "^1.14.0",
|
60
|
+
"@mongodb-js/compass-editor": "^0.13.0",
|
61
|
+
"@mongodb-js/compass-logging": "^1.2.0",
|
62
62
|
"@mongodb-js/mongodb-redux-common": "^2.0.11",
|
63
63
|
"bson": "^6.0.0",
|
64
|
-
"compass-preferences-model": "^2.
|
64
|
+
"compass-preferences-model": "^2.14.0",
|
65
65
|
"react": "^17.0.2"
|
66
66
|
},
|
67
67
|
"devDependencies": {
|
@@ -69,19 +69,20 @@
|
|
69
69
|
"@mongodb-js/mocha-config-compass": "^1.3.1",
|
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.
|
72
|
+
"@mongodb-js/webpack-config-compass": "^1.2.0",
|
73
73
|
"@testing-library/react": "^12.1.4",
|
74
74
|
"@testing-library/user-event": "^13.5.0",
|
75
75
|
"chai": "^4.2.0",
|
76
76
|
"depcheck": "^1.4.1",
|
77
|
-
"
|
77
|
+
"ejson-shell-parser": "^1.2.4",
|
78
|
+
"electron": "^26.2.1",
|
78
79
|
"enzyme": "^3.11.0",
|
79
80
|
"eslint": "^7.25.0",
|
80
81
|
"hadron-app-registry": "^9.0.10",
|
81
82
|
"lodash": "^4.17.21",
|
82
83
|
"mocha": "^10.2.0",
|
83
84
|
"mongodb": "^6.0.0",
|
84
|
-
"mongodb-data-service": "^22.
|
85
|
+
"mongodb-data-service": "^22.11.0",
|
85
86
|
"mongodb-query-parser": "^3.1.3",
|
86
87
|
"numeral": "^2.0.6",
|
87
88
|
"nyc": "^15.1.0",
|
@@ -96,12 +97,12 @@
|
|
96
97
|
"xvfb-maybe": "^0.2.1"
|
97
98
|
},
|
98
99
|
"dependencies": {
|
99
|
-
"@mongodb-js/compass-components": "^1.
|
100
|
-
"@mongodb-js/compass-editor": "^0.
|
101
|
-
"@mongodb-js/compass-logging": "^1.
|
100
|
+
"@mongodb-js/compass-components": "^1.14.0",
|
101
|
+
"@mongodb-js/compass-editor": "^0.13.0",
|
102
|
+
"@mongodb-js/compass-logging": "^1.2.0",
|
102
103
|
"@mongodb-js/mongodb-redux-common": "^2.0.11",
|
103
104
|
"bson": "^6.0.0",
|
104
|
-
"compass-preferences-model": "^2.
|
105
|
+
"compass-preferences-model": "^2.14.0"
|
105
106
|
},
|
106
|
-
"gitHead": "
|
107
|
+
"gitHead": "146534300cc62674da9089cc7f8ebade832b359f"
|
107
108
|
}
|