@deephaven/jsapi-bootstrap 0.106.5-beta.1 → 0.106.5-beta.3
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/ApiBootstrap.js +2 -2
- package/dist/useDeferredApi.js +2 -2
- package/dist/useWidget.js +2 -2
- package/package.json +7 -7
package/dist/ApiBootstrap.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
function asyncGeneratorStep(
|
|
2
|
-
function _asyncToGenerator(
|
|
1
|
+
function asyncGeneratorStep(n, t, e, r, o, a, c) { try { var i = n[a](c), u = i.value; } catch (n) { return void e(n); } i.done ? t(u) : Promise.resolve(u).then(r, o); }
|
|
2
|
+
function _asyncToGenerator(n) { return function () { var t = this, e = arguments; return new Promise(function (r, o) { var a = n.apply(t, e); function _next(n) { asyncGeneratorStep(a, r, o, _next, _throw, "next", n); } function _throw(n) { asyncGeneratorStep(a, r, o, _next, _throw, "throw", n); } _next(void 0); }); }; }
|
|
3
3
|
import { createContext, useEffect, useState } from 'react';
|
|
4
4
|
import { LoadingOverlay, Modal, ModalBody, ModalHeader } from '@deephaven/components';
|
|
5
5
|
import Log from '@deephaven/log';
|
package/dist/useDeferredApi.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
function asyncGeneratorStep(
|
|
2
|
-
function _asyncToGenerator(
|
|
1
|
+
function asyncGeneratorStep(n, t, e, r, o, a, c) { try { var i = n[a](c), u = i.value; } catch (n) { return void e(n); } i.done ? t(u) : Promise.resolve(u).then(r, o); }
|
|
2
|
+
function _asyncToGenerator(n) { return function () { var t = this, e = arguments; return new Promise(function (r, o) { var a = n.apply(t, e); function _next(n) { asyncGeneratorStep(a, r, o, _next, _throw, "next", n); } function _throw(n) { asyncGeneratorStep(a, r, o, _next, _throw, "throw", n); } _next(void 0); }); }; }
|
|
3
3
|
import { createContext, useContext, useEffect, useState } from 'react';
|
|
4
4
|
import { ApiContext } from "./ApiBootstrap.js";
|
|
5
5
|
/**
|
package/dist/useWidget.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
function asyncGeneratorStep(
|
|
2
|
-
function _asyncToGenerator(
|
|
1
|
+
function asyncGeneratorStep(n, t, e, r, o, a, c) { try { var i = n[a](c), u = i.value; } catch (n) { return void e(n); } i.done ? t(u) : Promise.resolve(u).then(r, o); }
|
|
2
|
+
function _asyncToGenerator(n) { return function () { var t = this, e = arguments; return new Promise(function (r, o) { var a = n.apply(t, e); function _next(n) { asyncGeneratorStep(a, r, o, _next, _throw, "next", n); } function _throw(n) { asyncGeneratorStep(a, r, o, _next, _throw, "throw", n); } _next(void 0); }); }; }
|
|
3
3
|
import Log from '@deephaven/log';
|
|
4
4
|
import { assertNotNull } from '@deephaven/utils';
|
|
5
5
|
import { useEffect, useState } from 'react';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deephaven/jsapi-bootstrap",
|
|
3
|
-
"version": "0.106.5-beta.
|
|
3
|
+
"version": "0.106.5-beta.3+8be6514a",
|
|
4
4
|
"description": "Deephaven JSAPI Bootstrap",
|
|
5
5
|
"author": "Deephaven Data Labs LLC",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -22,14 +22,14 @@
|
|
|
22
22
|
"build:sass": "sass --embed-sources --load-path=../../node_modules ./src:./dist"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@deephaven/components": "^0.106.5-beta.
|
|
25
|
+
"@deephaven/components": "^0.106.5-beta.3+8be6514a",
|
|
26
26
|
"@deephaven/jsapi-types": "^1.0.0-dev0.37.2",
|
|
27
|
-
"@deephaven/log": "^0.106.5-beta.
|
|
28
|
-
"@deephaven/react-hooks": "^0.106.5-beta.
|
|
29
|
-
"@deephaven/utils": "^0.106.5-beta.
|
|
27
|
+
"@deephaven/log": "^0.106.5-beta.3+8be6514a",
|
|
28
|
+
"@deephaven/react-hooks": "^0.106.5-beta.3+8be6514a",
|
|
29
|
+
"@deephaven/utils": "^0.106.5-beta.3+8be6514a"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@deephaven/test-utils": "^0.106.5-beta.
|
|
32
|
+
"@deephaven/test-utils": "^0.106.5-beta.3+8be6514a",
|
|
33
33
|
"react": "^17.x"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"publishConfig": {
|
|
43
43
|
"access": "public"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "8be6514a6929914e4eadcf1be00c037d5ef68a47"
|
|
46
46
|
}
|