@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 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:4010/?name=world
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
@@ -2,7 +2,7 @@
2
2
  <html lang="en">
3
3
  <head>
4
4
  <base href="./" />
5
- <meta name="ui-version" content="v0.68.0" />
5
+ <meta name="ui-version" content="v0.69.0" />
6
6
  <meta charset="utf-8" />
7
7
  <meta
8
8
  name="viewport"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deephaven/embed-widget",
3
- "version": "0.68.1-embed-refactor.6+5f5924c7",
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.68.1-embed-refactor.6+5f5924c7",
20
- "@deephaven/components": "^0.68.1-embed-refactor.6+5f5924c7",
21
- "@deephaven/dashboard-core-plugins": "^0.68.1-embed-refactor.6+5f5924c7",
22
- "@deephaven/jsapi-bootstrap": "^0.68.1-embed-refactor.6+5f5924c7",
23
- "@deephaven/jsapi-components": "^0.68.1-embed-refactor.6+5f5924c7",
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.68.1-embed-refactor.6+5f5924c7",
26
- "@deephaven/log": "^0.68.1-embed-refactor.6+5f5924c7",
27
- "@deephaven/plugin": "^0.68.1-embed-refactor.6+5f5924c7",
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.68.1-embed-refactor.6+5f5924c7",
40
- "@deephaven/mocks": "^0.68.1-embed-refactor.6+5f5924c7",
41
- "@deephaven/prettier-config": "^0.68.1-embed-refactor.6+5f5924c7",
42
- "@deephaven/stylelint-config": "^0.68.1-embed-refactor.6+5f5924c7"
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": "5f5924c731ee849c2823e46f5b9862ce1f23e1ba"
47
+ "gitHead": "6d1d7911419d4936ccfbfba2132b7610dc331879"
48
48
  }