@univerjs/engine-render
Advanced tools
Comparing version 0.5.5-nightly.202501220324 to 0.5.5-nightly.202501221606
@@ -178,2 +178,7 @@ import { Nullable, Disposable, EventSubject } from '@univerjs/core'; | ||
getAllObjectsByOrderForPick(isDesc?: boolean): BaseObject[]; | ||
/** | ||
* Get object in all layers by okey. | ||
* @param oKey | ||
* @returns | ||
*/ | ||
getObject(oKey: string): Nullable<BaseObject>; | ||
@@ -180,0 +185,0 @@ getObjectIncludeInGroup(oKey: string): Nullable<BaseObject>; |
{ | ||
"name": "@univerjs/engine-render", | ||
"version": "0.5.5-nightly.202501220324", | ||
"version": "0.5.5-nightly.202501221606", | ||
"private": false, | ||
@@ -56,3 +56,3 @@ "description": "UniverSheet normal base-render", | ||
"opentype.js": "^1.3.4", | ||
"@univerjs/core": "0.5.5-nightly.202501220324" | ||
"@univerjs/core": "0.5.5-nightly.202501221606" | ||
}, | ||
@@ -59,0 +59,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
18698006
34118
0
+ Added@grpc/grpc-js@1.12.6(transitive)
+ Added@univerjs/core@0.5.5-nightly.202501221606(transitive)
- Removed@grpc/grpc-js@1.12.5(transitive)
- Removed@univerjs/core@0.5.5-nightly.202501220324(transitive)