@mongodb-js/compass-indexes 0.0.0-next-c653a02b759eea0dd8f9282430647865cb634798 → 0.0.0-next-f57da4e1a20907fbd470b811a7505f971ce250dc

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.
@@ -0,0 +1,3 @@
1
+ import type { AtlasClusterMetadata } from '@mongodb-js/connection-storage/renderer';
2
+ export declare function getAtlasSearchIndexesLink({ clusterName, }: Pick<AtlasClusterMetadata, 'clusterName'>): string;
3
+ //# sourceMappingURL=atlas-search-indexes-link.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"atlas-search-indexes-link.d.ts","sourceRoot":"","sources":["../../src/utils/atlas-search-indexes-link.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,yCAAyC,CAAC;AAEpF,wBAAgB,yBAAyB,CAAC,EACxC,WAAW,GACZ,EAAE,IAAI,CAAC,oBAAoB,EAAE,aAAa,CAAC,UAE3C"}
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-c653a02b759eea0dd8f9282430647865cb634798",
5
+ "version": "0.0.0-next-f57da4e1a20907fbd470b811a7505f971ce250dc",
6
6
  "author": {
7
7
  "name": "MongoDB Inc",
8
8
  "email": "compass@mongodb.com"
@@ -56,26 +56,27 @@
56
56
  "reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
57
57
  },
58
58
  "peerDependencies": {
59
- "@mongodb-js/compass-app-stores": "0.0.0-next-c653a02b759eea0dd8f9282430647865cb634798",
60
- "@mongodb-js/compass-components": "0.0.0-next-c653a02b759eea0dd8f9282430647865cb634798",
61
- "@mongodb-js/compass-editor": "0.0.0-next-c653a02b759eea0dd8f9282430647865cb634798",
62
- "@mongodb-js/compass-field-store": "0.0.0-next-c653a02b759eea0dd8f9282430647865cb634798",
63
- "@mongodb-js/compass-logging": "0.0.0-next-c653a02b759eea0dd8f9282430647865cb634798",
64
- "@mongodb-js/compass-workspaces": "0.0.0-next-c653a02b759eea0dd8f9282430647865cb634798",
59
+ "@mongodb-js/compass-app-stores": "0.0.0-next-f57da4e1a20907fbd470b811a7505f971ce250dc",
60
+ "@mongodb-js/compass-components": "0.0.0-next-f57da4e1a20907fbd470b811a7505f971ce250dc",
61
+ "@mongodb-js/compass-editor": "0.0.0-next-f57da4e1a20907fbd470b811a7505f971ce250dc",
62
+ "@mongodb-js/compass-field-store": "0.0.0-next-f57da4e1a20907fbd470b811a7505f971ce250dc",
63
+ "@mongodb-js/compass-logging": "0.0.0-next-f57da4e1a20907fbd470b811a7505f971ce250dc",
64
+ "@mongodb-js/compass-workspaces": "0.0.0-next-f57da4e1a20907fbd470b811a7505f971ce250dc",
65
+ "@mongodb-js/connection-storage": "0.0.0-next-f57da4e1a20907fbd470b811a7505f971ce250dc",
65
66
  "@mongodb-js/mongodb-constants": "^0.9.0",
66
67
  "bson": "^6.3.0",
67
- "compass-preferences-model": "0.0.0-next-c653a02b759eea0dd8f9282430647865cb634798",
68
- "hadron-app-registry": "0.0.0-next-c653a02b759eea0dd8f9282430647865cb634798",
69
- "mongodb-data-service": "0.0.0-next-c653a02b759eea0dd8f9282430647865cb634798",
68
+ "compass-preferences-model": "0.0.0-next-f57da4e1a20907fbd470b811a7505f971ce250dc",
69
+ "hadron-app-registry": "0.0.0-next-f57da4e1a20907fbd470b811a7505f971ce250dc",
70
+ "mongodb-data-service": "0.0.0-next-f57da4e1a20907fbd470b811a7505f971ce250dc",
70
71
  "react": "^17.0.2"
71
72
  },
72
73
  "devDependencies": {
73
- "@mongodb-js/compass-collection": "0.0.0-next-c653a02b759eea0dd8f9282430647865cb634798",
74
- "@mongodb-js/eslint-config-compass": "0.0.0-next-c653a02b759eea0dd8f9282430647865cb634798",
75
- "@mongodb-js/mocha-config-compass": "0.0.0-next-c653a02b759eea0dd8f9282430647865cb634798",
76
- "@mongodb-js/prettier-config-compass": "0.0.0-next-c653a02b759eea0dd8f9282430647865cb634798",
77
- "@mongodb-js/tsconfig-compass": "0.0.0-next-c653a02b759eea0dd8f9282430647865cb634798",
78
- "@mongodb-js/webpack-config-compass": "0.0.0-next-c653a02b759eea0dd8f9282430647865cb634798",
74
+ "@mongodb-js/compass-collection": "0.0.0-next-f57da4e1a20907fbd470b811a7505f971ce250dc",
75
+ "@mongodb-js/eslint-config-compass": "0.0.0-next-f57da4e1a20907fbd470b811a7505f971ce250dc",
76
+ "@mongodb-js/mocha-config-compass": "0.0.0-next-f57da4e1a20907fbd470b811a7505f971ce250dc",
77
+ "@mongodb-js/prettier-config-compass": "0.0.0-next-f57da4e1a20907fbd470b811a7505f971ce250dc",
78
+ "@mongodb-js/tsconfig-compass": "0.0.0-next-f57da4e1a20907fbd470b811a7505f971ce250dc",
79
+ "@mongodb-js/webpack-config-compass": "0.0.0-next-f57da4e1a20907fbd470b811a7505f971ce250dc",
79
80
  "@testing-library/react": "^12.1.4",
80
81
  "@testing-library/user-event": "^13.5.0",
81
82
  "chai": "^4.2.0",
@@ -100,17 +101,18 @@
100
101
  "xvfb-maybe": "^0.2.1"
101
102
  },
102
103
  "dependencies": {
103
- "@mongodb-js/compass-app-stores": "0.0.0-next-c653a02b759eea0dd8f9282430647865cb634798",
104
- "@mongodb-js/compass-components": "0.0.0-next-c653a02b759eea0dd8f9282430647865cb634798",
105
- "@mongodb-js/compass-editor": "0.0.0-next-c653a02b759eea0dd8f9282430647865cb634798",
106
- "@mongodb-js/compass-field-store": "0.0.0-next-c653a02b759eea0dd8f9282430647865cb634798",
107
- "@mongodb-js/compass-logging": "0.0.0-next-c653a02b759eea0dd8f9282430647865cb634798",
108
- "@mongodb-js/compass-workspaces": "0.0.0-next-c653a02b759eea0dd8f9282430647865cb634798",
104
+ "@mongodb-js/compass-app-stores": "0.0.0-next-f57da4e1a20907fbd470b811a7505f971ce250dc",
105
+ "@mongodb-js/compass-components": "0.0.0-next-f57da4e1a20907fbd470b811a7505f971ce250dc",
106
+ "@mongodb-js/compass-editor": "0.0.0-next-f57da4e1a20907fbd470b811a7505f971ce250dc",
107
+ "@mongodb-js/compass-field-store": "0.0.0-next-f57da4e1a20907fbd470b811a7505f971ce250dc",
108
+ "@mongodb-js/compass-logging": "0.0.0-next-f57da4e1a20907fbd470b811a7505f971ce250dc",
109
+ "@mongodb-js/compass-workspaces": "0.0.0-next-f57da4e1a20907fbd470b811a7505f971ce250dc",
110
+ "@mongodb-js/connection-storage": "0.0.0-next-f57da4e1a20907fbd470b811a7505f971ce250dc",
109
111
  "@mongodb-js/mongodb-constants": "^0.9.0",
110
112
  "bson": "^6.3.0",
111
- "compass-preferences-model": "0.0.0-next-c653a02b759eea0dd8f9282430647865cb634798",
112
- "hadron-app-registry": "0.0.0-next-c653a02b759eea0dd8f9282430647865cb634798",
113
- "mongodb-data-service": "0.0.0-next-c653a02b759eea0dd8f9282430647865cb634798"
113
+ "compass-preferences-model": "0.0.0-next-f57da4e1a20907fbd470b811a7505f971ce250dc",
114
+ "hadron-app-registry": "0.0.0-next-f57da4e1a20907fbd470b811a7505f971ce250dc",
115
+ "mongodb-data-service": "0.0.0-next-f57da4e1a20907fbd470b811a7505f971ce250dc"
114
116
  },
115
- "gitHead": "c653a02b759eea0dd8f9282430647865cb634798"
117
+ "gitHead": "f57da4e1a20907fbd470b811a7505f971ce250dc"
116
118
  }