@deephaven/code-studio 1.23.0 → 1.23.1-legacy-table-plugin.bbf55c8.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/build/assets/{AppRoot-DbQCWZTt.js → AppRoot-BuL0lHHY.js} +4 -4
- package/build/assets/{AppRoot-DbQCWZTt.js.map → AppRoot-BuL0lHHY.js.map} +1 -1
- package/build/assets/{Chart-DcAu2C8r.js → Chart-DKqBjFyT.js} +2 -2
- package/build/assets/{Chart-DcAu2C8r.js.map → Chart-DKqBjFyT.js.map} +1 -1
- package/build/assets/{ControlType-Befg12ds.js → ControlType-BLIWbm69.js} +4 -4
- package/build/assets/{ControlType-Befg12ds.js.map → ControlType-BLIWbm69.js.map} +1 -1
- package/build/assets/{FormatterUtils-MUBvtVZH.js → FormatterUtils-twHdmGXI.js} +2 -2
- package/build/assets/{FormatterUtils-MUBvtVZH.js.map → FormatterUtils-twHdmGXI.js.map} +1 -1
- package/build/assets/{Grid-NISpLPEC.js → Grid-CMnbHmCk.js} +2 -2
- package/build/assets/{Grid-NISpLPEC.js.map → Grid-CMnbHmCk.js.map} +1 -1
- package/build/assets/{GridTokenMouseHandler-DYoFGIB4.js → GridTokenMouseHandler-B-shYgV-.js} +2 -2
- package/build/assets/{GridTokenMouseHandler-DYoFGIB4.js.map → GridTokenMouseHandler-B-shYgV-.js.map} +1 -1
- package/build/assets/{IrisGrid-DNjLcT3l.js → IrisGrid-DKZ2yZaM.js} +2 -2
- package/build/assets/{IrisGrid-DNjLcT3l.js.map → IrisGrid-DKZ2yZaM.js.map} +1 -1
- package/build/assets/{IrisGridModel-DR8-Pxhc.js → IrisGridModel-6f53dQlx.js} +4 -4
- package/build/assets/{IrisGridModel-DR8-Pxhc.js.map → IrisGridModel-6f53dQlx.js.map} +1 -1
- package/build/assets/{IrisGridShortcuts-CvKofD7x.js → IrisGridShortcuts-DaLHHBjg.js} +2 -2
- package/build/assets/{IrisGridShortcuts-CvKofD7x.js.map → IrisGridShortcuts-DaLHHBjg.js.map} +1 -1
- package/build/assets/{IrisGridThemeProvider-5LSst4dQ.js → IrisGridThemeProvider-Btc8nPE1.js} +2 -2
- package/build/assets/{IrisGridThemeProvider-5LSst4dQ.js.map → IrisGridThemeProvider-Btc8nPE1.js.map} +1 -1
- package/build/assets/{LocalWorkspaceStorage-BnIfiumx.js → LocalWorkspaceStorage-CBqyfbb5.js} +2 -2
- package/build/assets/{LocalWorkspaceStorage-BnIfiumx.js.map → LocalWorkspaceStorage-CBqyfbb5.js.map} +1 -1
- package/build/assets/{MarkdownEditor-CE0PRr71.js → MarkdownEditor-BjlY3grl.js} +2 -2
- package/build/assets/{MarkdownEditor-CE0PRr71.js.map → MarkdownEditor-BjlY3grl.js.map} +1 -1
- package/build/assets/{MarkdownNotebook-_mAIkamc.js → MarkdownNotebook-_1cGWk6_.js} +2 -2
- package/build/assets/{MarkdownNotebook-_mAIkamc.js.map → MarkdownNotebook-_1cGWk6_.js.map} +1 -1
- package/build/assets/{MissingPartitionError-COQPMoCk.js → MissingPartitionError-ChbZu1r1.js} +2 -2
- package/build/assets/{MissingPartitionError-COQPMoCk.js.map → MissingPartitionError-ChbZu1r1.js.map} +1 -1
- package/build/assets/{MockChartModel-B1CLYsnL.js → MockChartModel-DWwBoX83.js} +2 -2
- package/build/assets/{MockChartModel-B1CLYsnL.js.map → MockChartModel-DWwBoX83.js.map} +1 -1
- package/build/assets/{StyleGuideRoot-dA2xCRM4.js → StyleGuideRoot-BZZo0CSl.js} +2 -2
- package/build/assets/{StyleGuideRoot-dA2xCRM4.js.map → StyleGuideRoot-BZZo0CSl.js.map} +1 -1
- package/build/assets/{index-CjKdwP8V.js → index-B1f5OcJG.js} +2 -2
- package/build/assets/{index-CjKdwP8V.js.map → index-B1f5OcJG.js.map} +1 -1
- package/build/assets/{index-CNYwQhEi.js → index-BDMrCE1B.js} +3 -3
- package/build/assets/{index-CNYwQhEi.js.map → index-BDMrCE1B.js.map} +1 -1
- package/build/assets/{index-CeeM9lsZ.js → index-BIgOr0yI.js} +25 -25
- package/build/assets/index-BIgOr0yI.js.map +1 -0
- package/build/index.html +1 -1
- package/package.json +31 -31
- package/build/assets/index-CeeM9lsZ.js.map +0 -1
package/build/index.html
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
<link rel="manifest" href="./manifest.json" />
|
|
13
13
|
<link rel="icon" href="./favicon-cc-app.svg" />
|
|
14
14
|
<title>Deephaven</title>
|
|
15
|
-
<script type="module" crossorigin src="./assets/index-
|
|
15
|
+
<script type="module" crossorigin src="./assets/index-BDMrCE1B.js"></script>
|
|
16
16
|
<link rel="modulepreload" crossorigin href="./assets/monaco-DaE0jI-i.js">
|
|
17
17
|
<link rel="modulepreload" crossorigin href="./assets/helpers-BosuxZz1.js">
|
|
18
18
|
<link rel="modulepreload" crossorigin href="./assets/vendor-CLIsHur_.js">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deephaven/code-studio",
|
|
3
|
-
"version": "1.23.0",
|
|
3
|
+
"version": "1.23.1-legacy-table-plugin.bbf55c8.0+bbf55c8",
|
|
4
4
|
"description": "Deephaven Code Studio",
|
|
5
5
|
"author": "Deephaven Data Labs LLC",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -12,31 +12,31 @@
|
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"@adobe/react-spectrum": "3.47.0",
|
|
15
|
-
"@deephaven/app-utils": "^1.23.0",
|
|
16
|
-
"@deephaven/auth-plugins": "^1.23.0",
|
|
17
|
-
"@deephaven/chart": "^1.23.0",
|
|
18
|
-
"@deephaven/components": "^1.
|
|
19
|
-
"@deephaven/console": "^1.23.0",
|
|
20
|
-
"@deephaven/dashboard": "^1.23.0",
|
|
21
|
-
"@deephaven/dashboard-core-plugins": "^1.23.0",
|
|
22
|
-
"@deephaven/file-explorer": "^1.
|
|
23
|
-
"@deephaven/filters": "^1.1.0",
|
|
24
|
-
"@deephaven/golden-layout": "^1.
|
|
25
|
-
"@deephaven/grid": "^1.23.0",
|
|
26
|
-
"@deephaven/icons": "^1.
|
|
27
|
-
"@deephaven/iris-grid": "^1.23.0",
|
|
28
|
-
"@deephaven/jsapi-bootstrap": "^1.23.0",
|
|
29
|
-
"@deephaven/jsapi-components": "^1.23.0",
|
|
30
|
-
"@deephaven/jsapi-shim": "^1.
|
|
15
|
+
"@deephaven/app-utils": "^1.23.1-legacy-table-plugin.bbf55c8.0+bbf55c8",
|
|
16
|
+
"@deephaven/auth-plugins": "^1.23.1-legacy-table-plugin.bbf55c8.0+bbf55c8",
|
|
17
|
+
"@deephaven/chart": "^1.23.1-legacy-table-plugin.bbf55c8.0+bbf55c8",
|
|
18
|
+
"@deephaven/components": "^1.23.1-legacy-table-plugin.bbf55c8.0+bbf55c8",
|
|
19
|
+
"@deephaven/console": "^1.23.1-legacy-table-plugin.bbf55c8.0+bbf55c8",
|
|
20
|
+
"@deephaven/dashboard": "^1.23.1-legacy-table-plugin.bbf55c8.0+bbf55c8",
|
|
21
|
+
"@deephaven/dashboard-core-plugins": "^1.23.1-legacy-table-plugin.bbf55c8.0+bbf55c8",
|
|
22
|
+
"@deephaven/file-explorer": "^1.23.1-legacy-table-plugin.bbf55c8.0+bbf55c8",
|
|
23
|
+
"@deephaven/filters": "^1.23.1-legacy-table-plugin.bbf55c8.0+bbf55c8",
|
|
24
|
+
"@deephaven/golden-layout": "^1.23.1-legacy-table-plugin.bbf55c8.0+bbf55c8",
|
|
25
|
+
"@deephaven/grid": "^1.23.1-legacy-table-plugin.bbf55c8.0+bbf55c8",
|
|
26
|
+
"@deephaven/icons": "^1.23.1-legacy-table-plugin.bbf55c8.0+bbf55c8",
|
|
27
|
+
"@deephaven/iris-grid": "^1.23.1-legacy-table-plugin.bbf55c8.0+bbf55c8",
|
|
28
|
+
"@deephaven/jsapi-bootstrap": "^1.23.1-legacy-table-plugin.bbf55c8.0+bbf55c8",
|
|
29
|
+
"@deephaven/jsapi-components": "^1.23.1-legacy-table-plugin.bbf55c8.0+bbf55c8",
|
|
30
|
+
"@deephaven/jsapi-shim": "^1.23.1-legacy-table-plugin.bbf55c8.0+bbf55c8",
|
|
31
31
|
"@deephaven/jsapi-types": "^1.0.0-dev0.40.4",
|
|
32
|
-
"@deephaven/jsapi-utils": "^1.23.0",
|
|
33
|
-
"@deephaven/log": "^1.
|
|
34
|
-
"@deephaven/plugin": "^1.23.0",
|
|
35
|
-
"@deephaven/pouch-storage": "^1.23.0",
|
|
36
|
-
"@deephaven/react-hooks": "^1.
|
|
37
|
-
"@deephaven/redux": "^1.23.0",
|
|
38
|
-
"@deephaven/storage": "^1.
|
|
39
|
-
"@deephaven/utils": "^1.
|
|
32
|
+
"@deephaven/jsapi-utils": "^1.23.1-legacy-table-plugin.bbf55c8.0+bbf55c8",
|
|
33
|
+
"@deephaven/log": "^1.23.1-legacy-table-plugin.bbf55c8.0+bbf55c8",
|
|
34
|
+
"@deephaven/plugin": "^1.23.1-legacy-table-plugin.bbf55c8.0+bbf55c8",
|
|
35
|
+
"@deephaven/pouch-storage": "^1.23.1-legacy-table-plugin.bbf55c8.0+bbf55c8",
|
|
36
|
+
"@deephaven/react-hooks": "^1.23.1-legacy-table-plugin.bbf55c8.0+bbf55c8",
|
|
37
|
+
"@deephaven/redux": "^1.23.1-legacy-table-plugin.bbf55c8.0+bbf55c8",
|
|
38
|
+
"@deephaven/storage": "^1.23.1-legacy-table-plugin.bbf55c8.0+bbf55c8",
|
|
39
|
+
"@deephaven/utils": "^1.23.1-legacy-table-plugin.bbf55c8.0+bbf55c8",
|
|
40
40
|
"@fortawesome/fontawesome-svg-core": "^6.2.1",
|
|
41
41
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
42
42
|
"@hello-pangea/dnd": "^18.0.1",
|
|
@@ -73,15 +73,15 @@
|
|
|
73
73
|
"update-licenses": "npm-license > licenses.txt"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
|
-
"@deephaven/eslint-config": "^1.1.0",
|
|
77
|
-
"@deephaven/mocks": "^1.1.0",
|
|
78
|
-
"@deephaven/prettier-config": "^1.1.0",
|
|
79
|
-
"@deephaven/stylelint-config": "^1.1.0",
|
|
80
|
-
"@deephaven/test-utils": "^1.
|
|
76
|
+
"@deephaven/eslint-config": "^1.23.1-legacy-table-plugin.bbf55c8.0+bbf55c8",
|
|
77
|
+
"@deephaven/mocks": "^1.23.1-legacy-table-plugin.bbf55c8.0+bbf55c8",
|
|
78
|
+
"@deephaven/prettier-config": "^1.23.1-legacy-table-plugin.bbf55c8.0+bbf55c8",
|
|
79
|
+
"@deephaven/stylelint-config": "^1.23.1-legacy-table-plugin.bbf55c8.0+bbf55c8",
|
|
80
|
+
"@deephaven/test-utils": "^1.23.1-legacy-table-plugin.bbf55c8.0+bbf55c8",
|
|
81
81
|
"autoprefixer": "^10.4.8"
|
|
82
82
|
},
|
|
83
83
|
"publishConfig": {
|
|
84
84
|
"access": "public"
|
|
85
85
|
},
|
|
86
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "bbf55c8e8e005d3d1aa6bc4800a64499a6ad7288"
|
|
87
87
|
}
|