@mongodb-js/compass-aggregations 0.0.0-next-6f122ee399c9854a658e00f2564aec2053acb041 → 0.0.0-next-8fe70a43ab4c8035d59ca4803f8c28ec957a1091
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/index.d.ts +2 -2
- package/dist/src/index.d.ts.map +1 -1
- package/package.json +38 -37
package/dist/src/index.d.ts
CHANGED
@@ -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 {
|
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:
|
63
|
+
dataService: DataServiceLocator<"createView">;
|
64
64
|
logger: () => import("@mongodb-js/compass-logging/provider").LoggerAndTelemetry;
|
65
65
|
}>;
|
66
66
|
export default AggregationsPlugin;
|
package/dist/src/index.d.ts.map
CHANGED
@@ -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,
|
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-
|
4
|
+
"version": "0.0.0-next-8fe70a43ab4c8035d59ca4803f8c28ec957a1091",
|
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-
|
42
|
-
"@mongodb-js/compass-components": "0.0.0-next-
|
43
|
-
"@mongodb-js/compass-crud": "0.0.0-next-
|
44
|
-
"@mongodb-js/compass-editor": "0.0.0-next-
|
45
|
-
"@mongodb-js/compass-generative-ai": "0.0.0-next-
|
46
|
-
"@mongodb-js/compass-logging": "0.0.0-next-
|
47
|
-
"@mongodb-js/compass-utils": "0.0.0-next-
|
48
|
-
"@mongodb-js/explain-plan-helper": "0.0.0-next-
|
41
|
+
"@mongodb-js/atlas-service": "0.0.0-next-8fe70a43ab4c8035d59ca4803f8c28ec957a1091",
|
42
|
+
"@mongodb-js/compass-components": "0.0.0-next-8fe70a43ab4c8035d59ca4803f8c28ec957a1091",
|
43
|
+
"@mongodb-js/compass-crud": "0.0.0-next-8fe70a43ab4c8035d59ca4803f8c28ec957a1091",
|
44
|
+
"@mongodb-js/compass-editor": "0.0.0-next-8fe70a43ab4c8035d59ca4803f8c28ec957a1091",
|
45
|
+
"@mongodb-js/compass-generative-ai": "0.0.0-next-8fe70a43ab4c8035d59ca4803f8c28ec957a1091",
|
46
|
+
"@mongodb-js/compass-logging": "0.0.0-next-8fe70a43ab4c8035d59ca4803f8c28ec957a1091",
|
47
|
+
"@mongodb-js/compass-utils": "0.0.0-next-8fe70a43ab4c8035d59ca4803f8c28ec957a1091",
|
48
|
+
"@mongodb-js/explain-plan-helper": "0.0.0-next-8fe70a43ab4c8035d59ca4803f8c28ec957a1091",
|
49
49
|
"@mongodb-js/mongodb-constants": "^0.8.7",
|
50
|
-
"@mongodb-js/mongodb-redux-common": "0.0.0-next-
|
51
|
-
"@mongodb-js/my-queries-storage": "0.0.0-next-
|
50
|
+
"@mongodb-js/mongodb-redux-common": "0.0.0-next-8fe70a43ab4c8035d59ca4803f8c28ec957a1091",
|
51
|
+
"@mongodb-js/my-queries-storage": "0.0.0-next-8fe70a43ab4c8035d59ca4803f8c28ec957a1091",
|
52
52
|
"bson": "^6.2.0",
|
53
|
-
"compass-preferences-model": "0.0.0-next-
|
54
|
-
"hadron-app-registry": "0.0.0-next-
|
55
|
-
"hadron-document": "0.0.0-next-
|
56
|
-
"hadron-type-checker": "0.0.0-next-
|
57
|
-
"mongodb-data-service": "0.0.0-next-
|
53
|
+
"compass-preferences-model": "0.0.0-next-8fe70a43ab4c8035d59ca4803f8c28ec957a1091",
|
54
|
+
"hadron-app-registry": "0.0.0-next-8fe70a43ab4c8035d59ca4803f8c28ec957a1091",
|
55
|
+
"hadron-document": "0.0.0-next-8fe70a43ab4c8035d59ca4803f8c28ec957a1091",
|
56
|
+
"hadron-type-checker": "0.0.0-next-8fe70a43ab4c8035d59ca4803f8c28ec957a1091",
|
57
|
+
"mongodb-data-service": "0.0.0-next-8fe70a43ab4c8035d59ca4803f8c28ec957a1091",
|
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/
|
68
|
-
"@mongodb-js/
|
69
|
-
"@mongodb-js/
|
70
|
-
"@mongodb-js/
|
71
|
-
"@mongodb-js/
|
67
|
+
"@mongodb-js/compass-collection": "0.0.0-next-8fe70a43ab4c8035d59ca4803f8c28ec957a1091",
|
68
|
+
"@mongodb-js/eslint-config-compass": "0.0.0-next-8fe70a43ab4c8035d59ca4803f8c28ec957a1091",
|
69
|
+
"@mongodb-js/mocha-config-compass": "0.0.0-next-8fe70a43ab4c8035d59ca4803f8c28ec957a1091",
|
70
|
+
"@mongodb-js/prettier-config-compass": "0.0.0-next-8fe70a43ab4c8035d59ca4803f8c28ec957a1091",
|
71
|
+
"@mongodb-js/tsconfig-compass": "0.0.0-next-8fe70a43ab4c8035d59ca4803f8c28ec957a1091",
|
72
|
+
"@mongodb-js/webpack-config-compass": "0.0.0-next-8fe70a43ab4c8035d59ca4803f8c28ec957a1091",
|
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-
|
102
|
-
"@mongodb-js/compass-components": "0.0.0-next-
|
103
|
-
"@mongodb-js/compass-crud": "0.0.0-next-
|
104
|
-
"@mongodb-js/compass-editor": "0.0.0-next-
|
105
|
-
"@mongodb-js/compass-generative-ai": "0.0.0-next-
|
106
|
-
"@mongodb-js/compass-logging": "0.0.0-next-
|
107
|
-
"@mongodb-js/compass-utils": "0.0.0-next-
|
108
|
-
"@mongodb-js/explain-plan-helper": "0.0.0-next-
|
102
|
+
"@mongodb-js/atlas-service": "0.0.0-next-8fe70a43ab4c8035d59ca4803f8c28ec957a1091",
|
103
|
+
"@mongodb-js/compass-components": "0.0.0-next-8fe70a43ab4c8035d59ca4803f8c28ec957a1091",
|
104
|
+
"@mongodb-js/compass-crud": "0.0.0-next-8fe70a43ab4c8035d59ca4803f8c28ec957a1091",
|
105
|
+
"@mongodb-js/compass-editor": "0.0.0-next-8fe70a43ab4c8035d59ca4803f8c28ec957a1091",
|
106
|
+
"@mongodb-js/compass-generative-ai": "0.0.0-next-8fe70a43ab4c8035d59ca4803f8c28ec957a1091",
|
107
|
+
"@mongodb-js/compass-logging": "0.0.0-next-8fe70a43ab4c8035d59ca4803f8c28ec957a1091",
|
108
|
+
"@mongodb-js/compass-utils": "0.0.0-next-8fe70a43ab4c8035d59ca4803f8c28ec957a1091",
|
109
|
+
"@mongodb-js/explain-plan-helper": "0.0.0-next-8fe70a43ab4c8035d59ca4803f8c28ec957a1091",
|
109
110
|
"@mongodb-js/mongodb-constants": "^0.8.7",
|
110
|
-
"@mongodb-js/mongodb-redux-common": "0.0.0-next-
|
111
|
-
"@mongodb-js/my-queries-storage": "0.0.0-next-
|
111
|
+
"@mongodb-js/mongodb-redux-common": "0.0.0-next-8fe70a43ab4c8035d59ca4803f8c28ec957a1091",
|
112
|
+
"@mongodb-js/my-queries-storage": "0.0.0-next-8fe70a43ab4c8035d59ca4803f8c28ec957a1091",
|
112
113
|
"bson": "^6.2.0",
|
113
|
-
"compass-preferences-model": "0.0.0-next-
|
114
|
-
"hadron-app-registry": "0.0.0-next-
|
115
|
-
"hadron-document": "0.0.0-next-
|
116
|
-
"hadron-type-checker": "0.0.0-next-
|
117
|
-
"mongodb-data-service": "0.0.0-next-
|
114
|
+
"compass-preferences-model": "0.0.0-next-8fe70a43ab4c8035d59ca4803f8c28ec957a1091",
|
115
|
+
"hadron-app-registry": "0.0.0-next-8fe70a43ab4c8035d59ca4803f8c28ec957a1091",
|
116
|
+
"hadron-document": "0.0.0-next-8fe70a43ab4c8035d59ca4803f8c28ec957a1091",
|
117
|
+
"hadron-type-checker": "0.0.0-next-8fe70a43ab4c8035d59ca4803f8c28ec957a1091",
|
118
|
+
"mongodb-data-service": "0.0.0-next-8fe70a43ab4c8035d59ca4803f8c28ec957a1091"
|
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": "
|
129
|
+
"gitHead": "8fe70a43ab4c8035d59ca4803f8c28ec957a1091"
|
129
130
|
}
|