@univerjs/engine-formula
Advanced tools
Comparing version 0.4.0-alpha.2 to 0.4.0-experimental.20241017-da434a2
@@ -0,3 +1,3 @@ | ||
import { FormulaAstLRU } from '../../basics/cache-lru'; | ||
import { compareToken } from '../../basics/token'; | ||
import { FormulaAstLRU } from '../../basics/cache-lru'; | ||
import { BaseValueObject, ErrorValueObject } from './base-value-object'; | ||
@@ -4,0 +4,0 @@ export type PrimitiveValueType = string | boolean | number | null; |
{ | ||
"name": "@univerjs/engine-formula", | ||
"version": "0.4.0-alpha.2", | ||
"version": "0.4.0-experimental.20241017-da434a2", | ||
"private": false, | ||
@@ -54,4 +54,4 @@ "description": "UniverSheet normal base-formula-engine", | ||
"numfmt": "^2.5.2", | ||
"@univerjs/core": "0.4.0-alpha.2", | ||
"@univerjs/rpc": "0.4.0-alpha.2" | ||
"@univerjs/core": "0.4.0-experimental.20241017-da434a2", | ||
"@univerjs/rpc": "0.4.0-experimental.20241017-da434a2" | ||
}, | ||
@@ -58,0 +58,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
48352
3944354
897
1
+ Added@univerjs/core@0.4.0-experimental.20241017-da434a2(transitive)
+ Added@univerjs/rpc@0.4.0-experimental.20241017-da434a2(transitive)
- Removed@univerjs/core@0.4.0-alpha.2(transitive)
- Removed@univerjs/rpc@0.4.0-alpha.2(transitive)