@lobb-js/lobb-ext-storage 0.8.1 → 0.8.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.
@@ -24,5 +24,3 @@ jobs:
24
24
  run: bun install
25
25
  - name: Publish to npm
26
26
  run: npm publish --access public
27
- env:
28
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
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
+ ## storage-ext@0.8.2 - 2026-03-28
6
+ #### Bug Fixes
7
+ - triggering the core package publish - (f0a8b54) - malik ben
8
+
9
+ - - -
10
+
5
11
  ## storage-ext@0.8.1 - 2026-03-28
6
12
  #### Bug Fixes
7
13
  - 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-storage",
3
- "version": "0.8.1",
3
+ "version": "0.8.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.2",
34
34
  "browser-fs-access": "^0.35.0",
35
35
  "hono": "^4.7.0",
36
36
  "openapi-types": "^12.1.3",