@seeka-labs/cli-apps 3.4.4 → 3.5.0
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/init-template/README.md +14 -12
- package/dist/init-template/app/browser/package.json +4 -4
- package/dist/init-template/app/browser/scripts/esbuild/build-browser-plugin.mjs +19 -8
- package/dist/init-template/app/lib/package.json +1 -1
- package/dist/init-template/app/server-azurefunc/package.json +3 -3
- package/dist/init-template/app/server-azurefunc/src/app/api/router.ts +13 -13
- package/dist/init-template/app/server-azurefunc/src/functions/ui.ts +6 -2
- package/dist/init-template/app/ui/package.json +1 -1
- package/dist/init-template/package.json +16 -9
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -35657,7 +35657,7 @@ var os2 = __toESM(require("os"));
|
|
|
35657
35657
|
var path4 = __toESM(require("path"));
|
|
35658
35658
|
|
|
35659
35659
|
// package.json
|
|
35660
|
-
var version = "3.
|
|
35660
|
+
var version = "3.5.0";
|
|
35661
35661
|
|
|
35662
35662
|
// src/helpers/index.ts
|
|
35663
35663
|
var fs2 = __toESM(require("fs"));
|