excel-collab 0.1.9 → 0.1.12
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.
- package/CHANGELOG.md +33 -0
- package/lib/{Chart-Dw2FEGE7.mjs → Chart-CWS2gL7E.mjs} +2 -2
- package/lib/{Chart-Dw2FEGE7.mjs.map → Chart-CWS2gL7E.mjs.map} +1 -1
- package/lib/assets/worker-dhF_e7mP.js.map +1 -0
- package/lib/{index-DelscYpa.mjs → index-CPdu_XBQ.mjs} +10031 -10725
- package/lib/index-CPdu_XBQ.mjs.map +1 -0
- package/lib/index.es.js +1 -1
- package/lib/index.umd.js +107 -109
- package/lib/index.umd.js.map +1 -1
- package/lib/{jszip.min-Cz-xwbYO.mjs → jszip.min-CRPHfXuz.mjs} +2 -2
- package/lib/{jszip.min-Cz-xwbYO.mjs.map → jszip.min-CRPHfXuz.mjs.map} +1 -1
- package/package.json +2 -2
- package/lib/assets/worker-D2Jw4uBu.js.map +0 -1
- package/lib/index-DelscYpa.mjs.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,39 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## 0.1.12 (2026-01-06)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* publish to NPM ([8863293](https://github.com/nusr/excel/commit/8863293a8108721f75154a1c35251fd4d0b8257e))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## 0.1.11 (2026-01-06)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* publish to NPM ([b10c402](https://github.com/nusr/excel/commit/b10c4028a56dbb22002cb6e7d53920494246c4dc))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
## 0.1.10 (2026-01-06)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Bug Fixes
|
|
32
|
+
|
|
33
|
+
* CI ([2cffb94](https://github.com/nusr/excel/commit/2cffb94719b169d70e50b7861b13021f1e9dcf29))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
6
39
|
## 0.1.9 (2025-12-29)
|
|
7
40
|
|
|
8
41
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as Li, p as Zn, C as Ri, j as gt, d as Ei } from "./index-
|
|
1
|
+
import { a as Li, p as Zn, C as Ri, j as gt, d as Ei } from "./index-CPdu_XBQ.mjs";
|
|
2
2
|
import { memo as sn, useRef as Ii, useEffect as Fi } from "react";
|
|
3
3
|
function ue(i) {
|
|
4
4
|
return i + 0.5 | 0;
|
|
@@ -8880,4 +8880,4 @@ ph.displayName = "Chart";
|
|
|
8880
8880
|
export {
|
|
8881
8881
|
ph as default
|
|
8882
8882
|
};
|
|
8883
|
-
//# sourceMappingURL=Chart-
|
|
8883
|
+
//# sourceMappingURL=Chart-CWS2gL7E.mjs.map
|