@seeka-labs/cli-apps 3.9.8 → 3.9.10
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.cjs +1 -1
- package/dist/init-template.zip +0 -0
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -39932,7 +39932,7 @@ var os2 = __toESM(require("os"), 1);
|
|
|
39932
39932
|
var path7 = __toESM(require("path"), 1);
|
|
39933
39933
|
|
|
39934
39934
|
// package.json
|
|
39935
|
-
var version = "3.9.
|
|
39935
|
+
var version = "3.9.10";
|
|
39936
39936
|
|
|
39937
39937
|
// src/helpers/index.ts
|
|
39938
39938
|
var fs2 = __toESM(require("fs"), 1);
|
package/dist/init-template.zip
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seeka-labs/cli-apps",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.10",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Seeka - Apps CLI",
|
|
6
6
|
"author": "SEEKA <platform@seeka.co>",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"ts-node": "^10",
|
|
70
70
|
"typescript": "^5"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "71ffbf517682c7878af5604dcbf30e87a16124a1"
|
|
73
73
|
}
|