@visactor/vrender-kits 0.17.20-alpha.3 → 0.17.20-alpha.5
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/contributions/feishu-contribution.js +1 -2
- package/cjs/env/contributions/taro-contribution.js +2 -1
- package/cjs/render/contributions/render-module.js +2 -0
- package/cjs/window/contributions/browser-contribution.js +1 -1
- package/es/env/contributions/feishu-contribution.js +1 -2
- package/es/env/contributions/taro-contribution.js +2 -1
- package/es/render/contributions/render-module.js +2 -0
- package/es/window/contributions/browser-contribution.js +1 -1
- package/package.json +2 -2
|
@@ -97,5 +97,4 @@ let FeishuEnvContribution = class extends vrender_core_1.BaseEnvContribution {
|
|
|
97
97
|
};
|
|
98
98
|
|
|
99
99
|
FeishuEnvContribution = __decorate([ (0, vrender_core_1.injectable)(), __metadata("design:paramtypes", []) ], FeishuEnvContribution),
|
|
100
|
-
exports.FeishuEnvContribution = FeishuEnvContribution;
|
|
101
|
-
//# sourceMappingURL=feishu-contribution.js.map
|
|
100
|
+
exports.FeishuEnvContribution = FeishuEnvContribution;
|
|
@@ -111,4 +111,5 @@ let TaroEnvContribution = class extends vrender_core_1.BaseEnvContribution {
|
|
|
111
111
|
};
|
|
112
112
|
|
|
113
113
|
TaroEnvContribution = __decorate([ (0, vrender_core_1.injectable)(), __metadata("design:paramtypes", []) ], TaroEnvContribution),
|
|
114
|
-
exports.TaroEnvContribution = TaroEnvContribution;
|
|
114
|
+
exports.TaroEnvContribution = TaroEnvContribution;
|
|
115
|
+
//# sourceMappingURL=taro-contribution.js.map
|
|
@@ -174,4 +174,4 @@ vrender_core_1.injectable)(), __metadata("design:paramtypes", []) ], BrowserWind
|
|
|
174
174
|
exports.BrowserWindowHandlerContribution = BrowserWindowHandlerContribution, exports.browserWindowModule = new vrender_core_1.ContainerModule((bind => {
|
|
175
175
|
bind(BrowserWindowHandlerContribution).toSelf(), bind(vrender_core_1.WindowHandlerContribution).toDynamicValue((ctx => ctx.container.get(BrowserWindowHandlerContribution))).whenTargetNamed(BrowserWindowHandlerContribution.env);
|
|
176
176
|
}));
|
|
177
|
-
//# sourceMappingURL=browser-contribution.js.map
|
|
177
|
+
//# sourceMappingURL=browser-contribution.js.map
|
|
@@ -94,5 +94,4 @@ let FeishuEnvContribution = class extends BaseEnvContribution {
|
|
|
94
94
|
|
|
95
95
|
FeishuEnvContribution = __decorate([ injectable(), __metadata("design:paramtypes", []) ], FeishuEnvContribution);
|
|
96
96
|
|
|
97
|
-
export { FeishuEnvContribution };
|
|
98
|
-
//# sourceMappingURL=feishu-contribution.js.map
|
|
97
|
+
export { FeishuEnvContribution };
|
|
@@ -108,4 +108,5 @@ let TaroEnvContribution = class extends BaseEnvContribution {
|
|
|
108
108
|
|
|
109
109
|
TaroEnvContribution = __decorate([ injectable(), __metadata("design:paramtypes", []) ], TaroEnvContribution);
|
|
110
110
|
|
|
111
|
-
export { TaroEnvContribution };
|
|
111
|
+
export { TaroEnvContribution };
|
|
112
|
+
//# sourceMappingURL=taro-contribution.js.map
|
|
@@ -172,4 +172,4 @@ export { BrowserWindowHandlerContribution };
|
|
|
172
172
|
export const browserWindowModule = new ContainerModule((bind => {
|
|
173
173
|
bind(BrowserWindowHandlerContribution).toSelf(), bind(WindowHandlerContribution).toDynamicValue((ctx => ctx.container.get(BrowserWindowHandlerContribution))).whenTargetNamed(BrowserWindowHandlerContribution.env);
|
|
174
174
|
}));
|
|
175
|
-
//# sourceMappingURL=browser-contribution.js.map
|
|
175
|
+
//# sourceMappingURL=browser-contribution.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visactor/vrender-kits",
|
|
3
|
-
"version": "0.17.20-alpha.
|
|
3
|
+
"version": "0.17.20-alpha.5",
|
|
4
4
|
"description": "",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "cjs/index.js",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"dist"
|
|
13
13
|
],
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@visactor/vrender-core": "0.17.20-alpha.
|
|
15
|
+
"@visactor/vrender-core": "0.17.20-alpha.5",
|
|
16
16
|
"@visactor/vutils": "~0.17.3",
|
|
17
17
|
"@resvg/resvg-js": "2.4.1",
|
|
18
18
|
"roughjs": "4.5.2"
|