@mongodb-js/compass-aggregations 9.14.0 → 9.16.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/add-stage/add-stage.d.ts +0 -1
- package/dist/src/components/add-stage/add-stage.d.ts.map +1 -1
- package/dist/src/components/aggregation-side-panel/feedback-link.d.ts +0 -1
- package/dist/src/components/aggregation-side-panel/feedback-link.d.ts.map +1 -1
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/group/basic-group.d.ts +0 -1
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/group/basic-group.d.ts.map +1 -1
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/group/group-with-statistics.d.ts.map +1 -1
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/group/group-with-subset.d.ts +27 -1
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/group/group-with-subset.d.ts.map +1 -1
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/match/match-condition-form.d.ts +0 -1
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/match/match-condition-form.d.ts.map +1 -1
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/match/match-group-form.d.ts +0 -1
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/match/match-group-form.d.ts.map +1 -1
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/match/match.d.ts +0 -1
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/match/match.d.ts.map +1 -1
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/project/project.d.ts +0 -1
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/project/project.d.ts.map +1 -1
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/sort/sort.d.ts +0 -1
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/sort/sort.d.ts.map +1 -1
- package/dist/src/components/loading-overlay/loading-overlay.d.ts +0 -1
- package/dist/src/components/loading-overlay/loading-overlay.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-ai.d.ts +1 -0
- package/dist/src/components/pipeline-toolbar/pipeline-ai.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-actions.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-stages.d.ts.map +1 -1
- package/dist/src/components/resize-handle.d.ts +0 -1
- package/dist/src/components/resize-handle.d.ts.map +1 -1
- package/dist/src/components/settings/settings.d.ts +0 -1
- package/dist/src/components/settings/settings.d.ts.map +1 -1
- package/dist/src/components/stage-preview/atlas-stage-preview.d.ts +0 -1
- package/dist/src/components/stage-preview/atlas-stage-preview.d.ts.map +1 -1
- package/dist/src/components/stage-preview/index.d.ts.map +1 -1
- package/dist/src/modules/env.d.ts +4 -2
- package/dist/src/modules/env.d.ts.map +1 -1
- package/dist/src/modules/index.d.ts +1 -1
- package/dist/src/modules/insights.d.ts.map +1 -1
- package/dist/src/modules/is-modified.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/pipeline-ai.d.ts +3 -1
- package/dist/src/modules/pipeline-builder/pipeline-ai.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/stage-editor.d.ts.map +1 -1
- package/dist/src/modules/saved-pipeline.d.ts +11 -1
- package/dist/src/modules/saved-pipeline.d.ts.map +1 -1
- package/dist/src/plugin.d.ts +1 -18
- package/dist/src/plugin.d.ts.map +1 -1
- package/dist/src/stores/store.d.ts +1 -1
- package/dist/src/utils/pipeline-storage.d.ts +97 -22
- package/dist/src/utils/pipeline-storage.d.ts.map +1 -1
- package/dist/src/utils/stage.d.ts +3 -3
- package/dist/src/utils/stage.d.ts.map +1 -1
- package/package.json +27 -27
- package/dist/src/utils/get-directory.d.ts +0 -2
- package/dist/src/utils/get-directory.d.ts.map +0 -1
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@mongodb-js/compass-aggregations",
|
3
3
|
"productName": "Aggregations plugin",
|
4
|
-
"version": "9.
|
4
|
+
"version": "9.16.0",
|
5
5
|
"apiVersion": "3.0.0",
|
6
6
|
"description": "Compass Aggregation Pipeline Builder",
|
7
7
|
"main": "dist/index.js",
|
@@ -38,18 +38,19 @@
|
|
38
38
|
},
|
39
39
|
"license": "SSPL",
|
40
40
|
"peerDependencies": {
|
41
|
-
"@mongodb-js/atlas-service": "^0.
|
42
|
-
"@mongodb-js/compass-components": "^1.
|
43
|
-
"@mongodb-js/compass-crud": "^13.
|
44
|
-
"@mongodb-js/compass-editor": "^0.
|
45
|
-
"@mongodb-js/compass-logging": "^1.1
|
46
|
-
"@mongodb-js/compass-
|
41
|
+
"@mongodb-js/atlas-service": "^0.6.0",
|
42
|
+
"@mongodb-js/compass-components": "^1.15.0",
|
43
|
+
"@mongodb-js/compass-crud": "^13.15.0",
|
44
|
+
"@mongodb-js/compass-editor": "^0.14.0",
|
45
|
+
"@mongodb-js/compass-logging": "^1.2.1",
|
46
|
+
"@mongodb-js/compass-user-data": "^0.1.3",
|
47
|
+
"@mongodb-js/compass-utils": "^0.5.0",
|
47
48
|
"@mongodb-js/explain-plan-helper": "^1.1.2",
|
48
|
-
"@mongodb-js/mongodb-constants": "^0.
|
49
|
-
"@mongodb-js/mongodb-redux-common": "^2.0.
|
49
|
+
"@mongodb-js/mongodb-constants": "^0.8.4",
|
50
|
+
"@mongodb-js/mongodb-redux-common": "^2.0.12",
|
50
51
|
"bson": "^6.0.0",
|
51
|
-
"compass-preferences-model": "^2.
|
52
|
-
"hadron-document": "^8.4.
|
52
|
+
"compass-preferences-model": "^2.15.0",
|
53
|
+
"hadron-document": "^8.4.1",
|
53
54
|
"hadron-type-checker": "^7.1.0",
|
54
55
|
"react": "^17.0.2"
|
55
56
|
},
|
@@ -60,12 +61,11 @@
|
|
60
61
|
"@dnd-kit/core": "^6.0.7",
|
61
62
|
"@dnd-kit/sortable": "^7.0.2",
|
62
63
|
"@dnd-kit/utilities": "^3.2.1",
|
63
|
-
"@electron/remote": "^2.0.11",
|
64
64
|
"@mongodb-js/eslint-config-compass": "^1.0.9",
|
65
65
|
"@mongodb-js/mocha-config-compass": "^1.3.1",
|
66
66
|
"@mongodb-js/prettier-config-compass": "^1.0.1",
|
67
67
|
"@mongodb-js/tsconfig-compass": "^1.0.3",
|
68
|
-
"@mongodb-js/webpack-config-compass": "^1.1
|
68
|
+
"@mongodb-js/webpack-config-compass": "^1.2.1",
|
69
69
|
"@testing-library/react": "^12.1.4",
|
70
70
|
"@testing-library/user-event": "^13.5.0",
|
71
71
|
"@types/lodash": "^4.14.188",
|
@@ -74,14 +74,13 @@
|
|
74
74
|
"debug": "^4.2.0",
|
75
75
|
"depcheck": "^1.4.1",
|
76
76
|
"ejson-shell-parser": "^1.2.4",
|
77
|
-
"electron": "^24.8.2",
|
78
77
|
"enzyme": "^3.11.0",
|
79
78
|
"eslint": "^7.25.0",
|
80
|
-
"hadron-app-registry": "^9.0.
|
79
|
+
"hadron-app-registry": "^9.0.11",
|
81
80
|
"lodash": "^4.17.21",
|
82
81
|
"mocha": "^10.2.0",
|
83
82
|
"mongodb": "^6.0.0",
|
84
|
-
"mongodb-data-service": "^22.
|
83
|
+
"mongodb-data-service": "^22.12.0",
|
85
84
|
"mongodb-ns": "^2.4.0",
|
86
85
|
"mongodb-query-parser": "^3.1.3",
|
87
86
|
"mongodb-schema": "^11.2.1",
|
@@ -99,18 +98,19 @@
|
|
99
98
|
"xvfb-maybe": "^0.2.1"
|
100
99
|
},
|
101
100
|
"dependencies": {
|
102
|
-
"@mongodb-js/atlas-service": "^0.
|
103
|
-
"@mongodb-js/compass-components": "^1.
|
104
|
-
"@mongodb-js/compass-crud": "^13.
|
105
|
-
"@mongodb-js/compass-editor": "^0.
|
106
|
-
"@mongodb-js/compass-logging": "^1.1
|
107
|
-
"@mongodb-js/compass-
|
101
|
+
"@mongodb-js/atlas-service": "^0.6.0",
|
102
|
+
"@mongodb-js/compass-components": "^1.15.0",
|
103
|
+
"@mongodb-js/compass-crud": "^13.15.0",
|
104
|
+
"@mongodb-js/compass-editor": "^0.14.0",
|
105
|
+
"@mongodb-js/compass-logging": "^1.2.1",
|
106
|
+
"@mongodb-js/compass-user-data": "^0.1.3",
|
107
|
+
"@mongodb-js/compass-utils": "^0.5.0",
|
108
108
|
"@mongodb-js/explain-plan-helper": "^1.1.2",
|
109
|
-
"@mongodb-js/mongodb-constants": "^0.
|
110
|
-
"@mongodb-js/mongodb-redux-common": "^2.0.
|
109
|
+
"@mongodb-js/mongodb-constants": "^0.8.4",
|
110
|
+
"@mongodb-js/mongodb-redux-common": "^2.0.12",
|
111
111
|
"bson": "^6.0.0",
|
112
|
-
"compass-preferences-model": "^2.
|
113
|
-
"hadron-document": "^8.4.
|
112
|
+
"compass-preferences-model": "^2.15.0",
|
113
|
+
"hadron-document": "^8.4.1",
|
114
114
|
"hadron-type-checker": "^7.1.0"
|
115
115
|
},
|
116
116
|
"homepage": "https://github.com/mongodb-js/compass",
|
@@ -122,5 +122,5 @@
|
|
122
122
|
"type": "git",
|
123
123
|
"url": "https://github.com/mongodb-js/compass.git"
|
124
124
|
},
|
125
|
-
"gitHead": "
|
125
|
+
"gitHead": "2f5b80f5e4a015e576e9fe4b069271c92e688a05"
|
126
126
|
}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"get-directory.d.ts","sourceRoot":"","sources":["../../../src/utils/get-directory.js"],"names":[],"mappings":"AAeO,uCAQN"}
|