@perses-dev/loki-plugin 0.3.0 → 0.4.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.
Files changed (39) hide show
  1. package/__mf/js/{Loki.2f631825.js → Loki.c48c56a7.js} +3 -3
  2. package/__mf/js/async/1398.ca579c40.js +2 -0
  3. package/__mf/js/async/{4310.b96a5c66.js → 4310.6d2d2ce3.js} +2 -2
  4. package/__mf/js/async/{4421.5adcbc2d.js → 4421.28cc8e2d.js} +1 -1
  5. package/__mf/js/async/4557.fd670526.js +2 -0
  6. package/__mf/js/async/4676.d4c41b7a.js +22 -0
  7. package/__mf/js/async/7797.822237c9.js +1 -0
  8. package/__mf/js/async/9554.728cf7b9.js +2 -0
  9. package/__mf/js/async/{__federation_expose_LokiDatasource.a9871645.js → __federation_expose_LokiDatasource.3ce6abca.js} +2 -2
  10. package/__mf/js/async/__federation_expose_LokiLogQuery.c446c7ff.js +1 -0
  11. package/__mf/js/async/__federation_expose_LokiTimeSeriesQuery.eda99bf8.js +1 -0
  12. package/__mf/js/{main.174be1bc.js → main.ccf461ea.js} +3 -3
  13. package/lib/cjs/queries/loki-log-query/LokiLogQueryEditor.js +5 -16
  14. package/lib/cjs/queries/loki-time-series-query/LokiTimeSeriesQueryEditor.js +5 -16
  15. package/lib/queries/loki-log-query/LokiLogQueryEditor.d.ts.map +1 -1
  16. package/lib/queries/loki-log-query/LokiLogQueryEditor.js +4 -15
  17. package/lib/queries/loki-log-query/LokiLogQueryEditor.js.map +1 -1
  18. package/lib/queries/loki-log-query/log-query-plugin-interface.d.ts +0 -1
  19. package/lib/queries/loki-log-query/log-query-plugin-interface.d.ts.map +1 -1
  20. package/lib/queries/loki-log-query/log-query-plugin-interface.js.map +1 -1
  21. package/lib/queries/loki-time-series-query/LokiTimeSeriesQueryEditor.d.ts.map +1 -1
  22. package/lib/queries/loki-time-series-query/LokiTimeSeriesQueryEditor.js +4 -15
  23. package/lib/queries/loki-time-series-query/LokiTimeSeriesQueryEditor.js.map +1 -1
  24. package/mf-manifest.json +27 -27
  25. package/mf-stats.json +27 -27
  26. package/package.json +6 -6
  27. package/__mf/js/async/2178.c22bac1c.js +0 -2
  28. package/__mf/js/async/2472.75bb97e0.js +0 -22
  29. package/__mf/js/async/2708.9651e2da.js +0 -1
  30. package/__mf/js/async/529.f12e49de.js +0 -2
  31. package/__mf/js/async/9563.0375701c.js +0 -2
  32. package/__mf/js/async/__federation_expose_LokiLogQuery.9b430d01.js +0 -1
  33. package/__mf/js/async/__federation_expose_LokiTimeSeriesQuery.61feff51.js +0 -1
  34. /package/__mf/js/async/{9563.0375701c.js.LICENSE.txt → 1398.ca579c40.js.LICENSE.txt} +0 -0
  35. /package/__mf/js/async/{4310.b96a5c66.js.LICENSE.txt → 4310.6d2d2ce3.js.LICENSE.txt} +0 -0
  36. /package/__mf/js/async/{2178.c22bac1c.js.LICENSE.txt → 4557.fd670526.js.LICENSE.txt} +0 -0
  37. /package/__mf/js/async/{2472.75bb97e0.js.LICENSE.txt → 4676.d4c41b7a.js.LICENSE.txt} +0 -0
  38. /package/__mf/js/async/{529.f12e49de.js.LICENSE.txt → 9554.728cf7b9.js.LICENSE.txt} +0 -0
  39. /package/__mf/js/async/{__federation_expose_LokiDatasource.a9871645.js.LICENSE.txt → __federation_expose_LokiDatasource.3ce6abca.js.LICENSE.txt} +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@perses-dev/loki-plugin",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "scripts": {
5
5
  "dev": "rsbuild dev",
6
6
  "build": "npm run build-mf && concurrently \"npm:build:*\"",
@@ -21,11 +21,11 @@
21
21
  "@emotion/react": "^11.7.1",
22
22
  "@emotion/styled": "^11.6.0",
23
23
  "@hookform/resolvers": "^3.2.0",
24
- "@perses-dev/components": "^0.53.0-beta.1",
25
- "@perses-dev/core": "^0.53.0-beta.1",
26
- "@perses-dev/dashboards": "^0.53.0-beta.1",
27
- "@perses-dev/explore": "^0.53.0-beta.1",
28
- "@perses-dev/plugin-system": "^0.53.0-beta.1",
24
+ "@perses-dev/components": "^0.53.0-beta.2",
25
+ "@perses-dev/core": "^0.53.0-beta.2",
26
+ "@perses-dev/dashboards": "^0.53.0-beta.2",
27
+ "@perses-dev/explore": "^0.53.0-beta.2",
28
+ "@perses-dev/plugin-system": "^0.53.0-beta.2",
29
29
  "@tanstack/react-query": "^4.39.1",
30
30
  "date-fns": "^4.1.0",
31
31
  "date-fns-tz": "^3.2.0",