@mongodb-js/compass-indexes 0.0.0-next-0d9e77c42a99b49fd4ecc7167d0c769866f92ef2 → 0.0.0-next-cb3371cdb3289f37402f09c6388269e88c943a81
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/browser.js.LICENSE.txt +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +2 -2
- package/dist/src/components/create-index-modal/create-index-modal.d.ts +4 -50
- package/dist/src/components/create-index-modal/create-index-modal.d.ts.map +1 -1
- package/dist/src/components/drop-index-modal/index.d.ts +6 -2
- package/dist/src/components/drop-index-modal/index.d.ts.map +1 -1
- package/dist/src/components/indexes/indexes.d.ts +5 -4
- package/dist/src/components/indexes/indexes.d.ts.map +1 -1
- package/dist/src/components/indexes-table/indexes-table.d.ts.map +1 -1
- package/dist/src/components/indexes-table/key-list.d.ts +8 -0
- package/dist/src/components/indexes-table/key-list.d.ts.map +1 -0
- package/dist/src/components/indexes-table/property-field.d.ts.map +1 -1
- package/dist/src/components/indexes-toolbar/indexes-toolbar.d.ts.map +1 -1
- package/dist/src/modules/indexes.d.ts +3 -1
- package/dist/src/modules/indexes.d.ts.map +1 -1
- package/dist/src/utils/index-link-helper.d.ts +1 -0
- package/dist/src/utils/index-link-helper.d.ts.map +1 -1
- package/package.json +21 -21
- package/dist/src/components/indexes-table/name-field.d.ts +0 -9
- package/dist/src/components/indexes-table/name-field.d.ts.map +0 -1
@@ -66,7 +66,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
66
66
|
* LICENSE file in the root directory of this source tree.
|
67
67
|
*/
|
68
68
|
|
69
|
-
/** @license React v0.
|
69
|
+
/** @license React v0.20.2
|
70
70
|
* scheduler.production.min.js
|
71
71
|
*
|
72
72
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
@@ -84,7 +84,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
84
84
|
* LICENSE file in the root directory of this source tree.
|
85
85
|
*/
|
86
86
|
|
87
|
-
/** @license React
|
87
|
+
/** @license React v17.0.2
|
88
88
|
* react-dom.production.min.js
|
89
89
|
*
|
90
90
|
* Copyright (c) Facebook, Inc. and its affiliates.
|