lakutata 0.1.18 → 0.1.19

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 -2
  2. package/package.json +1 -1
package/CLI.js CHANGED
@@ -53595,8 +53595,7 @@ var _path2 = require('path'); var _path3 = _interopRequireDefault(_path2);
53595
53595
  var ProjectType = /* @__PURE__ */ ((ProjectType2) => {
53596
53596
  ProjectType2["plain"] = "plain";
53597
53597
  ProjectType2["cli"] = "cli";
53598
- ProjectType2["desktop"] = "desktop";
53599
- ProjectType2["embed"] = "embed";
53598
+ ProjectType2["api"] = "api";
53600
53599
  return ProjectType2;
53601
53600
  })(ProjectType || {});
53602
53601
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lakutata",
3
- "version": "0.1.18",
3
+ "version": "0.1.19",
4
4
  "description": "An IoC-based universal application framework.",
5
5
  "main": "./Lakutata.js",
6
6
  "types": "./Lakutata.d.ts",