@mongodb-js/compass-aggregations 0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9 → 0.0.0-next-85485a28fd177c9774dbe595f83bab00b1ebbeb4

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.
@@ -2,7 +2,7 @@
2
2
  import { AggregationsPlugin } from './plugin';
3
3
  import { Aggregations } from './components/aggregations';
4
4
  import StageEditor from './components/stage-editor';
5
- import { dataServiceLocator } from 'mongodb-data-service/provider';
5
+ import { type DataServiceLocator } from 'mongodb-data-service/provider';
6
6
  import type { DataService } from './modules/data-service';
7
7
  declare const activate: () => void;
8
8
  declare const deactivate: () => void;
@@ -60,7 +60,7 @@ export declare const CreateViewPlugin: import("hadron-app-registry").HadronPlugi
60
60
  } & {
61
61
  children?: import("react").ReactNode;
62
62
  }, "logger">, {
63
- dataService: typeof dataServiceLocator<'createView'>;
63
+ dataService: DataServiceLocator<"createView">;
64
64
  logger: () => import("@mongodb-js/compass-logging/provider").LoggerAndTelemetry;
65
65
  }>;
66
66
  export default AggregationsPlugin;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAE9C,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAEzD,OAAO,WAAW,MAAM,2BAA2B,CAAC;AAEpD,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AAEnE,OAAO,KAAK,EACV,WAAW,EAGZ,MAAM,wBAAwB,CAAC;AAGhC,QAAA,MAAM,QAAQ,YAEb,CAAC;AAEF,QAAA,MAAM,UAAU,YAEf,CAAC;AAEF,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;iBAE3B,MAAM,WAAW;EAajC,CAAC;AAEF,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;qBAfrB,MAAM,WAAW;;CAkBjC,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;;;;;;iBAOU,0BAA0B,YAAY,CAAC;;EAG7E,CAAC;AAEF,eAAe,kBAAkB,CAAC;AAClC,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,YAAY,EAAE,WAAW,EAAE,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAE9C,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAEzD,OAAO,WAAW,MAAM,2BAA2B,CAAC;AAEpD,OAAO,EAEL,KAAK,kBAAkB,EACxB,MAAM,+BAA+B,CAAC;AAEvC,OAAO,KAAK,EACV,WAAW,EAGZ,MAAM,wBAAwB,CAAC;AAGhC,QAAA,MAAM,QAAQ,YAEb,CAAC;AAEF,QAAA,MAAM,UAAU,YAEf,CAAC;AAEF,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;iBAE3B,MAAM,WAAW;EAajC,CAAC;AAEF,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;qBAfrB,MAAM,WAAW;;CAkBjC,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;;;;;;;;EAU5B,CAAC;AAEF,eAAe,kBAAkB,CAAC;AAClC,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,YAAY,EAAE,WAAW,EAAE,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,iBAAiB,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mongodb-js/compass-aggregations",
3
3
  "productName": "Aggregations plugin",
4
- "version": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
4
+ "version": "0.0.0-next-85485a28fd177c9774dbe595f83bab00b1ebbeb4",
5
5
  "apiVersion": "3.0.0",
6
6
  "description": "Compass Aggregation Pipeline Builder",
7
7
  "main": "dist/index.js",
@@ -38,23 +38,23 @@
38
38
  },
39
39
  "license": "SSPL",
40
40
  "peerDependencies": {
41
- "@mongodb-js/atlas-service": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
42
- "@mongodb-js/compass-components": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
43
- "@mongodb-js/compass-crud": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
44
- "@mongodb-js/compass-editor": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
45
- "@mongodb-js/compass-generative-ai": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
46
- "@mongodb-js/compass-logging": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
47
- "@mongodb-js/compass-utils": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
48
- "@mongodb-js/explain-plan-helper": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
41
+ "@mongodb-js/atlas-service": "0.0.0-next-85485a28fd177c9774dbe595f83bab00b1ebbeb4",
42
+ "@mongodb-js/compass-components": "0.0.0-next-85485a28fd177c9774dbe595f83bab00b1ebbeb4",
43
+ "@mongodb-js/compass-crud": "0.0.0-next-85485a28fd177c9774dbe595f83bab00b1ebbeb4",
44
+ "@mongodb-js/compass-editor": "0.0.0-next-85485a28fd177c9774dbe595f83bab00b1ebbeb4",
45
+ "@mongodb-js/compass-generative-ai": "0.0.0-next-85485a28fd177c9774dbe595f83bab00b1ebbeb4",
46
+ "@mongodb-js/compass-logging": "0.0.0-next-85485a28fd177c9774dbe595f83bab00b1ebbeb4",
47
+ "@mongodb-js/compass-utils": "0.0.0-next-85485a28fd177c9774dbe595f83bab00b1ebbeb4",
48
+ "@mongodb-js/explain-plan-helper": "0.0.0-next-85485a28fd177c9774dbe595f83bab00b1ebbeb4",
49
49
  "@mongodb-js/mongodb-constants": "^0.8.7",
50
- "@mongodb-js/mongodb-redux-common": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
51
- "@mongodb-js/my-queries-storage": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
50
+ "@mongodb-js/mongodb-redux-common": "0.0.0-next-85485a28fd177c9774dbe595f83bab00b1ebbeb4",
51
+ "@mongodb-js/my-queries-storage": "0.0.0-next-85485a28fd177c9774dbe595f83bab00b1ebbeb4",
52
52
  "bson": "^6.2.0",
53
- "compass-preferences-model": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
54
- "hadron-app-registry": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
55
- "hadron-document": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
56
- "hadron-type-checker": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
57
- "mongodb-data-service": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
53
+ "compass-preferences-model": "0.0.0-next-85485a28fd177c9774dbe595f83bab00b1ebbeb4",
54
+ "hadron-app-registry": "0.0.0-next-85485a28fd177c9774dbe595f83bab00b1ebbeb4",
55
+ "hadron-document": "0.0.0-next-85485a28fd177c9774dbe595f83bab00b1ebbeb4",
56
+ "hadron-type-checker": "0.0.0-next-85485a28fd177c9774dbe595f83bab00b1ebbeb4",
57
+ "mongodb-data-service": "0.0.0-next-85485a28fd177c9774dbe595f83bab00b1ebbeb4",
58
58
  "react": "^17.0.2"
59
59
  },
60
60
  "devDependencies": {
@@ -64,11 +64,12 @@
64
64
  "@dnd-kit/core": "^6.0.7",
65
65
  "@dnd-kit/sortable": "^7.0.2",
66
66
  "@dnd-kit/utilities": "^3.2.1",
67
- "@mongodb-js/eslint-config-compass": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
68
- "@mongodb-js/mocha-config-compass": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
69
- "@mongodb-js/prettier-config-compass": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
70
- "@mongodb-js/tsconfig-compass": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
71
- "@mongodb-js/webpack-config-compass": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
67
+ "@mongodb-js/compass-collection": "0.0.0-next-85485a28fd177c9774dbe595f83bab00b1ebbeb4",
68
+ "@mongodb-js/eslint-config-compass": "0.0.0-next-85485a28fd177c9774dbe595f83bab00b1ebbeb4",
69
+ "@mongodb-js/mocha-config-compass": "0.0.0-next-85485a28fd177c9774dbe595f83bab00b1ebbeb4",
70
+ "@mongodb-js/prettier-config-compass": "0.0.0-next-85485a28fd177c9774dbe595f83bab00b1ebbeb4",
71
+ "@mongodb-js/tsconfig-compass": "0.0.0-next-85485a28fd177c9774dbe595f83bab00b1ebbeb4",
72
+ "@mongodb-js/webpack-config-compass": "0.0.0-next-85485a28fd177c9774dbe595f83bab00b1ebbeb4",
72
73
  "@testing-library/react": "^12.1.4",
73
74
  "@testing-library/user-event": "^13.5.0",
74
75
  "@types/lodash": "^4.14.188",
@@ -98,23 +99,23 @@
98
99
  "xvfb-maybe": "^0.2.1"
99
100
  },
100
101
  "dependencies": {
101
- "@mongodb-js/atlas-service": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
102
- "@mongodb-js/compass-components": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
103
- "@mongodb-js/compass-crud": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
104
- "@mongodb-js/compass-editor": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
105
- "@mongodb-js/compass-generative-ai": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
106
- "@mongodb-js/compass-logging": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
107
- "@mongodb-js/compass-utils": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
108
- "@mongodb-js/explain-plan-helper": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
102
+ "@mongodb-js/atlas-service": "0.0.0-next-85485a28fd177c9774dbe595f83bab00b1ebbeb4",
103
+ "@mongodb-js/compass-components": "0.0.0-next-85485a28fd177c9774dbe595f83bab00b1ebbeb4",
104
+ "@mongodb-js/compass-crud": "0.0.0-next-85485a28fd177c9774dbe595f83bab00b1ebbeb4",
105
+ "@mongodb-js/compass-editor": "0.0.0-next-85485a28fd177c9774dbe595f83bab00b1ebbeb4",
106
+ "@mongodb-js/compass-generative-ai": "0.0.0-next-85485a28fd177c9774dbe595f83bab00b1ebbeb4",
107
+ "@mongodb-js/compass-logging": "0.0.0-next-85485a28fd177c9774dbe595f83bab00b1ebbeb4",
108
+ "@mongodb-js/compass-utils": "0.0.0-next-85485a28fd177c9774dbe595f83bab00b1ebbeb4",
109
+ "@mongodb-js/explain-plan-helper": "0.0.0-next-85485a28fd177c9774dbe595f83bab00b1ebbeb4",
109
110
  "@mongodb-js/mongodb-constants": "^0.8.7",
110
- "@mongodb-js/mongodb-redux-common": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
111
- "@mongodb-js/my-queries-storage": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
111
+ "@mongodb-js/mongodb-redux-common": "0.0.0-next-85485a28fd177c9774dbe595f83bab00b1ebbeb4",
112
+ "@mongodb-js/my-queries-storage": "0.0.0-next-85485a28fd177c9774dbe595f83bab00b1ebbeb4",
112
113
  "bson": "^6.2.0",
113
- "compass-preferences-model": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
114
- "hadron-app-registry": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
115
- "hadron-document": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
116
- "hadron-type-checker": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
117
- "mongodb-data-service": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9"
114
+ "compass-preferences-model": "0.0.0-next-85485a28fd177c9774dbe595f83bab00b1ebbeb4",
115
+ "hadron-app-registry": "0.0.0-next-85485a28fd177c9774dbe595f83bab00b1ebbeb4",
116
+ "hadron-document": "0.0.0-next-85485a28fd177c9774dbe595f83bab00b1ebbeb4",
117
+ "hadron-type-checker": "0.0.0-next-85485a28fd177c9774dbe595f83bab00b1ebbeb4",
118
+ "mongodb-data-service": "0.0.0-next-85485a28fd177c9774dbe595f83bab00b1ebbeb4"
118
119
  },
119
120
  "homepage": "https://github.com/mongodb-js/compass",
120
121
  "bugs": {
@@ -125,5 +126,5 @@
125
126
  "type": "git",
126
127
  "url": "https://github.com/mongodb-js/compass.git"
127
128
  },
128
- "gitHead": "8a5885c1fe28baad3b6d1e32b9763113c1ce22a9"
129
+ "gitHead": "85485a28fd177c9774dbe595f83bab00b1ebbeb4"
129
130
  }