@mongodb-js/compass-indexes 0.0.0-next-ce1ef9f7b69beb6bb21106881d2fbe34e2ac7a65 → 0.0.0-next-c7da735c993b0c4bb31311d9c77ff8e9e69d69d0
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 +1 @@
|
|
1
|
-
{"version":3,"file":"indexes-toolbar.d.ts","sourceRoot":"","sources":["../../../../src/components/indexes-toolbar/indexes-toolbar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AA2B3C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AA2B1D,KAAK,mBAAmB,GAAG;IACzB,SAAS,EAAE,SAAS,CAAC;IACrB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,YAAY,EAAE,OAAO,CAAC;IACtB,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,iBAAiB,EAAE,CAAC,OAAO,EAAE,SAAS,KAAK,IAAI,CAAC;IAEhD,cAAc,EAAE,OAAO,CAAC;IACxB,UAAU,EAAE,OAAO,CAAC;IACpB,oBAAoB,EAAE,MAAM,IAAI,CAAC;IACjC,mBAAmB,EAAE,MAAM,IAAI,CAAC;IAChC,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,sBAAsB,EAAE,OAAO,CAAC;IAEhC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,
|
1
|
+
{"version":3,"file":"indexes-toolbar.d.ts","sourceRoot":"","sources":["../../../../src/components/indexes-toolbar/indexes-toolbar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AA2B3C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AA2B1D,KAAK,mBAAmB,GAAG;IACzB,SAAS,EAAE,SAAS,CAAC;IACrB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,YAAY,EAAE,OAAO,CAAC;IACtB,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,iBAAiB,EAAE,CAAC,OAAO,EAAE,SAAS,KAAK,IAAI,CAAC;IAEhD,cAAc,EAAE,OAAO,CAAC;IACxB,UAAU,EAAE,OAAO,CAAC;IACpB,oBAAoB,EAAE,MAAM,IAAI,CAAC;IACjC,mBAAmB,EAAE,MAAM,IAAI,CAAC;IAChC,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,sBAAsB,EAAE,OAAO,CAAC;IAEhC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAqJvE,CAAC;AAEF,KAAK,sBAAsB,GAAG;IAC5B,wBAAwB,EAAE,OAAO,CAAC;IAClC,sBAAsB,EAAE,OAAO,CAAC;IAChC,UAAU,EAAE,OAAO,CAAC;IACpB,oBAAoB,EAAE,MAAM,IAAI,CAAC;IACjC,mBAAmB,EAAE,MAAM,IAAI,CAAC;CACjC,CAAC;AAIF,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,iBAAiB,CACrD,sBAAsB,CAkDvB,CAAC;;;;;;;;;;;;;;;AAyBF,wBAGwD"}
|
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-
|
5
|
+
"version": "0.0.0-next-c7da735c993b0c4bb31311d9c77ff8e9e69d69d0",
|
6
6
|
"author": {
|
7
7
|
"name": "MongoDB Inc",
|
8
8
|
"email": "compass@mongodb.com"
|
@@ -56,35 +56,35 @@
|
|
56
56
|
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
|
57
57
|
},
|
58
58
|
"peerDependencies": {
|
59
|
-
"@mongodb-js/compass-components": "0.0.0-next-
|
60
|
-
"@mongodb-js/compass-editor": "0.0.0-next-
|
61
|
-
"@mongodb-js/compass-logging": "0.0.0-next-
|
59
|
+
"@mongodb-js/compass-components": "0.0.0-next-c7da735c993b0c4bb31311d9c77ff8e9e69d69d0",
|
60
|
+
"@mongodb-js/compass-editor": "0.0.0-next-c7da735c993b0c4bb31311d9c77ff8e9e69d69d0",
|
61
|
+
"@mongodb-js/compass-logging": "0.0.0-next-c7da735c993b0c4bb31311d9c77ff8e9e69d69d0",
|
62
62
|
"@mongodb-js/mongodb-constants": "^0.8.7",
|
63
|
-
"@mongodb-js/mongodb-redux-common": "0.0.0-next-
|
64
|
-
"bson": "^6.
|
65
|
-
"compass-preferences-model": "0.0.0-next-
|
63
|
+
"@mongodb-js/mongodb-redux-common": "0.0.0-next-c7da735c993b0c4bb31311d9c77ff8e9e69d69d0",
|
64
|
+
"bson": "^6.2.0",
|
65
|
+
"compass-preferences-model": "0.0.0-next-c7da735c993b0c4bb31311d9c77ff8e9e69d69d0",
|
66
66
|
"react": "^17.0.2"
|
67
67
|
},
|
68
68
|
"devDependencies": {
|
69
|
-
"@mongodb-js/eslint-config-compass": "0.0.0-next-
|
70
|
-
"@mongodb-js/mocha-config-compass": "0.0.0-next-
|
71
|
-
"@mongodb-js/prettier-config-compass": "0.0.0-next-
|
72
|
-
"@mongodb-js/tsconfig-compass": "0.0.0-next-
|
73
|
-
"@mongodb-js/webpack-config-compass": "0.0.0-next-
|
69
|
+
"@mongodb-js/eslint-config-compass": "0.0.0-next-c7da735c993b0c4bb31311d9c77ff8e9e69d69d0",
|
70
|
+
"@mongodb-js/mocha-config-compass": "0.0.0-next-c7da735c993b0c4bb31311d9c77ff8e9e69d69d0",
|
71
|
+
"@mongodb-js/prettier-config-compass": "0.0.0-next-c7da735c993b0c4bb31311d9c77ff8e9e69d69d0",
|
72
|
+
"@mongodb-js/tsconfig-compass": "0.0.0-next-c7da735c993b0c4bb31311d9c77ff8e9e69d69d0",
|
73
|
+
"@mongodb-js/webpack-config-compass": "0.0.0-next-c7da735c993b0c4bb31311d9c77ff8e9e69d69d0",
|
74
74
|
"@testing-library/react": "^12.1.4",
|
75
75
|
"@testing-library/user-event": "^13.5.0",
|
76
76
|
"chai": "^4.2.0",
|
77
77
|
"depcheck": "^1.4.1",
|
78
|
-
"ejson-shell-parser": "^
|
79
|
-
"electron": "^25.9.
|
78
|
+
"ejson-shell-parser": "^2.0.0",
|
79
|
+
"electron": "^25.9.6",
|
80
80
|
"enzyme": "^3.11.0",
|
81
81
|
"eslint": "^7.25.0",
|
82
|
-
"hadron-app-registry": "0.0.0-next-
|
82
|
+
"hadron-app-registry": "0.0.0-next-c7da735c993b0c4bb31311d9c77ff8e9e69d69d0",
|
83
83
|
"lodash": "^4.17.21",
|
84
84
|
"mocha": "^10.2.0",
|
85
|
-
"mongodb": "^6.
|
86
|
-
"mongodb-data-service": "0.0.0-next-
|
87
|
-
"mongodb-query-parser": "^
|
85
|
+
"mongodb": "^6.3.0",
|
86
|
+
"mongodb-data-service": "0.0.0-next-c7da735c993b0c4bb31311d9c77ff8e9e69d69d0",
|
87
|
+
"mongodb-query-parser": "^4.0.0",
|
88
88
|
"numeral": "^2.0.6",
|
89
89
|
"nyc": "^15.1.0",
|
90
90
|
"prop-types": "^15.7.2",
|
@@ -98,13 +98,13 @@
|
|
98
98
|
"xvfb-maybe": "^0.2.1"
|
99
99
|
},
|
100
100
|
"dependencies": {
|
101
|
-
"@mongodb-js/compass-components": "0.0.0-next-
|
102
|
-
"@mongodb-js/compass-editor": "0.0.0-next-
|
103
|
-
"@mongodb-js/compass-logging": "0.0.0-next-
|
101
|
+
"@mongodb-js/compass-components": "0.0.0-next-c7da735c993b0c4bb31311d9c77ff8e9e69d69d0",
|
102
|
+
"@mongodb-js/compass-editor": "0.0.0-next-c7da735c993b0c4bb31311d9c77ff8e9e69d69d0",
|
103
|
+
"@mongodb-js/compass-logging": "0.0.0-next-c7da735c993b0c4bb31311d9c77ff8e9e69d69d0",
|
104
104
|
"@mongodb-js/mongodb-constants": "^0.8.7",
|
105
|
-
"@mongodb-js/mongodb-redux-common": "0.0.0-next-
|
106
|
-
"bson": "^6.
|
107
|
-
"compass-preferences-model": "0.0.0-next-
|
105
|
+
"@mongodb-js/mongodb-redux-common": "0.0.0-next-c7da735c993b0c4bb31311d9c77ff8e9e69d69d0",
|
106
|
+
"bson": "^6.2.0",
|
107
|
+
"compass-preferences-model": "0.0.0-next-c7da735c993b0c4bb31311d9c77ff8e9e69d69d0"
|
108
108
|
},
|
109
|
-
"gitHead": "
|
109
|
+
"gitHead": "c7da735c993b0c4bb31311d9c77ff8e9e69d69d0"
|
110
110
|
}
|