@seeka-labs/cli-apps 3.2.5 → 3.3.1
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/.gitlab-ci.yml +0 -1
- package/dist/init-template/app/browser/package.json +1 -1
- package/dist/init-template/app/lib/package.json +1 -1
- package/dist/init-template/app/server-azurefunc/package.json +1 -1
- package/dist/init-template/app/ui/package.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -35457,7 +35457,7 @@ function stringArrayToMap(arr) {
|
|
|
35457
35457
|
}
|
|
35458
35458
|
|
|
35459
35459
|
// package.json
|
|
35460
|
-
var version = "3.
|
|
35460
|
+
var version = "3.3.1";
|
|
35461
35461
|
|
|
35462
35462
|
// src/helpers/console/index.ts
|
|
35463
35463
|
var showSeekaLogo = () => {
|