@deephaven/app-utils 0.93.0 → 0.93.1-alpha-ts-upgrade.5
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/components/AppDashboards.d.ts +0 -1
- package/dist/components/AppDashboards.d.ts.map +1 -1
- package/dist/components/ConnectionContext.d.ts +0 -1
- package/dist/components/ConnectionContext.d.ts.map +1 -1
- package/dist/components/LoginNotifier.d.ts +0 -1
- package/dist/components/LoginNotifier.d.ts.map +1 -1
- package/dist/components/ThemeBootstrap.d.ts +0 -1
- package/dist/components/ThemeBootstrap.d.ts.map +1 -1
- package/dist/plugins/remote-component.config.d.ts +2 -0
- package/dist/plugins/remote-component.config.d.ts.map +1 -1
- package/dist/plugins/remote-component.config.js +2 -0
- package/dist/plugins/remote-component.config.js.map +1 -1
- package/package.json +22 -21
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppDashboards.d.ts","sourceRoot":"","sources":["../../src/components/AppDashboards.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AppDashboards.d.ts","sourceRoot":"","sources":["../../src/components/AppDashboards.tsx"],"names":[],"mappings":"AAQA,OAAO,aAAa,EAAE,EACpB,UAAU,EACV,QAAQ,IAAI,cAAc,EAC3B,MAAM,0BAA0B,CAAC;AAGlC,UAAU,kBAAkB;IAC1B,UAAU,EAAE;QACV,EAAE,EAAE,MAAM,CAAC;QACX,YAAY,EAAE,UAAU,EAAE,CAAC;QAC3B,cAAc,CAAC,EAAE,OAAO,CAAC,cAAc,CAAC,CAAC;QACzC,GAAG,CAAC,EAAE,MAAM,CAAC;KACd,EAAE,CAAC;IACJ,eAAe,EAAE,MAAM,CAAC;IACxB,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;IACjC,oBAAoB,EAAE,CAAC,YAAY,EAAE,aAAa,KAAK,IAAI,CAAC;IAC5D,OAAO,EAAE,GAAG,CAAC,OAAO,EAAE,CAAC;IACvB,cAAc,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC;CAC9B;AAED,wBAAgB,aAAa,CAAC,EAC5B,UAAU,EACV,eAAe,EACf,mBAAmB,EACnB,oBAAoB,EACpB,OAAO,EACP,cAAmC,GACpC,EAAE,kBAAkB,GAAG,GAAG,CAAC,OAAO,CA+ClC;AAED,eAAe,aAAa,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConnectionContext.d.ts","sourceRoot":"","sources":["../../src/components/ConnectionContext.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ConnectionContext.d.ts","sourceRoot":"","sources":["../../src/components/ConnectionContext.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,wBAAwB,CAAC;AAEjD,eAAO,MAAM,iBAAiB,kDAA+C,CAAC;AAE9E,eAAe,iBAAiB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LoginNotifier.d.ts","sourceRoot":"","sources":["../../src/components/LoginNotifier.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"LoginNotifier.d.ts","sourceRoot":"","sources":["../../src/components/LoginNotifier.tsx"],"names":[],"mappings":"AAIA;;GAEG;AACH,wBAAgB,aAAa,IAAI,GAAG,CAAC,OAAO,GAAG,IAAI,CASlD;AAED,eAAe,aAAa,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ThemeBootstrap.d.ts","sourceRoot":"","sources":["../../src/components/ThemeBootstrap.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ThemeBootstrap.d.ts","sourceRoot":"","sources":["../../src/components/ThemeBootstrap.tsx"],"names":[],"mappings":"AASA,MAAM,WAAW,mBAAmB;IAClC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,wBAAgB,cAAc,CAAC,EAAE,QAAQ,EAAE,EAAE,mBAAmB,GAAG,GAAG,CAAC,OAAO,CAyB7E;AAED,eAAe,cAAc,CAAC"}
|
|
@@ -18,6 +18,7 @@ import * as DeephavenIrisGrid from '@deephaven/iris-grid';
|
|
|
18
18
|
import * as DeephavenJsapiBootstrap from '@deephaven/jsapi-bootstrap';
|
|
19
19
|
import * as DeephavenJsapiComponents from '@deephaven/jsapi-components';
|
|
20
20
|
import * as DeephavenJsapiUtils from '@deephaven/jsapi-utils';
|
|
21
|
+
import * as DeephavenConsole from '@deephaven/console';
|
|
21
22
|
import * as DeephavenReactHooks from '@deephaven/react-hooks';
|
|
22
23
|
import * as DeephavenPlugin from '@deephaven/plugin';
|
|
23
24
|
export declare const resolve: {
|
|
@@ -29,6 +30,7 @@ export declare const resolve: {
|
|
|
29
30
|
'@deephaven/auth-plugins': typeof DeephavenAuthPlugins;
|
|
30
31
|
'@deephaven/chart': typeof DeephavenChart;
|
|
31
32
|
'@deephaven/components': typeof DeephavenComponents;
|
|
33
|
+
'@deephaven/console': typeof DeephavenConsole;
|
|
32
34
|
'@deephaven/dashboard': typeof DeephavenDashboard;
|
|
33
35
|
'@deephaven/dashboard-core-plugins': typeof DeephavenDashboardCorePlugins;
|
|
34
36
|
'@deephaven/icons': typeof DeephavenIcons;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"remote-component.config.d.ts","sourceRoot":"","sources":["../../src/plugins/remote-component.config.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,UAAU,MAAM,aAAa,CAAC;AAC1C,OAAO,QAAQ,MAAM,WAAW,CAAC;AAEjC,OAAO,KAAK,kBAAkB,MAAM,uBAAuB,CAAC;AAC5D,OAAO,KAAK,oBAAoB,MAAM,yBAAyB,CAAC;AAChE,OAAO,KAAK,cAAc,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,mBAAmB,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,kBAAkB,MAAM,sBAAsB,CAAC;AAC3D,OAAO,KAAK,6BAA6B,MAAM,mCAAmC,CAAC;AACnF,OAAO,KAAK,cAAc,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,iBAAiB,MAAM,sBAAsB,CAAC;AAC1D,OAAO,KAAK,uBAAuB,MAAM,4BAA4B,CAAC;AACtE,OAAO,KAAK,wBAAwB,MAAM,6BAA6B,CAAC;AACxE,OAAO,KAAK,mBAAmB,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"remote-component.config.d.ts","sourceRoot":"","sources":["../../src/plugins/remote-component.config.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,UAAU,MAAM,aAAa,CAAC;AAC1C,OAAO,QAAQ,MAAM,WAAW,CAAC;AAEjC,OAAO,KAAK,kBAAkB,MAAM,uBAAuB,CAAC;AAC5D,OAAO,KAAK,oBAAoB,MAAM,yBAAyB,CAAC;AAChE,OAAO,KAAK,cAAc,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,mBAAmB,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,kBAAkB,MAAM,sBAAsB,CAAC;AAC3D,OAAO,KAAK,6BAA6B,MAAM,mCAAmC,CAAC;AACnF,OAAO,KAAK,cAAc,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,iBAAiB,MAAM,sBAAsB,CAAC;AAC1D,OAAO,KAAK,uBAAuB,MAAM,4BAA4B,CAAC;AACtE,OAAO,KAAK,wBAAwB,MAAM,6BAA6B,CAAC;AACxE,OAAO,KAAK,mBAAmB,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,gBAAgB,MAAM,oBAAoB,CAAC;AAEvD,OAAO,KAAK,mBAAmB,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,eAAe,MAAM,mBAAmB,CAAC;AAGrD,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;CAoBnB,CAAC"}
|
|
@@ -19,6 +19,7 @@ import * as DeephavenIrisGrid from '@deephaven/iris-grid';
|
|
|
19
19
|
import * as DeephavenJsapiBootstrap from '@deephaven/jsapi-bootstrap';
|
|
20
20
|
import * as DeephavenJsapiComponents from '@deephaven/jsapi-components';
|
|
21
21
|
import * as DeephavenJsapiUtils from '@deephaven/jsapi-utils';
|
|
22
|
+
import * as DeephavenConsole from '@deephaven/console';
|
|
22
23
|
import DeephavenLog from '@deephaven/log';
|
|
23
24
|
import * as DeephavenReactHooks from '@deephaven/react-hooks';
|
|
24
25
|
import * as DeephavenPlugin from '@deephaven/plugin';
|
|
@@ -33,6 +34,7 @@ export var resolve = {
|
|
|
33
34
|
'@deephaven/auth-plugins': DeephavenAuthPlugins,
|
|
34
35
|
'@deephaven/chart': DeephavenChart,
|
|
35
36
|
'@deephaven/components': DeephavenComponents,
|
|
37
|
+
'@deephaven/console': DeephavenConsole,
|
|
36
38
|
'@deephaven/dashboard': DeephavenDashboard,
|
|
37
39
|
'@deephaven/dashboard-core-plugins': DeephavenDashboardCorePlugins,
|
|
38
40
|
'@deephaven/icons': DeephavenIcons,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"remote-component.config.js","names":["react","redux","reactRedux","ReactDOM","AdobeReactSpectrum","DeephavenAuthPlugins","DeephavenChart","DeephavenComponents","DeephavenDashboard","DeephavenDashboardCorePlugins","DeephavenIcons","DeephavenIrisGrid","DeephavenJsapiBootstrap","DeephavenJsapiComponents","DeephavenJsapiUtils","DeephavenLog","DeephavenReactHooks","DeephavenPlugin","resolve"],"sources":["../../src/plugins/remote-component.config.ts"],"sourcesContent":["/**\n * remote-component.config.js\n *\n * Dependencies for Remote Components\n */\nimport react from 'react';\nimport * as redux from 'redux';\nimport * as reactRedux from 'react-redux';\nimport ReactDOM from 'react-dom';\n// eslint-disable-next-line no-restricted-imports\nimport * as AdobeReactSpectrum from '@adobe/react-spectrum';\nimport * as DeephavenAuthPlugins from '@deephaven/auth-plugins';\nimport * as DeephavenChart from '@deephaven/chart';\nimport * as DeephavenComponents from '@deephaven/components';\nimport * as DeephavenDashboard from '@deephaven/dashboard';\nimport * as DeephavenDashboardCorePlugins from '@deephaven/dashboard-core-plugins';\nimport * as DeephavenIcons from '@deephaven/icons';\nimport * as DeephavenIrisGrid from '@deephaven/iris-grid';\nimport * as DeephavenJsapiBootstrap from '@deephaven/jsapi-bootstrap';\nimport * as DeephavenJsapiComponents from '@deephaven/jsapi-components';\nimport * as DeephavenJsapiUtils from '@deephaven/jsapi-utils';\nimport DeephavenLog from '@deephaven/log';\nimport * as DeephavenReactHooks from '@deephaven/react-hooks';\nimport * as DeephavenPlugin from '@deephaven/plugin';\n\n// eslint-disable-next-line import/prefer-default-export\nexport const resolve = {\n react,\n 'react-dom': ReactDOM,\n redux,\n 'react-redux': reactRedux,\n '@adobe/react-spectrum': AdobeReactSpectrum,\n '@deephaven/auth-plugins': DeephavenAuthPlugins,\n '@deephaven/chart': DeephavenChart,\n '@deephaven/components': DeephavenComponents,\n '@deephaven/dashboard': DeephavenDashboard,\n '@deephaven/dashboard-core-plugins': DeephavenDashboardCorePlugins,\n '@deephaven/icons': DeephavenIcons,\n '@deephaven/iris-grid': DeephavenIrisGrid,\n '@deephaven/jsapi-bootstrap': DeephavenJsapiBootstrap,\n '@deephaven/jsapi-components': DeephavenJsapiComponents,\n '@deephaven/jsapi-utils': DeephavenJsapiUtils,\n '@deephaven/log': DeephavenLog,\n '@deephaven/plugin': DeephavenPlugin,\n '@deephaven/react-hooks': DeephavenReactHooks,\n};\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAO,KAAKC,KAAK,MAAM,OAAO;AAC9B,OAAO,KAAKC,UAAU,MAAM,aAAa;AACzC,OAAOC,QAAQ,MAAM,WAAW;AAChC;AACA,OAAO,KAAKC,kBAAkB,MAAM,uBAAuB;AAC3D,OAAO,KAAKC,oBAAoB,MAAM,yBAAyB;AAC/D,OAAO,KAAKC,cAAc,MAAM,kBAAkB;AAClD,OAAO,KAAKC,mBAAmB,MAAM,uBAAuB;AAC5D,OAAO,KAAKC,kBAAkB,MAAM,sBAAsB;AAC1D,OAAO,KAAKC,6BAA6B,MAAM,mCAAmC;AAClF,OAAO,KAAKC,cAAc,MAAM,kBAAkB;AAClD,OAAO,KAAKC,iBAAiB,MAAM,sBAAsB;AACzD,OAAO,KAAKC,uBAAuB,MAAM,4BAA4B;AACrE,OAAO,KAAKC,wBAAwB,MAAM,6BAA6B;AACvE,OAAO,KAAKC,mBAAmB,MAAM,wBAAwB;AAC7D,OAAOC,YAAY,MAAM,gBAAgB;AACzC,OAAO,KAAKC,mBAAmB,MAAM,wBAAwB;AAC7D,OAAO,KAAKC,eAAe,MAAM,mBAAmB;;AAEpD;AACA,OAAO,IAAMC,OAAO,GAAG;
|
|
1
|
+
{"version":3,"file":"remote-component.config.js","names":["react","redux","reactRedux","ReactDOM","AdobeReactSpectrum","DeephavenAuthPlugins","DeephavenChart","DeephavenComponents","DeephavenDashboard","DeephavenDashboardCorePlugins","DeephavenIcons","DeephavenIrisGrid","DeephavenJsapiBootstrap","DeephavenJsapiComponents","DeephavenJsapiUtils","DeephavenConsole","DeephavenLog","DeephavenReactHooks","DeephavenPlugin","resolve"],"sources":["../../src/plugins/remote-component.config.ts"],"sourcesContent":["/**\n * remote-component.config.js\n *\n * Dependencies for Remote Components\n */\nimport react from 'react';\nimport * as redux from 'redux';\nimport * as reactRedux from 'react-redux';\nimport ReactDOM from 'react-dom';\n// eslint-disable-next-line no-restricted-imports\nimport * as AdobeReactSpectrum from '@adobe/react-spectrum';\nimport * as DeephavenAuthPlugins from '@deephaven/auth-plugins';\nimport * as DeephavenChart from '@deephaven/chart';\nimport * as DeephavenComponents from '@deephaven/components';\nimport * as DeephavenDashboard from '@deephaven/dashboard';\nimport * as DeephavenDashboardCorePlugins from '@deephaven/dashboard-core-plugins';\nimport * as DeephavenIcons from '@deephaven/icons';\nimport * as DeephavenIrisGrid from '@deephaven/iris-grid';\nimport * as DeephavenJsapiBootstrap from '@deephaven/jsapi-bootstrap';\nimport * as DeephavenJsapiComponents from '@deephaven/jsapi-components';\nimport * as DeephavenJsapiUtils from '@deephaven/jsapi-utils';\nimport * as DeephavenConsole from '@deephaven/console';\nimport DeephavenLog from '@deephaven/log';\nimport * as DeephavenReactHooks from '@deephaven/react-hooks';\nimport * as DeephavenPlugin from '@deephaven/plugin';\n\n// eslint-disable-next-line import/prefer-default-export\nexport const resolve = {\n react,\n 'react-dom': ReactDOM,\n redux,\n 'react-redux': reactRedux,\n '@adobe/react-spectrum': AdobeReactSpectrum,\n '@deephaven/auth-plugins': DeephavenAuthPlugins,\n '@deephaven/chart': DeephavenChart,\n '@deephaven/components': DeephavenComponents,\n '@deephaven/console': DeephavenConsole,\n '@deephaven/dashboard': DeephavenDashboard,\n '@deephaven/dashboard-core-plugins': DeephavenDashboardCorePlugins,\n '@deephaven/icons': DeephavenIcons,\n '@deephaven/iris-grid': DeephavenIrisGrid,\n '@deephaven/jsapi-bootstrap': DeephavenJsapiBootstrap,\n '@deephaven/jsapi-components': DeephavenJsapiComponents,\n '@deephaven/jsapi-utils': DeephavenJsapiUtils,\n '@deephaven/log': DeephavenLog,\n '@deephaven/plugin': DeephavenPlugin,\n '@deephaven/react-hooks': DeephavenReactHooks,\n};\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAO,KAAKC,KAAK,MAAM,OAAO;AAC9B,OAAO,KAAKC,UAAU,MAAM,aAAa;AACzC,OAAOC,QAAQ,MAAM,WAAW;AAChC;AACA,OAAO,KAAKC,kBAAkB,MAAM,uBAAuB;AAC3D,OAAO,KAAKC,oBAAoB,MAAM,yBAAyB;AAC/D,OAAO,KAAKC,cAAc,MAAM,kBAAkB;AAClD,OAAO,KAAKC,mBAAmB,MAAM,uBAAuB;AAC5D,OAAO,KAAKC,kBAAkB,MAAM,sBAAsB;AAC1D,OAAO,KAAKC,6BAA6B,MAAM,mCAAmC;AAClF,OAAO,KAAKC,cAAc,MAAM,kBAAkB;AAClD,OAAO,KAAKC,iBAAiB,MAAM,sBAAsB;AACzD,OAAO,KAAKC,uBAAuB,MAAM,4BAA4B;AACrE,OAAO,KAAKC,wBAAwB,MAAM,6BAA6B;AACvE,OAAO,KAAKC,mBAAmB,MAAM,wBAAwB;AAC7D,OAAO,KAAKC,gBAAgB,MAAM,oBAAoB;AACtD,OAAOC,YAAY,MAAM,gBAAgB;AACzC,OAAO,KAAKC,mBAAmB,MAAM,wBAAwB;AAC7D,OAAO,KAAKC,eAAe,MAAM,mBAAmB;;AAEpD;AACA,OAAO,IAAMC,OAAO,GAAG;EACrBnB,KAAK;EACL,WAAW,EAAEG,QAAQ;EACrBF,KAAK;EACL,aAAa,EAAEC,UAAU;EACzB,uBAAuB,EAAEE,kBAAkB;EAC3C,yBAAyB,EAAEC,oBAAoB;EAC/C,kBAAkB,EAAEC,cAAc;EAClC,uBAAuB,EAAEC,mBAAmB;EAC5C,oBAAoB,EAAEQ,gBAAgB;EACtC,sBAAsB,EAAEP,kBAAkB;EAC1C,mCAAmC,EAAEC,6BAA6B;EAClE,kBAAkB,EAAEC,cAAc;EAClC,sBAAsB,EAAEC,iBAAiB;EACzC,4BAA4B,EAAEC,uBAAuB;EACrD,6BAA6B,EAAEC,wBAAwB;EACvD,wBAAwB,EAAEC,mBAAmB;EAC7C,gBAAgB,EAAEE,YAAY;EAC9B,mBAAmB,EAAEE,eAAe;EACpC,wBAAwB,EAAED;AAC5B,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deephaven/app-utils",
|
|
3
|
-
"version": "0.93.
|
|
3
|
+
"version": "0.93.1-alpha-ts-upgrade.5+ff64ab8b",
|
|
4
4
|
"description": "Deephaven App Utils",
|
|
5
5
|
"author": "Deephaven Data Labs LLC",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
"build:babel": "babel ./src --out-dir ./dist --extensions \".ts,.tsx,.js,.jsx\" --source-maps --root-mode upward"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
+
"@deephaven/test-utils": "^0.93.1-alpha-ts-upgrade.5+ff64ab8b",
|
|
25
26
|
"react": "^17.x",
|
|
26
27
|
"react-dom": "^17.x",
|
|
27
28
|
"react-redux": "^7.x",
|
|
@@ -29,26 +30,26 @@
|
|
|
29
30
|
},
|
|
30
31
|
"dependencies": {
|
|
31
32
|
"@adobe/react-spectrum": "3.35.1",
|
|
32
|
-
"@deephaven/auth-plugins": "^0.93.
|
|
33
|
-
"@deephaven/chart": "^0.93.
|
|
34
|
-
"@deephaven/components": "^0.93.
|
|
35
|
-
"@deephaven/console": "^0.93.
|
|
36
|
-
"@deephaven/dashboard": "^0.93.
|
|
37
|
-
"@deephaven/dashboard-core-plugins": "^0.93.
|
|
38
|
-
"@deephaven/file-explorer": "^0.93.
|
|
39
|
-
"@deephaven/golden-layout": "^0.93.
|
|
40
|
-
"@deephaven/icons": "^0.93.
|
|
41
|
-
"@deephaven/iris-grid": "^0.93.
|
|
42
|
-
"@deephaven/jsapi-bootstrap": "^0.93.
|
|
43
|
-
"@deephaven/jsapi-components": "^0.93.
|
|
33
|
+
"@deephaven/auth-plugins": "^0.93.1-alpha-ts-upgrade.5+ff64ab8b",
|
|
34
|
+
"@deephaven/chart": "^0.93.1-alpha-ts-upgrade.5+ff64ab8b",
|
|
35
|
+
"@deephaven/components": "^0.93.1-alpha-ts-upgrade.5+ff64ab8b",
|
|
36
|
+
"@deephaven/console": "^0.93.1-alpha-ts-upgrade.5+ff64ab8b",
|
|
37
|
+
"@deephaven/dashboard": "^0.93.1-alpha-ts-upgrade.5+ff64ab8b",
|
|
38
|
+
"@deephaven/dashboard-core-plugins": "^0.93.1-alpha-ts-upgrade.5+ff64ab8b",
|
|
39
|
+
"@deephaven/file-explorer": "^0.93.1-alpha-ts-upgrade.5+ff64ab8b",
|
|
40
|
+
"@deephaven/golden-layout": "^0.93.1-alpha-ts-upgrade.5+ff64ab8b",
|
|
41
|
+
"@deephaven/icons": "^0.93.1-alpha-ts-upgrade.5+ff64ab8b",
|
|
42
|
+
"@deephaven/iris-grid": "^0.93.1-alpha-ts-upgrade.5+ff64ab8b",
|
|
43
|
+
"@deephaven/jsapi-bootstrap": "^0.93.1-alpha-ts-upgrade.5+ff64ab8b",
|
|
44
|
+
"@deephaven/jsapi-components": "^0.93.1-alpha-ts-upgrade.5+ff64ab8b",
|
|
44
45
|
"@deephaven/jsapi-types": "^1.0.0-dev0.34.0",
|
|
45
|
-
"@deephaven/jsapi-utils": "^0.93.
|
|
46
|
-
"@deephaven/log": "^0.93.
|
|
47
|
-
"@deephaven/plugin": "^0.93.
|
|
48
|
-
"@deephaven/react-hooks": "^0.93.
|
|
49
|
-
"@deephaven/redux": "^0.93.
|
|
50
|
-
"@deephaven/storage": "^0.93.
|
|
51
|
-
"@deephaven/utils": "^0.93.
|
|
46
|
+
"@deephaven/jsapi-utils": "^0.93.1-alpha-ts-upgrade.5+ff64ab8b",
|
|
47
|
+
"@deephaven/log": "^0.93.1-alpha-ts-upgrade.5+ff64ab8b",
|
|
48
|
+
"@deephaven/plugin": "^0.93.1-alpha-ts-upgrade.5+ff64ab8b",
|
|
49
|
+
"@deephaven/react-hooks": "^0.93.1-alpha-ts-upgrade.5+ff64ab8b",
|
|
50
|
+
"@deephaven/redux": "^0.93.1-alpha-ts-upgrade.5+ff64ab8b",
|
|
51
|
+
"@deephaven/storage": "^0.93.1-alpha-ts-upgrade.5+ff64ab8b",
|
|
52
|
+
"@deephaven/utils": "^0.93.1-alpha-ts-upgrade.5+ff64ab8b",
|
|
52
53
|
"@fontsource/fira-mono": "5.0.13",
|
|
53
54
|
"@fontsource/fira-sans": "5.0.20",
|
|
54
55
|
"@paciolan/remote-component": "2.13.0",
|
|
@@ -72,5 +73,5 @@
|
|
|
72
73
|
"publishConfig": {
|
|
73
74
|
"access": "public"
|
|
74
75
|
},
|
|
75
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "ff64ab8b355193ccea7a68e1f6d53c691942fe71"
|
|
76
77
|
}
|