@git.zone/cli 1.9.121 → 1.9.124
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/assets/templates/website/.package.json +3 -3
- package/assets/templates/website/ts/index.ts +2 -2
- package/assets/templates/website/ts_web/index.ts +1 -1
- package/dist_ts/00_commitinfo_data.js +1 -1
- package/dist_ts/plugins.d.ts +0 -1
- package/package.json +8 -8
- package/ts/00_commitinfo_data.ts +1 -1
|
@@ -18,12 +18,12 @@ fileName: package.json
|
|
|
18
18
|
"author": "{{author.name}}",
|
|
19
19
|
"license": "{{module.license}}",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@api.global/typedserver": "^
|
|
21
|
+
"@api.global/typedserver": "^3.0.51",
|
|
22
22
|
"@consentsoftware_private/catalog": "^1.0.73",
|
|
23
23
|
"@design.estate/dees-domtools": "^2.0.23",
|
|
24
24
|
"@design.estate/dees-element": "^2.0.15",
|
|
25
|
-
"@push.rocks/
|
|
26
|
-
"@push.rocks/
|
|
25
|
+
"@push.rocks/qenv": "^6.0.5",
|
|
26
|
+
"@push.rocks/smartlog": "^3.0.7",
|
|
27
27
|
"@push.rocks/smartpath": "^5.0.5",
|
|
28
28
|
"@push.rocks/smartstate": "^2.0.0",
|
|
29
29
|
"@push.rocks/websetup": "^3.0.15"
|
|
@@ -3,10 +3,10 @@ import * as paths from './ffb.paths.js';
|
|
|
3
3
|
|
|
4
4
|
export const runCli = async () => {
|
|
5
5
|
const serviceQenv = new plugins.qenv.Qenv('./', './.nogit', false);
|
|
6
|
-
const websiteServer = new plugins.
|
|
6
|
+
const websiteServer = new plugins.typedserver.utilityservers.UtilityWebsiteServer({
|
|
7
7
|
feedMetadata: null,
|
|
8
8
|
domain: '{{module.projectDomain}}',
|
|
9
|
-
serveDir: paths.distWebDir
|
|
9
|
+
serveDir: paths.distWebDir,
|
|
10
10
|
});
|
|
11
11
|
await websiteServer.start();
|
|
12
12
|
};
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export const commitinfo = {
|
|
5
5
|
name: '@git.zone/cli',
|
|
6
|
-
version: '1.9.
|
|
6
|
+
version: '1.9.124',
|
|
7
7
|
description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.'
|
|
8
8
|
};
|
|
9
9
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSxlQUFlO0lBQ3JCLE9BQU8sRUFBRSxTQUFTO0lBQ2xCLFdBQVcsRUFBRSwyRkFBMkY7Q0FDekcsQ0FBQSJ9
|
package/dist_ts/plugins.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@git.zone/cli",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.9.
|
|
4
|
+
"version": "1.9.124",
|
|
5
5
|
"description": "A CLI toolbelt to streamline local development cycles by using various gitzone utilities.",
|
|
6
6
|
"main": "dist_ts/index.ts",
|
|
7
7
|
"typings": "dist_ts/index.d.ts",
|
|
@@ -34,13 +34,13 @@
|
|
|
34
34
|
},
|
|
35
35
|
"homepage": "https://pages.foss.global/git.zone/cli",
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@git.zone/tsbuild": "^2.1.
|
|
38
|
-
"@git.zone/tsrun": "^1.2.
|
|
37
|
+
"@git.zone/tsbuild": "^2.1.84",
|
|
38
|
+
"@git.zone/tsrun": "^1.2.49",
|
|
39
39
|
"@git.zone/tstest": "^1.0.90",
|
|
40
|
-
"@types/node": "^
|
|
40
|
+
"@types/node": "^22.7.4"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@git.zone/tsdoc": "^1.3.
|
|
43
|
+
"@git.zone/tsdoc": "^1.3.12",
|
|
44
44
|
"@push.rocks/commitinfo": "^1.0.12",
|
|
45
45
|
"@push.rocks/early": "^4.0.4",
|
|
46
46
|
"@push.rocks/gulp-function": "^3.0.7",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@push.rocks/smartchok": "^1.0.34",
|
|
51
51
|
"@push.rocks/smartcli": "^4.0.11",
|
|
52
52
|
"@push.rocks/smartdelay": "^3.0.5",
|
|
53
|
-
"@push.rocks/smartfile": "^11.0.
|
|
53
|
+
"@push.rocks/smartfile": "^11.0.21",
|
|
54
54
|
"@push.rocks/smartgulp": "^3.0.4",
|
|
55
55
|
"@push.rocks/smartinteract": "^2.0.15",
|
|
56
56
|
"@push.rocks/smartjson": "^5.0.20",
|
|
@@ -64,12 +64,12 @@
|
|
|
64
64
|
"@push.rocks/smartpath": "^5.0.18",
|
|
65
65
|
"@push.rocks/smartpromise": "^4.0.4",
|
|
66
66
|
"@push.rocks/smartscaf": "^4.0.15",
|
|
67
|
-
"@push.rocks/smartshell": "^3.0.
|
|
67
|
+
"@push.rocks/smartshell": "^3.0.6",
|
|
68
68
|
"@push.rocks/smartstream": "^3.0.44",
|
|
69
69
|
"@push.rocks/smartunique": "^3.0.9",
|
|
70
70
|
"@push.rocks/smartupdate": "^2.0.6",
|
|
71
71
|
"@types/through2": "^2.0.41",
|
|
72
|
-
"prettier": "^3.3.
|
|
72
|
+
"prettier": "^3.3.3",
|
|
73
73
|
"through2": "^4.0.2"
|
|
74
74
|
},
|
|
75
75
|
"files": [
|