@visactor/vrender-kits 0.21.13 → 0.21.15-alpha.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/cjs/env/wx.js CHANGED
@@ -20,5 +20,4 @@ exports.wxEnvModule = new vrender_core_1.ContainerModule((bind => {
20
20
  exports.wxEnvModule._isWxBound || (exports.wxEnvModule._isWxBound = !0, bind(wx_contribution_2.WxEnvContribution).toSelf().inSingletonScope(),
21
21
  bind(vrender_core_1.EnvContribution).toService(wx_contribution_2.WxEnvContribution));
22
22
  })), exports.wxEnvModule._isWxBound = !1, exports.loadWxEnv = loadWxEnv, loadWxEnv.__loaded = !1,
23
- exports.initWxEnv = initWxEnv;
24
- //# sourceMappingURL=wx.js.map
23
+ exports.initWxEnv = initWxEnv;
@@ -60,4 +60,5 @@ function createGifImage(attributes) {
60
60
  return new GifImage(attributes);
61
61
  }
62
62
 
63
- exports.GifImage = GifImage, exports.createGifImage = createGifImage;
63
+ exports.GifImage = GifImage, exports.createGifImage = createGifImage;
64
+ //# sourceMappingURL=gif-image.js.map
package/es/env/wx.js CHANGED
@@ -24,5 +24,4 @@ loadWxEnv.__loaded = !1;
24
24
 
25
25
  export function initWxEnv() {
26
26
  loadWxEnv(container);
27
- }
28
- //# sourceMappingURL=wx.js.map
27
+ }
@@ -58,4 +58,5 @@ export class GifImage extends Image {
58
58
 
59
59
  export function createGifImage(attributes) {
60
60
  return new GifImage(attributes);
61
- }
61
+ }
62
+ //# sourceMappingURL=gif-image.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vrender-kits",
3
- "version": "0.21.13",
3
+ "version": "0.21.15-alpha.1",
4
4
  "description": "",
5
5
  "sideEffects": false,
6
6
  "main": "cjs/index.js",
@@ -12,8 +12,8 @@
12
12
  "dist"
13
13
  ],
14
14
  "dependencies": {
15
- "@visactor/vutils": "~0.19.3",
16
- "@visactor/vrender-core": "0.21.13",
15
+ "@visactor/vutils": "~0.19.4",
16
+ "@visactor/vrender-core": "0.21.15-alpha.1",
17
17
  "@resvg/resvg-js": "2.4.1",
18
18
  "roughjs": "4.5.2",
19
19
  "gifuct-js": "2.1.2"
@@ -33,8 +33,8 @@
33
33
  "typescript": "4.9.5",
34
34
  "cross-env": "^7.0.3",
35
35
  "@internal/bundler": "0.0.1",
36
- "@internal/eslint-config": "0.0.1",
37
- "@internal/ts-config": "0.0.1"
36
+ "@internal/ts-config": "0.0.1",
37
+ "@internal/eslint-config": "0.0.1"
38
38
  },
39
39
  "keywords": [
40
40
  "VisActor",