@perses-dev/greptimedb-plugin 0.1.0 → 0.2.0-beta.1

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.
Files changed (226) hide show
  1. package/__mf/js/GreptimeDB.9dbe6a08.js +7 -0
  2. package/__mf/js/async/121.56bb37a5.js +2 -0
  3. package/__mf/js/async/181.0b23bdde.js +2 -0
  4. package/__mf/js/async/186.d822e51e.js +102 -0
  5. package/__mf/js/async/192.1c56a673.js +1 -0
  6. package/__mf/js/async/2.881f5426.js +1 -0
  7. package/__mf/js/async/235.2d160014.js +1 -0
  8. package/__mf/js/async/274.12deba12.js +2 -0
  9. package/__mf/js/async/325.5fbc70db.js +3 -0
  10. package/__mf/js/async/356.a0a4fb90.js +1 -0
  11. package/__mf/js/async/372.3eb7b91b.js +43 -0
  12. package/__mf/js/async/372.3eb7b91b.js.LICENSE.txt +102 -0
  13. package/__mf/js/async/392.0e81d95d.js +2 -0
  14. package/__mf/js/async/440.6f26c824.js +2 -0
  15. package/__mf/js/async/45.24cdf2be.js +1 -0
  16. package/__mf/js/async/470.cb0667bf.js +2 -0
  17. package/__mf/js/async/562.35b9aa36.js +2 -0
  18. package/__mf/js/async/587.6faed243.js +1 -0
  19. package/__mf/js/async/616.f724c0e3.js +1 -0
  20. package/__mf/js/async/663.febe982d.js +1 -0
  21. package/__mf/js/async/862.ed1d2219.js +2 -0
  22. package/__mf/js/async/941.2b0202f8.js +2 -0
  23. package/__mf/js/async/944.cab11a95.js +10 -0
  24. package/__mf/js/async/968.9c6b03ae.js +1 -0
  25. package/__mf/js/async/__federation_expose_GreptimeDBDatasource.6be8459e.js +2 -0
  26. package/__mf/js/async/__federation_expose_GreptimeDBLogQuery.f24d7d8a.js +21 -0
  27. package/__mf/js/async/__federation_expose_GreptimeDBTimeSeriesQuery.29aad4a4.js +21 -0
  28. package/__mf/js/async/__federation_expose_GreptimeDBTraceQuery.99448480.js +21 -0
  29. package/__mf/js/{main.7dfdd439.js → main.0b36b2c2.js} +3 -3
  30. package/lib/bootstrap.js +2 -2
  31. package/lib/components/GreptimeDBQLEditor.d.ts +2 -2
  32. package/lib/components/GreptimeDBQLEditor.d.ts.map +1 -1
  33. package/lib/components/GreptimeDBQLEditor.js +3 -3
  34. package/lib/components/GreptimeDBQLEditor.js.map +1 -1
  35. package/lib/components/index.js +2 -2
  36. package/lib/components/index.js.map +1 -1
  37. package/lib/datasources/greptimedb-datasource/GreptimeDBDatasource.d.ts +2 -2
  38. package/lib/datasources/greptimedb-datasource/GreptimeDBDatasource.d.ts.map +1 -1
  39. package/lib/datasources/greptimedb-datasource/GreptimeDBDatasource.js +4 -4
  40. package/lib/datasources/greptimedb-datasource/GreptimeDBDatasource.js.map +1 -1
  41. package/lib/datasources/greptimedb-datasource/GreptimeDBDatasourceEditor.d.ts +2 -2
  42. package/lib/datasources/greptimedb-datasource/GreptimeDBDatasourceEditor.d.ts.map +1 -1
  43. package/lib/datasources/greptimedb-datasource/GreptimeDBDatasourceEditor.js +1 -1
  44. package/lib/datasources/greptimedb-datasource/GreptimeDBDatasourceEditor.js.map +1 -1
  45. package/lib/datasources/greptimedb-datasource/greptimedb-datasource-types.d.ts +4 -4
  46. package/lib/datasources/greptimedb-datasource/greptimedb-datasource-types.d.ts.map +1 -1
  47. package/lib/datasources/greptimedb-datasource/greptimedb-datasource-types.js.map +1 -1
  48. package/lib/datasources/greptimedb-datasource/index.js +3 -3
  49. package/lib/datasources/greptimedb-datasource/index.js.map +1 -1
  50. package/lib/datasources/index.js +1 -1
  51. package/lib/datasources/index.js.map +1 -1
  52. package/lib/getPluginModule.d.ts +1 -1
  53. package/lib/getPluginModule.d.ts.map +1 -1
  54. package/lib/getPluginModule.js +3 -1
  55. package/lib/getPluginModule.js.map +1 -1
  56. package/lib/index-federation.js +1 -1
  57. package/lib/index.js +3 -3
  58. package/lib/index.js.map +1 -1
  59. package/lib/model/greptimedb-client.d.ts +3 -3
  60. package/lib/model/greptimedb-client.d.ts.map +1 -1
  61. package/lib/model/greptimedb-client.js +4 -2
  62. package/lib/model/greptimedb-client.js.map +1 -1
  63. package/lib/queries/greptimedb-log-query/GreptimeDBLogQuery.d.ts +2 -2
  64. package/lib/queries/greptimedb-log-query/GreptimeDBLogQuery.d.ts.map +1 -1
  65. package/lib/queries/greptimedb-log-query/GreptimeDBLogQuery.js +4 -6
  66. package/lib/queries/greptimedb-log-query/GreptimeDBLogQuery.js.map +1 -1
  67. package/lib/queries/greptimedb-log-query/GreptimeDBLogQueryEditor.d.ts +3 -3
  68. package/lib/queries/greptimedb-log-query/GreptimeDBLogQueryEditor.d.ts.map +1 -1
  69. package/lib/queries/greptimedb-log-query/GreptimeDBLogQueryEditor.js +8 -8
  70. package/lib/queries/greptimedb-log-query/GreptimeDBLogQueryEditor.js.map +1 -1
  71. package/lib/queries/greptimedb-log-query/get-greptimedb-log-data.d.ts +2 -2
  72. package/lib/queries/greptimedb-log-query/get-greptimedb-log-data.d.ts.map +1 -1
  73. package/lib/queries/greptimedb-log-query/get-greptimedb-log-data.js +2 -2
  74. package/lib/queries/greptimedb-log-query/get-greptimedb-log-data.js.map +1 -1
  75. package/lib/queries/greptimedb-log-query/greptimedb-log-query-types.d.ts +1 -1
  76. package/lib/queries/greptimedb-log-query/greptimedb-log-query-types.d.ts.map +1 -1
  77. package/lib/queries/greptimedb-log-query/greptimedb-log-query-types.js.map +1 -1
  78. package/lib/queries/greptimedb-log-query/index.js +4 -4
  79. package/lib/queries/greptimedb-log-query/index.js.map +1 -1
  80. package/lib/queries/greptimedb-log-query/log-query-plugin-interface.d.ts +2 -2
  81. package/lib/queries/greptimedb-log-query/log-query-plugin-interface.d.ts.map +1 -1
  82. package/lib/queries/greptimedb-log-query/log-query-plugin-interface.js.map +1 -1
  83. package/lib/queries/greptimedb-query-data-model.d.ts +3 -3
  84. package/lib/queries/greptimedb-query-data-model.d.ts.map +1 -1
  85. package/lib/queries/greptimedb-query-data-model.js +4 -4
  86. package/lib/queries/greptimedb-query-data-model.js.map +1 -1
  87. package/lib/queries/greptimedb-time-series-query/GreptimeDBQuery.d.ts +2 -2
  88. package/lib/queries/greptimedb-time-series-query/GreptimeDBQuery.d.ts.map +1 -1
  89. package/lib/queries/greptimedb-time-series-query/GreptimeDBQuery.js +4 -6
  90. package/lib/queries/greptimedb-time-series-query/GreptimeDBQuery.js.map +1 -1
  91. package/lib/queries/greptimedb-time-series-query/GreptimeDBQueryEditor.d.ts +3 -3
  92. package/lib/queries/greptimedb-time-series-query/GreptimeDBQueryEditor.d.ts.map +1 -1
  93. package/lib/queries/greptimedb-time-series-query/GreptimeDBQueryEditor.js +8 -8
  94. package/lib/queries/greptimedb-time-series-query/GreptimeDBQueryEditor.js.map +1 -1
  95. package/lib/queries/greptimedb-time-series-query/get-greptimedb-data.d.ts +2 -2
  96. package/lib/queries/greptimedb-time-series-query/get-greptimedb-data.d.ts.map +1 -1
  97. package/lib/queries/greptimedb-time-series-query/get-greptimedb-data.js +3 -5
  98. package/lib/queries/greptimedb-time-series-query/get-greptimedb-data.js.map +1 -1
  99. package/lib/queries/greptimedb-time-series-query/greptimedb-query-types.d.ts +1 -1
  100. package/lib/queries/greptimedb-time-series-query/greptimedb-query-types.d.ts.map +1 -1
  101. package/lib/queries/greptimedb-time-series-query/greptimedb-query-types.js.map +1 -1
  102. package/lib/queries/greptimedb-time-series-query/index.js +4 -4
  103. package/lib/queries/greptimedb-time-series-query/index.js.map +1 -1
  104. package/lib/queries/greptimedb-trace-query/GreptimeDBTraceQuery.d.ts +2 -2
  105. package/lib/queries/greptimedb-trace-query/GreptimeDBTraceQuery.d.ts.map +1 -1
  106. package/lib/queries/greptimedb-trace-query/GreptimeDBTraceQuery.js +3 -3
  107. package/lib/queries/greptimedb-trace-query/GreptimeDBTraceQuery.js.map +1 -1
  108. package/lib/queries/greptimedb-trace-query/GreptimeDBTraceQueryEditor.d.ts +3 -3
  109. package/lib/queries/greptimedb-trace-query/GreptimeDBTraceQueryEditor.d.ts.map +1 -1
  110. package/lib/queries/greptimedb-trace-query/GreptimeDBTraceQueryEditor.js +7 -7
  111. package/lib/queries/greptimedb-trace-query/GreptimeDBTraceQueryEditor.js.map +1 -1
  112. package/lib/queries/greptimedb-trace-query/get-greptimedb-trace-data.d.ts +2 -2
  113. package/lib/queries/greptimedb-trace-query/get-greptimedb-trace-data.d.ts.map +1 -1
  114. package/lib/queries/greptimedb-trace-query/get-greptimedb-trace-data.js +6 -6
  115. package/lib/queries/greptimedb-trace-query/get-greptimedb-trace-data.js.map +1 -1
  116. package/lib/queries/greptimedb-trace-query/greptimedb-trace-query-types.d.ts +1 -1
  117. package/lib/queries/greptimedb-trace-query/greptimedb-trace-query-types.d.ts.map +1 -1
  118. package/lib/queries/greptimedb-trace-query/greptimedb-trace-query-types.js.map +1 -1
  119. package/lib/queries/greptimedb-trace-query/index.js +4 -4
  120. package/lib/queries/greptimedb-trace-query/index.js.map +1 -1
  121. package/lib/queries/index.js +3 -3
  122. package/lib/queries/index.js.map +1 -1
  123. package/lib/queries/query-editor-model.js +2 -2
  124. package/lib/queries/query-editor-model.js.map +1 -1
  125. package/lib/setup-tests.d.ts +1 -1
  126. package/lib/setup-tests.d.ts.map +1 -1
  127. package/lib/setup-tests.js +2 -2
  128. package/lib/setup-tests.js.map +1 -1
  129. package/mf-manifest.json +50 -138
  130. package/mf-stats.json +50 -150
  131. package/package.json +20 -12
  132. package/__mf/js/GreptimeDB.d666b53a.js +0 -7
  133. package/__mf/js/async/1589.a4d4fad9.js +0 -2
  134. package/__mf/js/async/1589.a4d4fad9.js.LICENSE.txt +0 -37
  135. package/__mf/js/async/1616.d071703e.js +0 -1
  136. package/__mf/js/async/2043.e37a8242.js +0 -2
  137. package/__mf/js/async/2043.e37a8242.js.LICENSE.txt +0 -24
  138. package/__mf/js/async/2386.84002e8c.js +0 -2
  139. package/__mf/js/async/3181.9e8e9ef5.js +0 -2
  140. package/__mf/js/async/392.614cab68.js +0 -2
  141. package/__mf/js/async/3944.f35af5a7.js +0 -10
  142. package/__mf/js/async/3981.66746f5c.js +0 -3
  143. package/__mf/js/async/4121.f8820bd7.js +0 -2
  144. package/__mf/js/async/4233.a3ff3ed2.js +0 -7
  145. package/__mf/js/async/4233.a3ff3ed2.js.LICENSE.txt +0 -39
  146. package/__mf/js/async/4475.52c68e1f.js +0 -101
  147. package/__mf/js/async/5002.ff5efed5.js +0 -1
  148. package/__mf/js/async/5071.72c3afda.js +0 -1
  149. package/__mf/js/async/5440.f8cb71c0.js +0 -2
  150. package/__mf/js/async/5481.0c2e941f.js +0 -2
  151. package/__mf/js/async/5562.fc9fccc9.js +0 -2
  152. package/__mf/js/async/5587.82a12128.js +0 -1
  153. package/__mf/js/async/6045.2b2dd0f6.js +0 -1
  154. package/__mf/js/async/6274.b682460a.js +0 -2
  155. package/__mf/js/async/629.e085c447.js +0 -1
  156. package/__mf/js/async/7177.746de250.js +0 -1
  157. package/__mf/js/async/7192.8effb0f3.js +0 -1
  158. package/__mf/js/async/7968.d3024d8d.js +0 -1
  159. package/__mf/js/async/7978.f72fcb59.js +0 -1
  160. package/__mf/js/async/7984.802dfa3c.js +0 -22
  161. package/__mf/js/async/7984.802dfa3c.js.LICENSE.txt +0 -19
  162. package/__mf/js/async/8356.42f66891.js +0 -1
  163. package/__mf/js/async/8470.8d2d3f35.js +0 -2
  164. package/__mf/js/async/873.9041549c.js +0 -1
  165. package/__mf/js/async/9235.8d75321e.js +0 -1
  166. package/__mf/js/async/941.6703c1a7.js +0 -2
  167. package/__mf/js/async/9558.97ad4633.js +0 -1
  168. package/__mf/js/async/9588.925f1ab4.js +0 -1
  169. package/__mf/js/async/9877.a7b7fb44.js +0 -38
  170. package/__mf/js/async/__federation_expose_GreptimeDBDatasource.7d12e7b8.js +0 -2
  171. package/__mf/js/async/__federation_expose_GreptimeDBLogQuery.f7fa9b26.js +0 -21
  172. package/__mf/js/async/__federation_expose_GreptimeDBTimeSeriesQuery.867c743e.js +0 -21
  173. package/__mf/js/async/__federation_expose_GreptimeDBTraceQuery.a1f7328d.js +0 -21
  174. package/__mf/js/async/__federation_expose_GreptimeDBTraceQuery.a1f7328d.js.LICENSE.txt +0 -9
  175. package/lib/cjs/bootstrap.js +0 -26
  176. package/lib/cjs/components/GreptimeDBQLEditor.js +0 -72
  177. package/lib/cjs/components/constants.js +0 -42
  178. package/lib/cjs/components/index.js +0 -31
  179. package/lib/cjs/datasources/greptimedb-datasource/GreptimeDBDatasource.js +0 -53
  180. package/lib/cjs/datasources/greptimedb-datasource/GreptimeDBDatasourceEditor.js +0 -51
  181. package/lib/cjs/datasources/greptimedb-datasource/greptimedb-datasource-types.js +0 -16
  182. package/lib/cjs/datasources/greptimedb-datasource/index.js +0 -32
  183. package/lib/cjs/datasources/index.js +0 -30
  184. package/lib/cjs/env.d.js +0 -14
  185. package/lib/cjs/getPluginModule.js +0 -39
  186. package/lib/cjs/index-federation.js +0 -55
  187. package/lib/cjs/index.js +0 -38
  188. package/lib/cjs/model/greptimedb-client.js +0 -76
  189. package/lib/cjs/model/greptimedb-data-types.js +0 -16
  190. package/lib/cjs/queries/constants.js +0 -34
  191. package/lib/cjs/queries/greptimedb-log-query/GreptimeDBLogQuery.js +0 -43
  192. package/lib/cjs/queries/greptimedb-log-query/GreptimeDBLogQueryEditor.js +0 -108
  193. package/lib/cjs/queries/greptimedb-log-query/get-greptimedb-log-data.js +0 -103
  194. package/lib/cjs/queries/greptimedb-log-query/greptimedb-log-query-types.js +0 -16
  195. package/lib/cjs/queries/greptimedb-log-query/index.js +0 -33
  196. package/lib/cjs/queries/greptimedb-log-query/log-query-plugin-interface.js +0 -16
  197. package/lib/cjs/queries/greptimedb-query-data-model.js +0 -152
  198. package/lib/cjs/queries/greptimedb-time-series-query/GreptimeDBQuery.js +0 -43
  199. package/lib/cjs/queries/greptimedb-time-series-query/GreptimeDBQueryEditor.js +0 -107
  200. package/lib/cjs/queries/greptimedb-time-series-query/get-greptimedb-data.js +0 -184
  201. package/lib/cjs/queries/greptimedb-time-series-query/greptimedb-query-types.js +0 -16
  202. package/lib/cjs/queries/greptimedb-time-series-query/index.js +0 -33
  203. package/lib/cjs/queries/greptimedb-trace-query/GreptimeDBTraceQuery.js +0 -40
  204. package/lib/cjs/queries/greptimedb-trace-query/GreptimeDBTraceQueryEditor.js +0 -79
  205. package/lib/cjs/queries/greptimedb-trace-query/get-greptimedb-trace-data.js +0 -518
  206. package/lib/cjs/queries/greptimedb-trace-query/greptimedb-trace-query-types.js +0 -16
  207. package/lib/cjs/queries/greptimedb-trace-query/index.js +0 -33
  208. package/lib/cjs/queries/greptimedb-trace-query/trace-query-sql.js +0 -25
  209. package/lib/cjs/queries/index.js +0 -32
  210. package/lib/cjs/queries/query-editor-model.js +0 -47
  211. package/lib/cjs/setup-tests.js +0 -19
  212. /package/__mf/css/async/{4233.85c2cbf6.css → 372.85c2cbf6.css} +0 -0
  213. /package/__mf/js/async/{4121.f8820bd7.js.LICENSE.txt → 121.56bb37a5.js.LICENSE.txt} +0 -0
  214. /package/__mf/js/async/{2386.84002e8c.js.LICENSE.txt → 181.0b23bdde.js.LICENSE.txt} +0 -0
  215. /package/__mf/js/async/{6274.b682460a.js.LICENSE.txt → 274.12deba12.js.LICENSE.txt} +0 -0
  216. /package/__mf/js/async/{392.614cab68.js.LICENSE.txt → 392.0e81d95d.js.LICENSE.txt} +0 -0
  217. /package/__mf/js/async/{5440.f8cb71c0.js.LICENSE.txt → 440.6f26c824.js.LICENSE.txt} +0 -0
  218. /package/__mf/js/async/{8470.8d2d3f35.js.LICENSE.txt → 470.cb0667bf.js.LICENSE.txt} +0 -0
  219. /package/__mf/js/async/{3181.9e8e9ef5.js.LICENSE.txt → 562.35b9aa36.js.LICENSE.txt} +0 -0
  220. /package/__mf/js/async/{5481.0c2e941f.js.LICENSE.txt → 862.ed1d2219.js.LICENSE.txt} +0 -0
  221. /package/__mf/js/async/{5562.fc9fccc9.js.LICENSE.txt → 941.2b0202f8.js.LICENSE.txt} +0 -0
  222. /package/__mf/js/async/{3944.f35af5a7.js.LICENSE.txt → 944.cab11a95.js.LICENSE.txt} +0 -0
  223. /package/__mf/js/async/{941.6703c1a7.js.LICENSE.txt → __federation_expose_GreptimeDBDatasource.6be8459e.js.LICENSE.txt} +0 -0
  224. /package/__mf/js/async/{__federation_expose_GreptimeDBDatasource.7d12e7b8.js.LICENSE.txt → __federation_expose_GreptimeDBLogQuery.f24d7d8a.js.LICENSE.txt} +0 -0
  225. /package/__mf/js/async/{__federation_expose_GreptimeDBLogQuery.f7fa9b26.js.LICENSE.txt → __federation_expose_GreptimeDBTimeSeriesQuery.29aad4a4.js.LICENSE.txt} +0 -0
  226. /package/__mf/js/async/{__federation_expose_GreptimeDBTimeSeriesQuery.867c743e.js.LICENSE.txt → __federation_expose_GreptimeDBTraceQuery.99448480.js.LICENSE.txt} +0 -0
package/mf-stats.json CHANGED
@@ -5,11 +5,11 @@
5
5
  "name": "GreptimeDB",
6
6
  "type": "app",
7
7
  "buildInfo": {
8
- "buildVersion": "0.1.0",
8
+ "buildVersion": "0.2.0-beta.1",
9
9
  "buildName": "@perses-dev/greptimedb-plugin"
10
10
  },
11
11
  "remoteEntry": {
12
- "name": "__mf/js/GreptimeDB.d666b53a.js",
12
+ "name": "__mf/js/GreptimeDB.9dbe6a08.js",
13
13
  "path": "",
14
14
  "type": "global"
15
15
  },
@@ -19,9 +19,9 @@
19
19
  "zip": "",
20
20
  "api": ""
21
21
  },
22
- "globalName": "GreptimeDB",
22
+ "globalName": "GreptimeDB_0_2_0_beta_1",
23
23
  "pluginVersion": "2.6.0",
24
- "getPublicPath": "function() { const prefix = window.PERSES_PLUGIN_ASSETS_PATH || window.PERSES_APP_CONFIG?.api_prefix || \"\"; return prefix + \"/plugins/GreptimeDB/\"; }"
24
+ "getPublicPath": "function() { const prefix = window.PERSES_PLUGIN_ASSETS_PATH || window.PERSES_APP_CONFIG?.api_prefix || \"\"; return prefix + \"/plugins/GreptimeDB~0.2.0-beta.1/\"; }"
25
25
  },
26
26
  "shared": [
27
27
  {
@@ -36,7 +36,7 @@
36
36
  "js": {
37
37
  "async": [],
38
38
  "sync": [
39
- "__mf/js/async/6274.b682460a.js"
39
+ "__mf/js/async/274.12deba12.js"
40
40
  ]
41
41
  },
42
42
  "css": {
@@ -60,8 +60,8 @@
60
60
  "js": {
61
61
  "async": [],
62
62
  "sync": [
63
- "__mf/js/async/1616.d071703e.js",
64
- "__mf/js/async/9235.8d75321e.js"
63
+ "__mf/js/async/235.2d160014.js",
64
+ "__mf/js/async/616.f724c0e3.js"
65
65
  ]
66
66
  },
67
67
  "css": {
@@ -85,8 +85,8 @@
85
85
  "js": {
86
86
  "async": [],
87
87
  "sync": [
88
- "__mf/js/async/5587.82a12128.js",
89
- "__mf/js/async/7968.d3024d8d.js"
88
+ "__mf/js/async/587.6faed243.js",
89
+ "__mf/js/async/968.9c6b03ae.js"
90
90
  ]
91
91
  },
92
92
  "css": {
@@ -100,23 +100,23 @@
100
100
  },
101
101
  {
102
102
  "singleton": true,
103
- "requiredVersion": "^0.54.0",
103
+ "requiredVersion": "^0.55.0-beta.6",
104
104
  "shareScope": "default",
105
105
  "name": "@perses-dev/components",
106
- "version": "0.54.0",
106
+ "version": "0.55.0-beta.6",
107
107
  "eager": false,
108
108
  "id": "GreptimeDB:@perses-dev/components",
109
109
  "assets": {
110
110
  "js": {
111
111
  "async": [],
112
112
  "sync": [
113
- "__mf/js/async/4233.a3ff3ed2.js"
113
+ "__mf/js/async/372.3eb7b91b.js"
114
114
  ]
115
115
  },
116
116
  "css": {
117
117
  "async": [],
118
118
  "sync": [
119
- "__mf/css/async/4233.85c2cbf6.css"
119
+ "__mf/css/async/372.85c2cbf6.css"
120
120
  ]
121
121
  }
122
122
  },
@@ -126,41 +126,17 @@
126
126
  },
127
127
  {
128
128
  "singleton": true,
129
- "requiredVersion": "^0.54.0",
130
- "shareScope": "default",
131
- "name": "@perses-dev/dashboards",
132
- "version": "0.54.0",
133
- "eager": false,
134
- "id": "GreptimeDB:@perses-dev/dashboards",
135
- "assets": {
136
- "js": {
137
- "async": [],
138
- "sync": [
139
- "__mf/js/async/7984.802dfa3c.js"
140
- ]
141
- },
142
- "css": {
143
- "async": [],
144
- "sync": []
145
- }
146
- },
147
- "usedIn": [],
148
- "usedExports": [],
149
- "fallback": ""
150
- },
151
- {
152
- "singleton": true,
153
- "requiredVersion": "^0.54.0",
129
+ "requiredVersion": "^0.55.0-beta.6",
154
130
  "shareScope": "default",
155
131
  "name": "@perses-dev/plugin-system",
156
- "version": "0.54.0",
132
+ "version": "0.55.0-beta.6",
157
133
  "eager": false,
158
134
  "id": "GreptimeDB:@perses-dev/plugin-system",
159
135
  "assets": {
160
136
  "js": {
161
137
  "async": [],
162
138
  "sync": [
163
- "__mf/js/async/3981.66746f5c.js"
139
+ "__mf/js/async/325.5fbc70db.js"
164
140
  ]
165
141
  },
166
142
  "css": {
@@ -184,7 +160,7 @@
184
160
  "js": {
185
161
  "async": [],
186
162
  "sync": [
187
- "__mf/js/async/5481.0c2e941f.js"
163
+ "__mf/js/async/862.ed1d2219.js"
188
164
  ]
189
165
  },
190
166
  "css": {
@@ -208,31 +184,7 @@
208
184
  "js": {
209
185
  "async": [],
210
186
  "sync": [
211
- "__mf/js/async/7192.8effb0f3.js"
212
- ]
213
- },
214
- "css": {
215
- "async": [],
216
- "sync": []
217
- }
218
- },
219
- "usedIn": [],
220
- "usedExports": [],
221
- "fallback": ""
222
- },
223
- {
224
- "singleton": true,
225
- "requiredVersion": "^undefined",
226
- "shareScope": "default",
227
- "name": "echarts",
228
- "version": "5.5.0",
229
- "eager": false,
230
- "id": "GreptimeDB:echarts",
231
- "assets": {
232
- "js": {
233
- "async": [],
234
- "sync": [
235
- "__mf/js/async/873.9041549c.js"
187
+ "__mf/js/async/192.1c56a673.js"
236
188
  ]
237
189
  },
238
190
  "css": {
@@ -256,7 +208,7 @@
256
208
  "js": {
257
209
  "async": [],
258
210
  "sync": [
259
- "__mf/js/async/392.614cab68.js"
211
+ "__mf/js/async/392.0e81d95d.js"
260
212
  ]
261
213
  },
262
214
  "css": {
@@ -280,7 +232,7 @@
280
232
  "js": {
281
233
  "async": [],
282
234
  "sync": [
283
- "__mf/js/async/8470.8d2d3f35.js"
235
+ "__mf/js/async/470.cb0667bf.js"
284
236
  ]
285
237
  },
286
238
  "css": {
@@ -304,7 +256,7 @@
304
256
  "js": {
305
257
  "async": [],
306
258
  "sync": [
307
- "__mf/js/async/8356.42f66891.js"
259
+ "__mf/js/async/356.a0a4fb90.js"
308
260
  ]
309
261
  },
310
262
  "css": {
@@ -328,7 +280,7 @@
328
280
  "js": {
329
281
  "async": [],
330
282
  "sync": [
331
- "__mf/js/async/5440.f8cb71c0.js"
283
+ "__mf/js/async/440.6f26c824.js"
332
284
  ]
333
285
  },
334
286
  "css": {
@@ -352,31 +304,7 @@
352
304
  "js": {
353
305
  "async": [],
354
306
  "sync": [
355
- "__mf/js/async/4121.f8820bd7.js"
356
- ]
357
- },
358
- "css": {
359
- "async": [],
360
- "sync": []
361
- }
362
- },
363
- "usedIn": [],
364
- "usedExports": [],
365
- "fallback": ""
366
- },
367
- {
368
- "singleton": true,
369
- "requiredVersion": "^3.2.0",
370
- "shareScope": "default",
371
- "name": "date-fns-tz",
372
- "version": "3.2.0",
373
- "eager": false,
374
- "id": "GreptimeDB:date-fns-tz",
375
- "assets": {
376
- "js": {
377
- "async": [],
378
- "sync": [
379
- "__mf/js/async/7978.f72fcb59.js"
307
+ "__mf/js/async/121.56bb37a5.js"
380
308
  ]
381
309
  },
382
310
  "css": {
@@ -400,29 +328,22 @@
400
328
  "assets": {
401
329
  "js": {
402
330
  "sync": [
403
- "__mf/js/async/__federation_expose_GreptimeDBDatasource.7d12e7b8.js"
331
+ "__mf/js/async/__federation_expose_GreptimeDBDatasource.6be8459e.js"
404
332
  ],
405
333
  "async": [
406
- "__mf/js/async/3944.f35af5a7.js",
407
- "__mf/js/async/6045.2b2dd0f6.js",
408
- "__mf/js/async/__federation_expose_GreptimeDBTimeSeriesQuery.867c743e.js",
409
- "__mf/js/async/__federation_expose_GreptimeDBLogQuery.f7fa9b26.js",
410
- "__mf/js/async/__federation_expose_GreptimeDBTraceQuery.a1f7328d.js",
411
- "__mf/js/async/1589.a4d4fad9.js",
412
- "__mf/js/async/4475.52c68e1f.js",
413
- "__mf/js/async/629.e085c447.js",
414
- "__mf/js/async/7177.746de250.js",
415
- "__mf/js/async/9588.925f1ab4.js",
416
- "__mf/js/async/5071.72c3afda.js",
417
- "__mf/js/async/9877.a7b7fb44.js",
418
- "__mf/js/async/2043.e37a8242.js",
419
- "__mf/js/async/9558.97ad4633.js"
334
+ "__mf/js/async/944.cab11a95.js",
335
+ "__mf/js/async/45.24cdf2be.js",
336
+ "__mf/js/async/__federation_expose_GreptimeDBTimeSeriesQuery.29aad4a4.js",
337
+ "__mf/js/async/__federation_expose_GreptimeDBLogQuery.f24d7d8a.js",
338
+ "__mf/js/async/__federation_expose_GreptimeDBTraceQuery.99448480.js",
339
+ "__mf/js/async/186.d822e51e.js",
340
+ "__mf/js/async/663.febe982d.js"
420
341
  ]
421
342
  },
422
343
  "css": {
423
344
  "sync": [],
424
345
  "async": [
425
- "__mf/css/async/4233.85c2cbf6.css"
346
+ "__mf/css/async/372.85c2cbf6.css"
426
347
  ]
427
348
  }
428
349
  }
@@ -436,26 +357,19 @@
436
357
  "assets": {
437
358
  "js": {
438
359
  "sync": [
439
- "__mf/js/async/3944.f35af5a7.js",
440
- "__mf/js/async/6045.2b2dd0f6.js",
441
- "__mf/js/async/__federation_expose_GreptimeDBTimeSeriesQuery.867c743e.js"
360
+ "__mf/js/async/944.cab11a95.js",
361
+ "__mf/js/async/45.24cdf2be.js",
362
+ "__mf/js/async/__federation_expose_GreptimeDBTimeSeriesQuery.29aad4a4.js"
442
363
  ],
443
364
  "async": [
444
- "__mf/js/async/1589.a4d4fad9.js",
445
- "__mf/js/async/4475.52c68e1f.js",
446
- "__mf/js/async/629.e085c447.js",
447
- "__mf/js/async/7177.746de250.js",
448
- "__mf/js/async/9588.925f1ab4.js",
449
- "__mf/js/async/5071.72c3afda.js",
450
- "__mf/js/async/9877.a7b7fb44.js",
451
- "__mf/js/async/2043.e37a8242.js",
452
- "__mf/js/async/9558.97ad4633.js"
365
+ "__mf/js/async/186.d822e51e.js",
366
+ "__mf/js/async/663.febe982d.js"
453
367
  ]
454
368
  },
455
369
  "css": {
456
370
  "sync": [],
457
371
  "async": [
458
- "__mf/css/async/4233.85c2cbf6.css"
372
+ "__mf/css/async/372.85c2cbf6.css"
459
373
  ]
460
374
  }
461
375
  }
@@ -469,26 +383,19 @@
469
383
  "assets": {
470
384
  "js": {
471
385
  "sync": [
472
- "__mf/js/async/3944.f35af5a7.js",
473
- "__mf/js/async/6045.2b2dd0f6.js",
474
- "__mf/js/async/__federation_expose_GreptimeDBLogQuery.f7fa9b26.js"
386
+ "__mf/js/async/944.cab11a95.js",
387
+ "__mf/js/async/45.24cdf2be.js",
388
+ "__mf/js/async/__federation_expose_GreptimeDBLogQuery.f24d7d8a.js"
475
389
  ],
476
390
  "async": [
477
- "__mf/js/async/1589.a4d4fad9.js",
478
- "__mf/js/async/4475.52c68e1f.js",
479
- "__mf/js/async/629.e085c447.js",
480
- "__mf/js/async/7177.746de250.js",
481
- "__mf/js/async/9588.925f1ab4.js",
482
- "__mf/js/async/5071.72c3afda.js",
483
- "__mf/js/async/9877.a7b7fb44.js",
484
- "__mf/js/async/2043.e37a8242.js",
485
- "__mf/js/async/9558.97ad4633.js"
391
+ "__mf/js/async/186.d822e51e.js",
392
+ "__mf/js/async/663.febe982d.js"
486
393
  ]
487
394
  },
488
395
  "css": {
489
396
  "sync": [],
490
397
  "async": [
491
- "__mf/css/async/4233.85c2cbf6.css"
398
+ "__mf/css/async/372.85c2cbf6.css"
492
399
  ]
493
400
  }
494
401
  }
@@ -502,26 +409,19 @@
502
409
  "assets": {
503
410
  "js": {
504
411
  "sync": [
505
- "__mf/js/async/3944.f35af5a7.js",
506
- "__mf/js/async/6045.2b2dd0f6.js",
507
- "__mf/js/async/__federation_expose_GreptimeDBTraceQuery.a1f7328d.js"
412
+ "__mf/js/async/944.cab11a95.js",
413
+ "__mf/js/async/45.24cdf2be.js",
414
+ "__mf/js/async/__federation_expose_GreptimeDBTraceQuery.99448480.js"
508
415
  ],
509
416
  "async": [
510
- "__mf/js/async/1589.a4d4fad9.js",
511
- "__mf/js/async/4475.52c68e1f.js",
512
- "__mf/js/async/629.e085c447.js",
513
- "__mf/js/async/7177.746de250.js",
514
- "__mf/js/async/9588.925f1ab4.js",
515
- "__mf/js/async/5071.72c3afda.js",
516
- "__mf/js/async/9877.a7b7fb44.js",
517
- "__mf/js/async/2043.e37a8242.js",
518
- "__mf/js/async/9558.97ad4633.js"
417
+ "__mf/js/async/186.d822e51e.js",
418
+ "__mf/js/async/663.febe982d.js"
519
419
  ]
520
420
  },
521
421
  "css": {
522
422
  "sync": [],
523
423
  "async": [
524
- "__mf/css/async/4233.85c2cbf6.css"
424
+ "__mf/css/async/372.85c2cbf6.css"
525
425
  ]
526
426
  }
527
427
  }
package/package.json CHANGED
@@ -1,38 +1,46 @@
1
1
  {
2
2
  "name": "@perses-dev/greptimedb-plugin",
3
- "version": "0.1.0",
3
+ "version": "0.2.0-beta.1",
4
4
  "license": "Apache-2.0",
5
+ "homepage": "https://github.com/perses/plugins/blob/main/README.md",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/perses/plugins.git"
9
+ },
10
+ "bugs": {
11
+ "url": "https://github.com/perses/plugins/issues"
12
+ },
5
13
  "scripts": {
6
14
  "dev": "rsbuild dev",
7
15
  "build": "npm run build-mf && concurrently \"npm:build:*\"",
8
16
  "build-mf": "rsbuild build",
9
- "build:cjs": "swc ./src -d dist/lib/cjs --strip-leading-paths --config-file ../.cjs.swcrc",
10
17
  "build:esm": "swc ./src -d dist/lib --strip-leading-paths --config-file ../.swcrc",
11
18
  "build:types": "tsc --project tsconfig.build.json",
12
- "lint": "eslint src --ext .ts,.tsx",
13
- "test": "cross-env LC_ALL=C TZ=UTC jest",
19
+ "lint": "oxlint src",
20
+ "test": "cross-env LC_ALL=C TZ=UTC vitest run",
14
21
  "type-check": "tsc --noEmit"
15
22
  },
16
- "main": "lib/cjs/index.js",
23
+ "type": "module",
24
+ "main": "lib/index.js",
17
25
  "module": "lib/index.js",
18
26
  "types": "lib/index.d.ts",
19
27
  "peerDependencies": {
20
28
  "@emotion/react": "^11.7.1",
21
29
  "@emotion/styled": "^11.6.0",
22
30
  "@hookform/resolvers": "^3.2.0",
23
- "@perses-dev/components": "^0.54.0",
24
- "@perses-dev/dashboards": "^0.54.0",
25
- "@perses-dev/plugin-system": "^0.54.0",
26
- "@perses-dev/client": "^0.54.0",
27
- "@perses-dev/spec": "^0.2.0",
31
+ "@perses-dev/components": "^0.55.0-beta.3",
32
+ "@perses-dev/dashboards": "^0.55.0-beta.6",
33
+ "@perses-dev/plugin-system": "^0.55.0-beta.6",
34
+ "@perses-dev/client": "^0.55.0-beta.6",
35
+ "@perses-dev/spec": "^0.3.0-beta.5",
28
36
  "@tanstack/react-query": "^4.39.1",
29
37
  "date-fns": "^4.1.0",
30
38
  "date-fns-tz": "^3.2.0",
31
39
  "echarts": "5.5.0",
32
40
  "immer": "^10.1.1",
33
41
  "lodash": "^4.17.21",
34
- "react": "^17.0.2 || ^18.0.0",
35
- "react-dom": "^17.0.2 || ^18.0.0",
42
+ "react": "^18.3.0",
43
+ "react-dom": "^18.3.0",
36
44
  "react-hook-form": "^7.52.2",
37
45
  "use-resize-observer": "^9.0.0"
38
46
  },