@pluv/addon-indexeddb 4.0.2 → 4.1.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.
@@ -1,5 +1,5 @@
1
1
  $ tsdown
2
- ℹ tsdown v0.22.2 powered by rolldown v1.1.0
2
+ ℹ tsdown v0.22.2 powered by rolldown v1.1.1
3
3
  ℹ config file: /home/runner/work/pluv/pluv/packages/addon-indexeddb/tsdown.config.ts
4
4
  ℹ entry: src/index.ts
5
5
  ℹ target: esnext
@@ -14,4 +14,6 @@ Detected dependencies in bundle:
14
14
  ℹ dist/index.mjs.map 6.64 kB │ gzip: 2.08 kB
15
15
  ℹ dist/index.d.mts 5.84 kB │ gzip: 1.85 kB
16
16
  ℹ 4 files, total: 22.89 kB
17
- ✔ Build complete in 3026ms
17
+ [PLUGIN_TIMINGS] Your build spent significant time in plugin `rolldown-plugin-dts:generate`. See https://rolldown.rs/options/checks#plugintimings for more details.
18
+
19
+ ✔ Build complete in 3826ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @pluv/addon-indexeddb
2
2
 
3
+ ## 4.1.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @pluv/client@4.1.0
8
+ - @pluv/crdt@4.1.0
9
+
3
10
  ## 4.0.2
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pluv/addon-indexeddb",
3
- "version": "4.0.2",
3
+ "version": "4.1.0",
4
4
  "description": "@pluv/io indexeddb for client storage persistence",
5
5
  "author": {
6
6
  "email": "david@pluv.io",
@@ -21,16 +21,16 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "idb": "^8.0.3",
24
- "@pluv/client": "^4.0.2",
25
- "@pluv/crdt": "^4.0.2"
24
+ "@pluv/client": "^4.1.0",
25
+ "@pluv/crdt": "^4.1.0"
26
26
  },
27
27
  "devDependencies": {
28
- "eslint": "^10.4.1",
28
+ "eslint": "^10.5.0",
29
29
  "tsdown": "0.22.2",
30
30
  "typescript": "^5.9.3",
31
- "@pluv/tsconfig": "^4.0.2",
32
- "@pluv/types": "^4.0.2",
33
- "eslint-config-pluv": "^4.0.2"
31
+ "@pluv/tsconfig": "^4.1.0",
32
+ "@pluv/types": "^4.1.0",
33
+ "eslint-config-pluv": "^4.1.0"
34
34
  },
35
35
  "exports": {
36
36
  ".": "./dist/index.mjs",