@visactor/vrender-animate 1.0.33-alpha.1 → 1.0.34

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.
@@ -234,4 +234,4 @@ class Dissolve extends CustomEffectBase_1.HybridEffectBase {
234
234
  }
235
235
 
236
236
  exports.Dissolve = Dissolve;
237
- //# sourceMappingURL=dissolve.js.map
237
+ //# sourceMappingURL=dissolve.js.map
@@ -117,4 +117,4 @@ class Distortion extends CustomEffectBase_1.HybridEffectBase {
117
117
  }
118
118
 
119
119
  exports.Distortion = Distortion;
120
- //# sourceMappingURL=distortion.js.map
120
+ //# sourceMappingURL=distortion.js.map
@@ -77,4 +77,4 @@ class InputRichText extends custom_animate_1.ACustomAnimate {
77
77
  }
78
78
 
79
79
  exports.InputRichText = InputRichText;
80
- //# sourceMappingURL=input-richtext.js.map
80
+ //# sourceMappingURL=input-richtext.js.map
@@ -91,4 +91,4 @@ class OutputRichText extends custom_animate_1.ACustomAnimate {
91
91
  }
92
92
 
93
93
  exports.OutputRichText = OutputRichText;
94
- //# sourceMappingURL=output-richtext.js.map
94
+ //# sourceMappingURL=output-richtext.js.map
@@ -228,4 +228,4 @@ export class Dissolve extends HybridEffectBase {
228
228
  return new ImageData(result, width, height);
229
229
  }
230
230
  }
231
- //# sourceMappingURL=dissolve.js.map
231
+ //# sourceMappingURL=dissolve.js.map
@@ -109,4 +109,4 @@ export class Distortion extends HybridEffectBase {
109
109
  return this.distortionConfig.strength <= 0 ? canvas : super.afterStageRender(stage, canvas);
110
110
  }
111
111
  }
112
- //# sourceMappingURL=distortion.js.map
112
+ //# sourceMappingURL=distortion.js.map
@@ -71,4 +71,4 @@ export class InputRichText extends ACustomAnimate {
71
71
  this.target.setAttribute("textConfig", currentTextConfig);
72
72
  }
73
73
  }
74
- //# sourceMappingURL=input-richtext.js.map
74
+ //# sourceMappingURL=input-richtext.js.map
@@ -85,4 +85,4 @@ export class OutputRichText extends ACustomAnimate {
85
85
  return textConfig;
86
86
  }
87
87
  }
88
- //# sourceMappingURL=output-richtext.js.map
88
+ //# sourceMappingURL=output-richtext.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vrender-animate",
3
- "version": "1.0.33-alpha.1",
3
+ "version": "1.0.34",
4
4
  "description": "",
5
5
  "sideEffects": false,
6
6
  "main": "cjs/index.js",
@@ -13,7 +13,7 @@
13
13
  ],
14
14
  "dependencies": {
15
15
  "@visactor/vutils": "~1.0.12",
16
- "@visactor/vrender-core": "1.0.33-alpha.1"
16
+ "@visactor/vrender-core": "1.0.34"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@rushstack/eslint-patch": "~1.1.4",
@@ -30,8 +30,8 @@
30
30
  "typescript": "4.9.5",
31
31
  "cross-env": "^7.0.3",
32
32
  "@internal/bundler": "0.0.1",
33
- "@internal/ts-config": "0.0.1",
34
- "@internal/eslint-config": "0.0.1"
33
+ "@internal/eslint-config": "0.0.1",
34
+ "@internal/ts-config": "0.0.1"
35
35
  },
36
36
  "keywords": [
37
37
  "VisActor",