@mongodb-js/compass-indexes 0.0.0-next-28d3c6ea9e684b19e4fcfd38c8b4e94fba06844f → 0.0.0-next-0189b6f6005b078db9424856c7565117e3b45ef3

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 = "6.3.0-alpha0";
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;AAEjE,eAAO,MAAM,sCAAsC,iBAAiB,CAAC;AAErE,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,UAAU,EAAE,WAEvD;AAED,wBAAgB,4BAA4B,CAC1C,aAAa,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI,GACvC,OAAO,CAST"}
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": "0.0.0-next-28d3c6ea9e684b19e4fcfd38c8b4e94fba06844f",
5
+ "version": "0.0.0-next-0189b6f6005b078db9424856c7565117e3b45ef3",
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",
@@ -66,25 +65,25 @@
66
65
  "react": "^17.0.2"
67
66
  },
68
67
  "devDependencies": {
69
- "@mongodb-js/eslint-config-compass": "0.0.0-next-28d3c6ea9e684b19e4fcfd38c8b4e94fba06844f",
70
- "@mongodb-js/mocha-config-compass": "0.0.0-next-28d3c6ea9e684b19e4fcfd38c8b4e94fba06844f",
71
- "@mongodb-js/prettier-config-compass": "0.0.0-next-28d3c6ea9e684b19e4fcfd38c8b4e94fba06844f",
72
- "@mongodb-js/tsconfig-compass": "0.0.0-next-28d3c6ea9e684b19e4fcfd38c8b4e94fba06844f",
73
- "@mongodb-js/webpack-config-compass": "0.0.0-next-28d3c6ea9e684b19e4fcfd38c8b4e94fba06844f",
68
+ "@mongodb-js/eslint-config-compass": "0.0.0-next-0189b6f6005b078db9424856c7565117e3b45ef3",
69
+ "@mongodb-js/mocha-config-compass": "0.0.0-next-0189b6f6005b078db9424856c7565117e3b45ef3",
70
+ "@mongodb-js/prettier-config-compass": "0.0.0-next-0189b6f6005b078db9424856c7565117e3b45ef3",
71
+ "@mongodb-js/tsconfig-compass": "0.0.0-next-0189b6f6005b078db9424856c7565117e3b45ef3",
72
+ "@mongodb-js/webpack-config-compass": "0.0.0-next-0189b6f6005b078db9424856c7565117e3b45ef3",
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.0.2",
78
+ "electron": "^22.3.11",
80
79
  "enzyme": "^3.11.0",
81
80
  "eslint": "^7.25.0",
82
- "hadron-app-registry": "0.0.0-next-28d3c6ea9e684b19e4fcfd38c8b4e94fba06844f",
81
+ "hadron-app-registry": "0.0.0-next-0189b6f6005b078db9424856c7565117e3b45ef3",
83
82
  "lodash.clonedeep": "^4.5.0",
84
83
  "lodash.contains": "^2.4.3",
85
84
  "mocha": "^10.2.0",
86
- "mongodb": "^5.3.0",
87
- "mongodb-data-service": "0.0.0-next-28d3c6ea9e684b19e4fcfd38c8b4e94fba06844f",
85
+ "mongodb": "^5.5.0",
86
+ "mongodb-data-service": "0.0.0-next-0189b6f6005b078db9424856c7565117e3b45ef3",
88
87
  "mongodb-query-parser": "^2.5.0",
89
88
  "numeral": "^2.0.6",
90
89
  "nyc": "^15.1.0",
@@ -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.0",
97
- "redux-thunk": "^2.3.0",
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": "0.0.0-next-28d3c6ea9e684b19e4fcfd38c8b4e94fba06844f",
105
- "@mongodb-js/compass-editor": "0.0.0-next-28d3c6ea9e684b19e4fcfd38c8b4e94fba06844f",
106
- "@mongodb-js/compass-logging": "0.0.0-next-28d3c6ea9e684b19e4fcfd38c8b4e94fba06844f",
107
- "@mongodb-js/mongodb-redux-common": "0.0.0-next-28d3c6ea9e684b19e4fcfd38c8b4e94fba06844f",
102
+ "@mongodb-js/compass-components": "0.0.0-next-0189b6f6005b078db9424856c7565117e3b45ef3",
103
+ "@mongodb-js/compass-editor": "0.0.0-next-0189b6f6005b078db9424856c7565117e3b45ef3",
104
+ "@mongodb-js/compass-logging": "0.0.0-next-0189b6f6005b078db9424856c7565117e3b45ef3",
105
+ "@mongodb-js/mongodb-redux-common": "0.0.0-next-0189b6f6005b078db9424856c7565117e3b45ef3",
108
106
  "bson": "^5.2.0",
109
- "compass-preferences-model": "0.0.0-next-28d3c6ea9e684b19e4fcfd38c8b4e94fba06844f"
107
+ "compass-preferences-model": "0.0.0-next-0189b6f6005b078db9424856c7565117e3b45ef3"
110
108
  },
111
- "gitHead": "28d3c6ea9e684b19e4fcfd38c8b4e94fba06844f"
109
+ "gitHead": "0189b6f6005b078db9424856c7565117e3b45ef3"
112
110
  }