@deephaven/embed-widget 0.68.1-embed-refactor.6 → 0.69.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/README.md +1 -1
- package/build/index.html +1 -1
- package/package.json +14 -14
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ To start the Embed Widget server, run `npm install` and `npm start` in the root
|
|
|
16
16
|
|
|
17
17
|
See the guide for how to set up core in Application Mode: https://deephaven.io/core/docs/how-to-guides/application-mode/
|
|
18
18
|
|
|
19
|
-
Once Deephaven is running, you can open a widget with a specific name by adding the query param `name`, e.g. http://localhost:
|
|
19
|
+
Once Deephaven is running, you can open a widget with a specific name by adding the query param `name`, e.g. http://localhost:4030/?name=world
|
|
20
20
|
|
|
21
21
|
### Configuring Server Address
|
|
22
22
|
|
package/build/index.html
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deephaven/embed-widget",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.69.0",
|
|
4
4
|
"description": "Deephaven Embedded Widget",
|
|
5
5
|
"author": "Deephaven Data Labs LLC",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -16,15 +16,15 @@
|
|
|
16
16
|
"build"
|
|
17
17
|
],
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@deephaven/app-utils": "^0.
|
|
20
|
-
"@deephaven/components": "^0.
|
|
21
|
-
"@deephaven/dashboard-core-plugins": "^0.
|
|
22
|
-
"@deephaven/jsapi-bootstrap": "^0.
|
|
23
|
-
"@deephaven/jsapi-components": "^0.
|
|
19
|
+
"@deephaven/app-utils": "^0.69.0",
|
|
20
|
+
"@deephaven/components": "^0.69.0",
|
|
21
|
+
"@deephaven/dashboard-core-plugins": "^0.69.0",
|
|
22
|
+
"@deephaven/jsapi-bootstrap": "^0.69.0",
|
|
23
|
+
"@deephaven/jsapi-components": "^0.69.0",
|
|
24
24
|
"@deephaven/jsapi-types": "1.0.0-dev0.33.1",
|
|
25
|
-
"@deephaven/jsapi-utils": "^0.
|
|
26
|
-
"@deephaven/log": "^0.
|
|
27
|
-
"@deephaven/plugin": "^0.
|
|
25
|
+
"@deephaven/jsapi-utils": "^0.69.0",
|
|
26
|
+
"@deephaven/log": "^0.69.0",
|
|
27
|
+
"@deephaven/plugin": "^0.69.0",
|
|
28
28
|
"fira": "mozilla/fira#4.202",
|
|
29
29
|
"react": "^17.0.2",
|
|
30
30
|
"react-dom": "^17.0.2"
|
|
@@ -36,13 +36,13 @@
|
|
|
36
36
|
"preview": "vite preview"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@deephaven/eslint-config": "^0.
|
|
40
|
-
"@deephaven/mocks": "^0.
|
|
41
|
-
"@deephaven/prettier-config": "^0.
|
|
42
|
-
"@deephaven/stylelint-config": "^0.
|
|
39
|
+
"@deephaven/eslint-config": "^0.69.0",
|
|
40
|
+
"@deephaven/mocks": "^0.69.0",
|
|
41
|
+
"@deephaven/prettier-config": "^0.69.0",
|
|
42
|
+
"@deephaven/stylelint-config": "^0.69.0"
|
|
43
43
|
},
|
|
44
44
|
"publishConfig": {
|
|
45
45
|
"access": "public"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "6d1d7911419d4936ccfbfba2132b7610dc331879"
|
|
48
48
|
}
|