@mongodb-js/compass-indexes 5.8.0 → 5.10.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.
@@ -1,5 +1,5 @@
|
|
1
1
|
import type { IndexField } from '../modules/create-index/fields';
|
2
|
-
export declare const MIN_COLUMNSTORE_INDEXES_SERVER_VERSION = "
|
2
|
+
export declare const MIN_COLUMNSTORE_INDEXES_SERVER_VERSION = "20.0.0-alpha0";
|
3
3
|
export declare function hasColumnstoreIndex(fields: IndexField[]): boolean;
|
4
4
|
export declare function hasColumnstoreIndexesSupport(serverVersion: string | undefined | null): boolean;
|
5
5
|
//# sourceMappingURL=columnstore-indexes.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"columnstore-indexes.d.ts","sourceRoot":"","sources":["../../../src/utils/columnstore-indexes.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;
|
1
|
+
{"version":3,"file":"columnstore-indexes.d.ts","sourceRoot":"","sources":["../../../src/utils/columnstore-indexes.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AAMjE,eAAO,MAAM,sCAAsC,kBAAkB,CAAC;AAEtE,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,UAAU,EAAE,WAEvD;AAED,wBAAgB,4BAA4B,CAC1C,aAAa,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI,GACvC,OAAO,CAST"}
|
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.10.0",
|
6
6
|
"author": {
|
7
7
|
"name": "MongoDB Inc",
|
8
8
|
"email": "compass@mongodb.com"
|
@@ -37,7 +37,6 @@
|
|
37
37
|
"bootstrap": "npm run postcompile",
|
38
38
|
"prepublishOnly": "npm run compile && compass-scripts check-exports-exist",
|
39
39
|
"compile": "npm run webpack -- --mode production",
|
40
|
-
"prewebpack": "rimraf ./dist",
|
41
40
|
"webpack": "webpack-compass",
|
42
41
|
"postcompile": "tsc --emitDeclarationOnly",
|
43
42
|
"analyze": "npm run webpack -- --mode production --analyze",
|
@@ -57,35 +56,35 @@
|
|
57
56
|
"reformat": "npm run prettier -- --write . && npm run eslint . --fix"
|
58
57
|
},
|
59
58
|
"peerDependencies": {
|
60
|
-
"@mongodb-js/compass-components": "^1.
|
61
|
-
"@mongodb-js/compass-editor": "^0.
|
62
|
-
"@mongodb-js/compass-logging": "^1.1.
|
63
|
-
"@mongodb-js/mongodb-redux-common": "^2.0.
|
64
|
-
"bson": "^5.0
|
65
|
-
"compass-preferences-model": "^2.
|
59
|
+
"@mongodb-js/compass-components": "^1.10.0",
|
60
|
+
"@mongodb-js/compass-editor": "^0.9.0",
|
61
|
+
"@mongodb-js/compass-logging": "^1.1.6",
|
62
|
+
"@mongodb-js/mongodb-redux-common": "^2.0.8",
|
63
|
+
"bson": "^5.2.0",
|
64
|
+
"compass-preferences-model": "^2.10.0",
|
66
65
|
"react": "^17.0.2"
|
67
66
|
},
|
68
67
|
"devDependencies": {
|
69
|
-
"@mongodb-js/eslint-config-compass": "^1.0.
|
70
|
-
"@mongodb-js/mocha-config-compass": "^1.
|
68
|
+
"@mongodb-js/eslint-config-compass": "^1.0.6",
|
69
|
+
"@mongodb-js/mocha-config-compass": "^1.2.0",
|
71
70
|
"@mongodb-js/prettier-config-compass": "^1.0.0",
|
72
71
|
"@mongodb-js/tsconfig-compass": "^1.0.2",
|
73
|
-
"@mongodb-js/webpack-config-compass": "^1.0
|
72
|
+
"@mongodb-js/webpack-config-compass": "^1.1.0",
|
74
73
|
"@testing-library/react": "^12.1.4",
|
75
74
|
"@testing-library/user-event": "^13.5.0",
|
76
75
|
"chai": "^4.2.0",
|
77
76
|
"debug": "^4.2.0",
|
78
77
|
"depcheck": "^1.4.1",
|
79
|
-
"electron": "^22.
|
78
|
+
"electron": "^22.3.12",
|
80
79
|
"enzyme": "^3.11.0",
|
81
80
|
"eslint": "^7.25.0",
|
82
|
-
"hadron-app-registry": "^9.0.
|
81
|
+
"hadron-app-registry": "^9.0.7",
|
83
82
|
"lodash.clonedeep": "^4.5.0",
|
84
83
|
"lodash.contains": "^2.4.3",
|
85
84
|
"mocha": "^10.2.0",
|
86
|
-
"mongodb": "^5.
|
87
|
-
"mongodb-data-service": "^22.
|
88
|
-
"mongodb-query-parser": "^2.
|
85
|
+
"mongodb": "^5.5.0",
|
86
|
+
"mongodb-data-service": "^22.8.0",
|
87
|
+
"mongodb-query-parser": "^2.5.0",
|
89
88
|
"numeral": "^2.0.6",
|
90
89
|
"nyc": "^15.1.0",
|
91
90
|
"prop-types": "^15.7.2",
|
@@ -93,20 +92,19 @@
|
|
93
92
|
"react-dom": "^17.0.2",
|
94
93
|
"react-redux": "^8.0.5",
|
95
94
|
"react-virtualized-auto-sizer": "^1.0.6",
|
96
|
-
"redux": "^4.2.
|
97
|
-
"redux-thunk": "^2.
|
98
|
-
"rimraf": "^3.0.2",
|
95
|
+
"redux": "^4.2.1",
|
96
|
+
"redux-thunk": "^2.4.1",
|
99
97
|
"semver": "^5.4.1",
|
100
98
|
"sinon": "^9.2.3",
|
101
99
|
"xvfb-maybe": "^0.2.1"
|
102
100
|
},
|
103
101
|
"dependencies": {
|
104
|
-
"@mongodb-js/compass-components": "^1.
|
105
|
-
"@mongodb-js/compass-editor": "^0.
|
106
|
-
"@mongodb-js/compass-logging": "^1.1.
|
107
|
-
"@mongodb-js/mongodb-redux-common": "^2.0.
|
108
|
-
"bson": "^5.0
|
109
|
-
"compass-preferences-model": "^2.
|
102
|
+
"@mongodb-js/compass-components": "^1.10.0",
|
103
|
+
"@mongodb-js/compass-editor": "^0.9.0",
|
104
|
+
"@mongodb-js/compass-logging": "^1.1.6",
|
105
|
+
"@mongodb-js/mongodb-redux-common": "^2.0.8",
|
106
|
+
"bson": "^5.2.0",
|
107
|
+
"compass-preferences-model": "^2.10.0"
|
110
108
|
},
|
111
|
-
"gitHead": "
|
109
|
+
"gitHead": "1d02bfb24078b4391bee7a83e34cb3d7da39a731"
|
112
110
|
}
|