@univerjs/engine-formula 0.5.5-nightly.202501211606 → 0.5.5

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.
@@ -2,7 +2,6 @@ import { IDisposable, FBase, ICommandService, IConfigService, Injector } from '@
2
2
  import { FormulaExecutedStateType, IExecutionInProgressParams, ISequenceNode, LexerTreeBuilder } from '@univerjs/engine-formula';
3
3
  /**
4
4
  * This interface class provides methods to modify the behavior of the operation formula.
5
- * @hideconstructor
6
5
  */
7
6
  export declare class FFormula extends FBase {
8
7
  protected readonly _commandService: ICommandService;
@@ -10,9 +9,6 @@ export declare class FFormula extends FBase {
10
9
  private _lexerTreeBuilder;
11
10
  protected readonly _configService: IConfigService;
12
11
  constructor(_commandService: ICommandService, _injector: Injector, _lexerTreeBuilder: LexerTreeBuilder, _configService: IConfigService);
13
- /**
14
- * @ignore
15
- */
16
12
  _initialize(): void;
17
13
  /**
18
14
  * The tree builder for formula string.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/engine-formula",
3
- "version": "0.5.5-nightly.202501211606",
3
+ "version": "0.5.5",
4
4
  "private": false,
5
5
  "description": "UniverSheet normal base-formula-engine",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -56,8 +56,8 @@
56
56
  "@flatten-js/interval-tree": "^1.1.3",
57
57
  "decimal.js": "^10.4.3",
58
58
  "numfmt": "^2.5.2",
59
- "@univerjs/core": "0.5.5-nightly.202501211606",
60
- "@univerjs/rpc": "0.5.5-nightly.202501211606"
59
+ "@univerjs/rpc": "0.5.5",
60
+ "@univerjs/core": "0.5.5"
61
61
  },
62
62
  "devDependencies": {
63
63
  "rxjs": "^7.8.1",