@univerjs/sheets-hyper-link 0.6.2 → 0.6.3

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/lib/es/index.js +4 -7
  2. package/package.json +7 -7
package/lib/es/index.js CHANGED
@@ -276,13 +276,10 @@ let ee = class extends V {
276
276
  startRow: n.row,
277
277
  endRow: n.row
278
278
  };
279
- this._watchDisposableMap.set(
280
- s,
281
- this._refRangeService.watchRange(e, t, i, (a, o) => {
282
- const { redos: c } = this._handlePositionChange(e, t, n, o, !0);
283
- Re(c, this._commandService, { onlyLocal: !0 });
284
- }, !0)
285
- );
279
+ this._watchDisposableMap.set(s, this._refRangeService.watchRange(e, t, i, (a, o) => {
280
+ const { redos: c } = this._handlePositionChange(e, t, n, o, !0);
281
+ Re(c, this._commandService, { onlyLocal: !0 });
282
+ }, !0));
286
283
  }
287
284
  _unregisterPosition(e) {
288
285
  const t = this._disposableMap.get(e);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/sheets-hyper-link",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -52,17 +52,17 @@
52
52
  },
53
53
  "dependencies": {
54
54
  "@univerjs/protocol": "0.1.43",
55
- "@univerjs/core": "0.6.2",
56
- "@univerjs/engine-formula": "0.6.2",
57
- "@univerjs/sheets": "0.6.2",
58
- "@univerjs/docs": "0.6.2"
55
+ "@univerjs/core": "0.6.3",
56
+ "@univerjs/sheets": "0.6.3",
57
+ "@univerjs/engine-formula": "0.6.3",
58
+ "@univerjs/docs": "0.6.3"
59
59
  },
60
60
  "devDependencies": {
61
61
  "rxjs": "^7.8.1",
62
- "typescript": "^5.7.3",
62
+ "typescript": "^5.8.2",
63
63
  "vite": "^6.2.0",
64
64
  "vitest": "^3.0.7",
65
- "@univerjs-infra/shared": "0.6.2"
65
+ "@univerjs-infra/shared": "0.6.3"
66
66
  },
67
67
  "scripts": {
68
68
  "test": "vitest run",