@questdb/web-console 1.1.7 → 1.1.9

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/index.html CHANGED
@@ -9,9 +9,9 @@
9
9
  <meta name="description"
10
10
  content="QuestDB live demo. Query three large datasets and more than 2 billion rows in milliseconds with SQL" />
11
11
  <title>QuestDB · Console</title>
12
- <script type="module" crossorigin src="./assets/index-BpeufoUM.js"></script>
13
- <link rel="modulepreload" crossorigin href="./assets/vendor-KYbEfC3b.js">
14
- <link rel="stylesheet" crossorigin href="./assets/index-CZXjkkTB.css">
12
+ <script type="module" crossorigin src="./assets/index-CO7xpumj.js"></script>
13
+ <link rel="modulepreload" crossorigin href="./assets/vendor-DsPrTxrp.js">
14
+ <link rel="stylesheet" crossorigin href="./assets/index-B_bwGdkq.css">
15
15
  </head>
16
16
 
17
17
  <body class="mini-navbar pace-done">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@questdb/web-console",
3
- "version": "1.1.7",
3
+ "version": "1.1.9",
4
4
  "packageManager": "yarn@4.1.1",
5
5
  "license": "Apache-2.0",
6
6
  "description": "QuestDB Web Console",
@@ -31,11 +31,13 @@
31
31
  "prepare": "husky"
32
32
  },
33
33
  "dependencies": {
34
+ "@anthropic-ai/sdk": "^0.71.2",
34
35
  "@date-fns/tz": "^1.2.0",
35
36
  "@docsearch/css": "^3.5.2",
36
37
  "@docsearch/react": "^3.5.2",
37
- "@hookform/resolvers": "2.8.5",
38
+ "@hookform/resolvers": "^5.2.2",
38
39
  "@monaco-editor/react": "^4.6.0",
40
+ "@phosphor-icons/react": "^2.1.10",
39
41
  "@popperjs/core": "2.4.2",
40
42
  "@questdb/sql-grammar": "1.4.1",
41
43
  "@radix-ui/react-alert-dialog": "^1.1.15",
@@ -68,21 +70,24 @@
68
70
  "draggabilly": "^3.0.0",
69
71
  "echarts": "^5.2.2",
70
72
  "eventemitter3": "^5.0.1",
73
+ "fflate": "^0.8.2",
71
74
  "intersection-observer": "^0.12.2",
72
75
  "joi": "17.5.0",
73
76
  "jquery": "3.5.1",
74
77
  "js-base64": "^3.7.7",
75
78
  "js-sha256": "^0.11.0",
79
+ "js-tiktoken": "^1.0.21",
76
80
  "lodash.isequal": "^4.5.0",
77
81
  "lodash.merge": "^4.6.2",
78
82
  "monaco-editor": "^0.44.0",
83
+ "openai": "^5.21.0",
79
84
  "posthog-js": "1.298.1",
80
85
  "ramda": "0.27.1",
81
86
  "react": "17.0.2",
82
87
  "react-calendar": "^4.0.0",
83
88
  "react-dom": "17.0.2",
84
89
  "react-highlight-words": "^0.20.0",
85
- "react-hook-form": "7.22.3",
90
+ "react-hook-form": "^7.56.0",
86
91
  "react-is": "^18.1.0",
87
92
  "react-markdown": "^8.0.7",
88
93
  "react-popper": "2.2.3",
@@ -92,6 +97,7 @@
92
97
  "react-virtuoso": "^2.2.6",
93
98
  "redux": "4.0.5",
94
99
  "redux-observable": "1.2.0",
100
+ "remark-gfm": "^3.0.1",
95
101
  "resize-observer-polyfill": "1.5.1",
96
102
  "rxjs": "6.5.5",
97
103
  "slim-select": "1.26.0",
@@ -99,7 +105,9 @@
99
105
  "styled-components": "5.3.5",
100
106
  "throttle-debounce": "2.2.1",
101
107
  "uplot": "^1.6.31",
102
- "uplot-react": "^1.2.2"
108
+ "uplot-react": "^1.2.2",
109
+ "vite-plugin-top-level-await": "^1.6.0",
110
+ "vite-plugin-wasm": "^3.5.0"
103
111
  },
104
112
  "devDependencies": {
105
113
  "@4tw/cypress-drag-drop": "^2.2.5",
@@ -164,7 +172,7 @@
164
172
  "files": [
165
173
  {
166
174
  "path": "dist/assets/vendor-*.js",
167
- "maxSize": "500KB",
175
+ "maxSize": "1MB",
168
176
  "compression": "none"
169
177
  },
170
178
  {