@univerjs/sheets-source-binding 0.5.5-nightly.202501221606 → 0.5.5-nightly.202501241606

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,4 +1,7 @@
1
1
  import { BindModeEnum, DataBindingNodeTypeEnum } from '@univerjs/sheets-source-binding';
2
+ /**
3
+ * @ignore
4
+ */
2
5
  export interface ISourceBindingEnumMixin {
3
6
  /**
4
7
  * Represents the type of data binding node.{@link DataBindingNodeTypeEnum}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/sheets-source-binding",
3
- "version": "0.5.5-nightly.202501221606",
3
+ "version": "0.5.5-nightly.202501241606",
4
4
  "private": false,
5
5
  "description": "A library for connect and bind data from other sources to Univer Sheets",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -51,12 +51,12 @@
51
51
  "rxjs": ">=7.0.0"
52
52
  },
53
53
  "dependencies": {
54
- "@univerjs/core": "0.5.5-nightly.202501221606",
55
- "@univerjs/sheets": "0.5.5-nightly.202501221606"
54
+ "@univerjs/sheets": "0.5.5-nightly.202501241606",
55
+ "@univerjs/core": "0.5.5-nightly.202501241606"
56
56
  },
57
57
  "devDependencies": {
58
58
  "rxjs": "^7.8.1",
59
- "typescript": "^5.7.2",
59
+ "typescript": "^5.7.3",
60
60
  "vite": "^6.0.7",
61
61
  "vitest": "^2.1.8",
62
62
  "@univerjs-infra/shared": "0.5.5"