@univerjs/engine-render 0.25.0 → 0.25.1
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.
- package/lib/cjs/index.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/umd/index.js +1 -1
- package/package.json +3 -3
package/lib/cjs/index.js
CHANGED
|
@@ -24925,7 +24925,7 @@ Engine = __decorate([__decorateParam(2, ICanvasColorService)], Engine);
|
|
|
24925
24925
|
//#endregion
|
|
24926
24926
|
//#region package.json
|
|
24927
24927
|
var name = "@univerjs/engine-render";
|
|
24928
|
-
var version = "0.25.
|
|
24928
|
+
var version = "0.25.1";
|
|
24929
24929
|
|
|
24930
24930
|
//#endregion
|
|
24931
24931
|
//#region src/config/config.ts
|
package/lib/es/index.js
CHANGED
|
@@ -24900,7 +24900,7 @@ Engine = __decorate([__decorateParam(2, ICanvasColorService)], Engine);
|
|
|
24900
24900
|
//#endregion
|
|
24901
24901
|
//#region package.json
|
|
24902
24902
|
var name = "@univerjs/engine-render";
|
|
24903
|
-
var version = "0.25.
|
|
24903
|
+
var version = "0.25.1";
|
|
24904
24904
|
|
|
24905
24905
|
//#endregion
|
|
24906
24906
|
//#region src/config/config.ts
|