@visactor/vrender-core 0.22.7 → 0.22.8

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.
@@ -385,4 +385,5 @@ function containStroke(commands, lineWidth, x, y) {
385
385
  return containPath(commands, lineWidth, !0, x, y);
386
386
  }
387
387
 
388
- exports.contain = contain, exports.containStroke = containStroke;
388
+ exports.contain = contain, exports.containStroke = containStroke;
389
+ //# sourceMappingURL=util.js.map
@@ -50,5 +50,4 @@ class ColorStore {
50
50
  }
51
51
  }
52
52
 
53
- exports.ColorStore = ColorStore, ColorStore.store255 = {}, ColorStore.store1 = {};
54
- //# sourceMappingURL=store.js.map
53
+ exports.ColorStore = ColorStore, ColorStore.store255 = {}, ColorStore.store1 = {};
package/es/canvas/util.js CHANGED
@@ -371,4 +371,5 @@ export function contain(commands, x, y) {
371
371
 
372
372
  export function containStroke(commands, lineWidth, x, y) {
373
373
  return containPath(commands, lineWidth, !0, x, y);
374
- }
374
+ }
375
+ //# sourceMappingURL=util.js.map
@@ -44,5 +44,4 @@ export class ColorStore {
44
44
  }
45
45
  }
46
46
 
47
- ColorStore.store255 = {}, ColorStore.store1 = {};
48
- //# sourceMappingURL=store.js.map
47
+ ColorStore.store255 = {}, ColorStore.store1 = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vrender-core",
3
- "version": "0.22.7",
3
+ "version": "0.22.8",
4
4
  "description": "",
5
5
  "sideEffects": [
6
6
  "./src/modules.ts",