@acorex/core 7.0.28 → 7.0.29

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.
@@ -154,3 +154,4 @@ class AXColorUtil {
154
154
 
155
155
  export { AXColorUtil, AXDrawingUtil, AXObjectUtil, AXStringUtil };
156
156
  //# sourceMappingURL=acorex-core-utils.mjs.map
157
+ //# sourceMappingURL=acorex-core-utils.mjs.map
@@ -154,3 +154,4 @@ class AXColorUtil {
154
154
 
155
155
  export { AXColorUtil, AXDrawingUtil, AXObjectUtil, AXStringUtil };
156
156
  //# sourceMappingURL=acorex-core-utils.mjs.map
157
+ //# sourceMappingURL=acorex-core-utils.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/core",
3
- "version": "7.0.28",
3
+ "version": "7.0.29",
4
4
  "dependencies": {
5
5
  "tslib": "^2.3.0"
6
6
  },