lakutata 0.1.23 → 0.1.24

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.
Files changed (2) hide show
  1. package/CLI.js +1 -0
  2. package/package.json +1 -1
package/CLI.js CHANGED
@@ -53596,6 +53596,7 @@ var ProjectType = /* @__PURE__ */ ((ProjectType2) => {
53596
53596
  ProjectType2["plain"] = "plain";
53597
53597
  ProjectType2["cli"] = "cli";
53598
53598
  ProjectType2["api"] = "api";
53599
+ ProjectType2["electron"] = "electron";
53599
53600
  return ProjectType2;
53600
53601
  })(ProjectType || {});
53601
53602
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lakutata",
3
- "version": "0.1.23",
3
+ "version": "0.1.24",
4
4
  "description": "An IoC-based universal application framework.",
5
5
  "main": "./Lakutata.js",
6
6
  "types": "./Lakutata.d.ts",