@lobb-js/lobb-ext-reports 0.3.1 → 0.3.2

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 (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,15 @@
2
2
  All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
3
3
 
4
4
  - - -
5
+ ## reports-ext@0.3.2 - 2026-03-28
6
+ #### Bug Fixes
7
+ - update readme to trigger publish - (cf1e896) - malik ben
8
+ - update READMEs to trigger republish of all packages - (2bd145d) - malik ben
9
+ #### Miscellaneous Chores
10
+ - (**version**) 0.26.2 - (1907933) - Cocogitto Bot
11
+
12
+ - - -
13
+
5
14
  ## reports-ext@0.3.1 - 2026-03-28
6
15
  #### Bug Fixes
7
16
  - adding readme to all packages - (3a9264a) - malik ben
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobb-js/lobb-ext-reports",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "license": "AGPL-3.0-only",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -30,7 +30,7 @@
30
30
  "build:studio": "vite build"
31
31
  },
32
32
  "dependencies": {
33
- "@lobb-js/core": "0.13.1",
33
+ "@lobb-js/core": "^0.13.3",
34
34
  "chart.js": "^4.4.8",
35
35
  "hono": "^4.7.0",
36
36
  "lodash-es": "^4.17.21",
@@ -39,7 +39,7 @@
39
39
  "devDependencies": {
40
40
  "@faker-js/faker": "^9.6.0",
41
41
  "@playwright/test": "^1.58.2",
42
- "@lobb-js/studio": "0.7.1",
42
+ "@lobb-js/studio": "^0.7.2",
43
43
  "@lucide/svelte": "^0.563.1",
44
44
  "@sveltejs/adapter-node": "^5.5.4",
45
45
  "@sveltejs/kit": "^2.55.0",