@ailaw/venus 0.13.5 → 0.13.6

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/dist/venus.es.js CHANGED
@@ -816,6 +816,12 @@ function __variableDynamicImportRuntime0__(path2) {
816
816
  return import("./ru2.js");
817
817
  case "../languages/ru3.ts":
818
818
  return import("./ru3.js");
819
+ case "../languages/tr.ts":
820
+ return import("./tr.js");
821
+ case "../languages/tr2.ts":
822
+ return import("./tr2.js");
823
+ case "../languages/tr3.ts":
824
+ return import("./tr3.js");
819
825
  default:
820
826
  return new Promise(function(resolve, reject) {
821
827
  (typeof queueMicrotask === "function" ? queueMicrotask : setTimeout)(reject.bind(null, new Error("Unknown variable dynamic import: " + path2)));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "0.13.5",
3
+ "version": "0.13.6",
4
4
  "files": [
5
5
  "dist"
6
6
  ],