fix(core): Update dependencies and improve build configurations
This commit is contained in:
		| @@ -18,12 +18,12 @@ fileName: package.json | ||||
|   "author": "{{author.name}}", | ||||
|   "license": "{{module.license}}", | ||||
|   "dependencies": { | ||||
|     "@api.global/typedserver": "^1.0.16", | ||||
|     "@api.global/typedserver": "^3.0.51", | ||||
|     "@consentsoftware_private/catalog": "^1.0.73", | ||||
|     "@design.estate/dees-domtools": "^2.0.23", | ||||
|     "@design.estate/dees-element": "^2.0.15", | ||||
|     "@push.rocks/smartlog": "^2.0.1", | ||||
|     "@push.rocks/qenv": "^5.0.2", | ||||
|     "@push.rocks/qenv": "^6.0.5", | ||||
|     "@push.rocks/smartlog": "^3.0.7", | ||||
|     "@push.rocks/smartpath": "^5.0.5", | ||||
|     "@push.rocks/smartstate": "^2.0.0", | ||||
|     "@push.rocks/websetup": "^3.0.15" | ||||
|   | ||||
| @@ -3,10 +3,10 @@ import * as paths from './ffb.paths.js'; | ||||
|  | ||||
| export const runCli = async () => { | ||||
|   const serviceQenv = new plugins.qenv.Qenv('./', './.nogit', false); | ||||
|   const websiteServer = new plugins.loleWebsiteserver.LoleWebsiteServer({ | ||||
|   const websiteServer = new plugins.typedserver.utilityservers.UtilityWebsiteServer({ | ||||
|     feedMetadata: null, | ||||
|     domain: '{{module.projectDomain}}', | ||||
|     serveDir: paths.distWebDir | ||||
|     serveDir: paths.distWebDir, | ||||
|   }); | ||||
|   await websiteServer.start(); | ||||
| }; | ||||
|   | ||||
| @@ -45,7 +45,7 @@ const run = async () => { | ||||
|     }, | ||||
|   }); | ||||
|  | ||||
|   const serviceWorker = serviceworker.getServiceWorker(); | ||||
|   const serviceWorker = serviceworker.getServiceworkerClient(); | ||||
|  | ||||
|   const mainTemplate = html` | ||||
|     <style> | ||||
|   | ||||
							
								
								
									
										10
									
								
								changelog.md
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								changelog.md
									
									
									
									
									
								
							| @@ -1,5 +1,15 @@ | ||||
| # Changelog | ||||
|  | ||||
| ## 2024-09-27 - 1.9.123 - fix(core) | ||||
| Update dependencies and improve build configurations | ||||
|  | ||||
| - Updated several dependencies in package.json for better compatibility | ||||
| - Changed typedserver dependency version in website template | ||||
| - Adjusted website server and service worker in templates | ||||
| - Added security and test workflows for Gitea repositories | ||||
| - Added and configured .gitignore, .npmrc, .vscode settings for the project | ||||
| - Provided initial structure for readme and readme hints | ||||
|  | ||||
| ## 2024-06-24 - 1.9.122 - fix(mod_commit) | ||||
| Update package.json dependencies: @git.zone/tsdoc and @push.rocks/smartpromise to latest versions. | ||||
|  | ||||
|   | ||||
							
								
								
									
										10
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								package.json
									
									
									
									
									
								
							| @@ -52,10 +52,10 @@ | ||||
|   }, | ||||
|   "homepage": "https://pages.foss.global/git.zone/cli", | ||||
|   "devDependencies": { | ||||
|     "@git.zone/tsbuild": "^2.1.80", | ||||
|     "@git.zone/tsrun": "^1.2.46", | ||||
|     "@git.zone/tsbuild": "^2.1.84", | ||||
|     "@git.zone/tsrun": "^1.2.49", | ||||
|     "@git.zone/tstest": "^1.0.90", | ||||
|     "@types/node": "^20.14.8" | ||||
|     "@types/node": "^22.7.4" | ||||
|   }, | ||||
|   "dependencies": { | ||||
|     "@git.zone/tsdoc": "^1.3.12", | ||||
| @@ -82,12 +82,12 @@ | ||||
|     "@push.rocks/smartpath": "^5.0.18", | ||||
|     "@push.rocks/smartpromise": "^4.0.4", | ||||
|     "@push.rocks/smartscaf": "^4.0.15", | ||||
|     "@push.rocks/smartshell": "^3.0.5", | ||||
|     "@push.rocks/smartshell": "^3.0.6", | ||||
|     "@push.rocks/smartstream": "^3.0.44", | ||||
|     "@push.rocks/smartunique": "^3.0.9", | ||||
|     "@push.rocks/smartupdate": "^2.0.6", | ||||
|     "@types/through2": "^2.0.41", | ||||
|     "prettier": "^3.3.2", | ||||
|     "prettier": "^3.3.3", | ||||
|     "through2": "^4.0.2" | ||||
|   }, | ||||
|   "files": [ | ||||
|   | ||||
							
								
								
									
										189
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										189
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							| @@ -81,8 +81,8 @@ importers: | ||||
|         specifier: ^4.0.15 | ||||
|         version: 4.0.15 | ||||
|       '@push.rocks/smartshell': | ||||
|         specifier: ^3.0.5 | ||||
|         version: 3.0.5 | ||||
|         specifier: ^3.0.6 | ||||
|         version: 3.0.6 | ||||
|       '@push.rocks/smartstream': | ||||
|         specifier: ^3.0.44 | ||||
|         version: 3.0.44 | ||||
| @@ -96,24 +96,24 @@ importers: | ||||
|         specifier: ^2.0.41 | ||||
|         version: 2.0.41 | ||||
|       prettier: | ||||
|         specifier: ^3.3.2 | ||||
|         version: 3.3.2 | ||||
|         specifier: ^3.3.3 | ||||
|         version: 3.3.3 | ||||
|       through2: | ||||
|         specifier: ^4.0.2 | ||||
|         version: 4.0.2 | ||||
|     devDependencies: | ||||
|       '@git.zone/tsbuild': | ||||
|         specifier: ^2.1.80 | ||||
|         version: 2.1.80 | ||||
|         specifier: ^2.1.84 | ||||
|         version: 2.1.84 | ||||
|       '@git.zone/tsrun': | ||||
|         specifier: ^1.2.46 | ||||
|         version: 1.2.46(@types/node@20.14.8) | ||||
|         specifier: ^1.2.49 | ||||
|         version: 1.2.49(@types/node@22.7.4) | ||||
|       '@git.zone/tstest': | ||||
|         specifier: ^1.0.90 | ||||
|         version: 1.0.90(@types/node@20.14.8) | ||||
|         version: 1.0.90(@types/node@22.7.4) | ||||
|       '@types/node': | ||||
|         specifier: ^20.14.8 | ||||
|         version: 20.14.8 | ||||
|         specifier: ^22.7.4 | ||||
|         version: 22.7.4 | ||||
|  | ||||
| packages: | ||||
|  | ||||
| @@ -312,8 +312,8 @@ packages: | ||||
|   '@esm-bundle/chai@4.3.4-fix.0': | ||||
|     resolution: {integrity: sha512-26SKdM4uvDWlY8/OOOxSB1AqQWeBosCX3wRYUZO7enTAj03CtVxIiCimYVG2WpULcyV51qapK4qTovwkUr5Mlw==} | ||||
|  | ||||
|   '@git.zone/tsbuild@2.1.80': | ||||
|     resolution: {integrity: sha512-jAChzcBFhzDKN32TzZv94l0/zegMoJnq9fvdiWV0lysRAHUjQttgwY0dFndGy3VUdlO27r0VgkNZOjiU1eB0Jg==} | ||||
|   '@git.zone/tsbuild@2.1.84': | ||||
|     resolution: {integrity: sha512-OR7c06zfsOnqn693ITJnk9B6Yrei/Qa+0c6vp3ixHRGqh1VYUdI5GOIESC4uk8j4R5komR+uou9Jq8IWYkdjIw==} | ||||
|     hasBin: true | ||||
|  | ||||
|   '@git.zone/tsbundle@2.0.15': | ||||
| @@ -324,8 +324,8 @@ packages: | ||||
|     resolution: {integrity: sha512-pqNB7umUWxG+1ObBtjVsZDhxX+S91aASyk22clJ5cTy70Eb8EZwLBCj1lz7ps7z+CMZHyvCyjhJXyEUTPrhcVQ==} | ||||
|     hasBin: true | ||||
|  | ||||
|   '@git.zone/tsrun@1.2.46': | ||||
|     resolution: {integrity: sha512-8miFVBle9Mnjx+uPGI/P+EuWcIOXWjBAkdjN5IYbdp5Ytt4xQODCLh4JSnC9h56UeU1nUxCAxZeJs2e9TXrivA==} | ||||
|   '@git.zone/tsrun@1.2.49': | ||||
|     resolution: {integrity: sha512-RnUDdny6jAuuBLx7HqUE38JsHx9nnUUYkDM5vAOREoc6oCI9XVM0QeqIdwFmDz6eeDLBH1+yqjSQPoW5UvflJA==} | ||||
|     hasBin: true | ||||
|  | ||||
|   '@git.zone/tstest@1.0.90': | ||||
| @@ -350,8 +350,8 @@ packages: | ||||
|     resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} | ||||
|     engines: {node: '>=6.0.0'} | ||||
|  | ||||
|   '@jridgewell/sourcemap-codec@1.4.15': | ||||
|     resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} | ||||
|   '@jridgewell/sourcemap-codec@1.5.0': | ||||
|     resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==} | ||||
|  | ||||
|   '@jridgewell/trace-mapping@0.3.9': | ||||
|     resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==} | ||||
| @@ -617,8 +617,8 @@ packages: | ||||
|   '@push.rocks/smartscaf@4.0.15': | ||||
|     resolution: {integrity: sha512-bkCCTMyo+d8fsma83yG8aMSTTdE4l3pT1DVZTAQHtvdE94RRwul9flZoX6cEEv96kPn9s6yUqULdWKXPMkvcrA==} | ||||
|  | ||||
|   '@push.rocks/smartshell@3.0.5': | ||||
|     resolution: {integrity: sha512-kHh86kpkrXHM/xgftcFQ2psU+DJrINzbeD1gIKR/I6cEXjWyYfs+I6UnFMhY3Bcpx9FdTElpRy5qVsumWURQSw==} | ||||
|   '@push.rocks/smartshell@3.0.6': | ||||
|     resolution: {integrity: sha512-j3SgNyq1K3i7NVk5a2+5QkG/9ac30eC3OsOAMXVxOczYceMXRiXIr9yow3t/+na14/zSYd8He2N0vYPtYqKeSQ==} | ||||
|  | ||||
|   '@push.rocks/smartsitemap@2.0.3': | ||||
|     resolution: {integrity: sha512-jIcms8V1b2mt3dS4PKNlLR1DRC8pCDWMRVbnyM/2+snZOJZonQRlQzAyX8No0EfLbfdrfnxv2IjPX13X29Re6g==} | ||||
| @@ -985,11 +985,11 @@ packages: | ||||
|   '@types/node-fetch@2.6.11': | ||||
|     resolution: {integrity: sha512-24xFj9R5+rfQJLRyM56qh+wnVSYhyXC2tkoBndtY0U+vubqNsYXGjufB2nn8Q6gt0LrARwL6UBtMCSVCwl4B1g==} | ||||
|  | ||||
|   '@types/node@18.19.39': | ||||
|     resolution: {integrity: sha512-nPwTRDKUctxw3di5b4TfT3I0sWDiWoPQCZjXhvdkINntwr8lcoVCKsTgnXeRubKIlfnV+eN/HYk6Jb40tbcEAQ==} | ||||
|   '@types/node@18.19.54': | ||||
|     resolution: {integrity: sha512-+BRgt0G5gYjTvdLac9sIeE0iZcJxi4Jc4PV5EUzqi+88jmQLr+fRZdv2tCTV7IHKSGxM6SaLoOXQWWUiLUItMw==} | ||||
|  | ||||
|   '@types/node@20.14.8': | ||||
|     resolution: {integrity: sha512-DO+2/jZinXfROG7j7WKFn/3C6nFwxy2lLpgLjEXJz+0XKphZlTLJ14mo8Vfg8X5BWN6XjyESXq+LcYdT7tR3bA==} | ||||
|   '@types/node@22.7.4': | ||||
|     resolution: {integrity: sha512-y+NPi1rFzDs1NdQHHToqeiX2TIS79SWEAw9GYhkkx8bD0ChpfqC+n2j5OXOCpzfojBEBt6DnEnnG9MY0zk1XLg==} | ||||
|  | ||||
|   '@types/parse5@6.0.3': | ||||
|     resolution: {integrity: sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g==} | ||||
| @@ -1103,12 +1103,12 @@ packages: | ||||
|     resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==} | ||||
|     engines: {node: '>= 0.6'} | ||||
|  | ||||
|   acorn-walk@8.3.3: | ||||
|     resolution: {integrity: sha512-MxXdReSRhGO7VlFe1bRG/oI7/mdLV9B9JJT0N8vZOhF7gFRR5l3M8W9G8JxmKV+JC5mGqJ0QvqfSOLsCPa4nUw==} | ||||
|   acorn-walk@8.3.4: | ||||
|     resolution: {integrity: sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==} | ||||
|     engines: {node: '>=0.4.0'} | ||||
|  | ||||
|   acorn@8.12.0: | ||||
|     resolution: {integrity: sha512-RTvkC4w+KNXrM39/lWCUaG0IbRkWdCv7W/IOW9oU6SawyxulvkQy5HQPVTKxEjczcUvapcrw3cFx/60VN/NRNw==} | ||||
|   acorn@8.12.1: | ||||
|     resolution: {integrity: sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==} | ||||
|     engines: {node: '>=0.4.0'} | ||||
|     hasBin: true | ||||
|  | ||||
| @@ -2862,8 +2862,8 @@ packages: | ||||
|     resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==} | ||||
|     engines: {node: '>= 0.4'} | ||||
|  | ||||
|   prettier@3.3.2: | ||||
|     resolution: {integrity: sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==} | ||||
|   prettier@3.3.3: | ||||
|     resolution: {integrity: sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==} | ||||
|     engines: {node: '>=14'} | ||||
|     hasBin: true | ||||
|  | ||||
| @@ -3378,21 +3378,11 @@ packages: | ||||
|     peerDependencies: | ||||
|       typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x | ||||
|  | ||||
|   typescript@5.1.6: | ||||
|     resolution: {integrity: sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==} | ||||
|     engines: {node: '>=14.17'} | ||||
|     hasBin: true | ||||
|  | ||||
|   typescript@5.3.3: | ||||
|     resolution: {integrity: sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==} | ||||
|     engines: {node: '>=14.17'} | ||||
|     hasBin: true | ||||
|  | ||||
|   typescript@5.4.5: | ||||
|     resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==} | ||||
|     engines: {node: '>=14.17'} | ||||
|     hasBin: true | ||||
|  | ||||
|   typescript@5.5.2: | ||||
|     resolution: {integrity: sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==} | ||||
|     engines: {node: '>=14.17'} | ||||
| @@ -3424,6 +3414,9 @@ packages: | ||||
|   undici-types@5.26.5: | ||||
|     resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} | ||||
|  | ||||
|   undici-types@6.19.8: | ||||
|     resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} | ||||
|  | ||||
|   unified@11.0.5: | ||||
|     resolution: {integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==} | ||||
|  | ||||
| @@ -3675,7 +3668,7 @@ snapshots: | ||||
|  | ||||
|   '@anthropic-ai/sdk@0.21.1': | ||||
|     dependencies: | ||||
|       '@types/node': 18.19.39 | ||||
|       '@types/node': 18.19.54 | ||||
|       '@types/node-fetch': 2.6.11 | ||||
|       abort-controller: 3.0.0 | ||||
|       agentkeepalive: 4.5.0 | ||||
| @@ -3902,7 +3895,7 @@ snapshots: | ||||
|     dependencies: | ||||
|       '@types/chai': 4.3.16 | ||||
|  | ||||
|   '@git.zone/tsbuild@2.1.80': | ||||
|   '@git.zone/tsbuild@2.1.84': | ||||
|     dependencies: | ||||
|       '@push.rocks/early': 4.0.4 | ||||
|       '@push.rocks/smartcli': 4.0.11 | ||||
| @@ -3911,7 +3904,7 @@ snapshots: | ||||
|       '@push.rocks/smartlog': 3.0.7 | ||||
|       '@push.rocks/smartpath': 5.0.18 | ||||
|       '@push.rocks/smartpromise': 4.0.4 | ||||
|       typescript: 5.4.5 | ||||
|       typescript: 5.5.2 | ||||
|  | ||||
|   '@git.zone/tsbundle@2.0.15': | ||||
|     dependencies: | ||||
| @@ -3945,7 +3938,7 @@ snapshots: | ||||
|       '@push.rocks/smartlog': 3.0.7 | ||||
|       '@push.rocks/smartlog-destination-local': 9.0.2 | ||||
|       '@push.rocks/smartpath': 5.0.18 | ||||
|       '@push.rocks/smartshell': 3.0.5 | ||||
|       '@push.rocks/smartshell': 3.0.6 | ||||
|       '@push.rocks/smarttime': 4.0.8 | ||||
|       typedoc: 0.26.1(typescript@5.5.2) | ||||
|       typescript: 5.5.2 | ||||
| @@ -3955,29 +3948,29 @@ snapshots: | ||||
|       - supports-color | ||||
|       - utf-8-validate | ||||
|  | ||||
|   '@git.zone/tsrun@1.2.46(@types/node@20.14.8)': | ||||
|   '@git.zone/tsrun@1.2.49(@types/node@22.7.4)': | ||||
|     dependencies: | ||||
|       '@push.rocks/smartfile': 10.0.41 | ||||
|       '@push.rocks/smartshell': 3.0.5 | ||||
|       ts-node: 10.9.2(@types/node@20.14.8)(typescript@5.1.6) | ||||
|       typescript: 5.1.6 | ||||
|       '@push.rocks/smartfile': 11.0.21 | ||||
|       '@push.rocks/smartshell': 3.0.6 | ||||
|       ts-node: 10.9.2(@types/node@22.7.4)(typescript@5.5.2) | ||||
|       typescript: 5.5.2 | ||||
|     transitivePeerDependencies: | ||||
|       - '@swc/core' | ||||
|       - '@swc/wasm' | ||||
|       - '@types/node' | ||||
|  | ||||
|   '@git.zone/tstest@1.0.90(@types/node@20.14.8)': | ||||
|   '@git.zone/tstest@1.0.90(@types/node@22.7.4)': | ||||
|     dependencies: | ||||
|       '@api.global/typedserver': 3.0.50 | ||||
|       '@git.zone/tsbundle': 2.0.15 | ||||
|       '@git.zone/tsrun': 1.2.46(@types/node@20.14.8) | ||||
|       '@git.zone/tsrun': 1.2.49(@types/node@22.7.4) | ||||
|       '@push.rocks/consolecolor': 2.0.2 | ||||
|       '@push.rocks/smartbrowser': 2.0.6 | ||||
|       '@push.rocks/smartdelay': 3.0.5 | ||||
|       '@push.rocks/smartfile': 11.0.21 | ||||
|       '@push.rocks/smartlog': 3.0.7 | ||||
|       '@push.rocks/smartpromise': 4.0.4 | ||||
|       '@push.rocks/smartshell': 3.0.5 | ||||
|       '@push.rocks/smartshell': 3.0.6 | ||||
|       '@push.rocks/tapbundle': 5.0.23 | ||||
|       '@types/ws': 8.5.10 | ||||
|       figures: 6.1.0 | ||||
| @@ -4012,12 +4005,12 @@ snapshots: | ||||
|  | ||||
|   '@jridgewell/resolve-uri@3.1.2': {} | ||||
|  | ||||
|   '@jridgewell/sourcemap-codec@1.4.15': {} | ||||
|   '@jridgewell/sourcemap-codec@1.5.0': {} | ||||
|  | ||||
|   '@jridgewell/trace-mapping@0.3.9': | ||||
|     dependencies: | ||||
|       '@jridgewell/resolve-uri': 3.1.2 | ||||
|       '@jridgewell/sourcemap-codec': 1.4.15 | ||||
|       '@jridgewell/sourcemap-codec': 1.5.0 | ||||
|  | ||||
|   '@leichtgewicht/ip-codec@2.0.5': {} | ||||
|  | ||||
| @@ -4363,7 +4356,7 @@ snapshots: | ||||
|       '@push.rocks/smartfile': 11.0.21 | ||||
|       '@push.rocks/smartpath': 5.0.18 | ||||
|       '@push.rocks/smartpromise': 4.0.4 | ||||
|       '@push.rocks/smartshell': 3.0.5 | ||||
|       '@push.rocks/smartshell': 3.0.6 | ||||
|       '@push.rocks/smartstring': 4.0.15 | ||||
|       '@push.rocks/smarttime': 4.0.8 | ||||
|       '@types/diff': 5.2.1 | ||||
| @@ -4420,7 +4413,7 @@ snapshots: | ||||
|       '@push.rocks/smartmustache': 3.0.2 | ||||
|       '@push.rocks/smartpnpm': 1.0.6 | ||||
|       '@push.rocks/smartpromise': 4.0.4 | ||||
|       '@push.rocks/smartshell': 3.0.5 | ||||
|       '@push.rocks/smartshell': 3.0.6 | ||||
|       '@tsclass/tsclass': 4.0.60 | ||||
|     transitivePeerDependencies: | ||||
|       - supports-color | ||||
| @@ -4554,7 +4547,7 @@ snapshots: | ||||
|  | ||||
|   '@push.rocks/smartpnpm@1.0.6': | ||||
|     dependencies: | ||||
|       '@push.rocks/smartshell': 3.0.5 | ||||
|       '@push.rocks/smartshell': 3.0.6 | ||||
|  | ||||
|   '@push.rocks/smartpromise@4.0.4': {} | ||||
|  | ||||
| @@ -4595,10 +4588,10 @@ snapshots: | ||||
|       '@push.rocks/smartinteract': 2.0.15 | ||||
|       '@push.rocks/smartparam': 1.1.10 | ||||
|       '@push.rocks/smartpromise': 4.0.4 | ||||
|       '@push.rocks/smartshell': 3.0.5 | ||||
|       '@push.rocks/smartshell': 3.0.6 | ||||
|       '@push.rocks/smartyaml': 2.0.5 | ||||
|  | ||||
|   '@push.rocks/smartshell@3.0.5': | ||||
|   '@push.rocks/smartshell@3.0.6': | ||||
|     dependencies: | ||||
|       '@push.rocks/smartdelay': 3.0.5 | ||||
|       '@push.rocks/smartexit': 1.0.23 | ||||
| @@ -5020,14 +5013,14 @@ snapshots: | ||||
|  | ||||
|   '@types/accepts@1.3.7': | ||||
|     dependencies: | ||||
|       '@types/node': 20.14.8 | ||||
|       '@types/node': 22.7.4 | ||||
|  | ||||
|   '@types/babel__code-frame@7.0.6': {} | ||||
|  | ||||
|   '@types/body-parser@1.19.5': | ||||
|     dependencies: | ||||
|       '@types/connect': 3.4.38 | ||||
|       '@types/node': 20.14.8 | ||||
|       '@types/node': 22.7.4 | ||||
|  | ||||
|   '@types/buffer-json@2.0.3': {} | ||||
|  | ||||
| @@ -5039,17 +5032,17 @@ snapshots: | ||||
|  | ||||
|   '@types/clean-css@4.2.11': | ||||
|     dependencies: | ||||
|       '@types/node': 20.14.8 | ||||
|       '@types/node': 22.7.4 | ||||
|       source-map: 0.6.1 | ||||
|  | ||||
|   '@types/co-body@6.1.3': | ||||
|     dependencies: | ||||
|       '@types/node': 20.14.8 | ||||
|       '@types/node': 22.7.4 | ||||
|       '@types/qs': 6.9.15 | ||||
|  | ||||
|   '@types/connect@3.4.38': | ||||
|     dependencies: | ||||
|       '@types/node': 20.14.8 | ||||
|       '@types/node': 22.7.4 | ||||
|  | ||||
|   '@types/content-disposition@0.5.8': {} | ||||
|  | ||||
| @@ -5062,11 +5055,11 @@ snapshots: | ||||
|       '@types/connect': 3.4.38 | ||||
|       '@types/express': 4.17.21 | ||||
|       '@types/keygrip': 1.0.6 | ||||
|       '@types/node': 20.14.8 | ||||
|       '@types/node': 22.7.4 | ||||
|  | ||||
|   '@types/cors@2.8.17': | ||||
|     dependencies: | ||||
|       '@types/node': 20.14.8 | ||||
|       '@types/node': 22.7.4 | ||||
|  | ||||
|   '@types/debounce@1.2.4': {} | ||||
|  | ||||
| @@ -5080,7 +5073,7 @@ snapshots: | ||||
|  | ||||
|   '@types/express-serve-static-core@4.19.5': | ||||
|     dependencies: | ||||
|       '@types/node': 20.14.8 | ||||
|       '@types/node': 22.7.4 | ||||
|       '@types/qs': 6.9.15 | ||||
|       '@types/range-parser': 1.2.7 | ||||
|       '@types/send': 0.17.4 | ||||
| @@ -5094,21 +5087,21 @@ snapshots: | ||||
|  | ||||
|   '@types/from2@2.3.5': | ||||
|     dependencies: | ||||
|       '@types/node': 20.14.8 | ||||
|       '@types/node': 22.7.4 | ||||
|  | ||||
|   '@types/fs-extra@11.0.4': | ||||
|     dependencies: | ||||
|       '@types/jsonfile': 6.1.4 | ||||
|       '@types/node': 20.14.8 | ||||
|       '@types/node': 22.7.4 | ||||
|  | ||||
|   '@types/glob@8.1.0': | ||||
|     dependencies: | ||||
|       '@types/minimatch': 5.1.2 | ||||
|       '@types/node': 20.14.8 | ||||
|       '@types/node': 22.7.4 | ||||
|  | ||||
|   '@types/gunzip-maybe@1.4.2': | ||||
|     dependencies: | ||||
|       '@types/node': 20.14.8 | ||||
|       '@types/node': 22.7.4 | ||||
|  | ||||
|   '@types/hast@3.0.4': | ||||
|     dependencies: | ||||
| @@ -5147,7 +5140,7 @@ snapshots: | ||||
|  | ||||
|   '@types/jsonfile@6.1.4': | ||||
|     dependencies: | ||||
|       '@types/node': 20.14.8 | ||||
|       '@types/node': 22.7.4 | ||||
|  | ||||
|   '@types/keygrip@1.0.6': {} | ||||
|  | ||||
| @@ -5164,7 +5157,7 @@ snapshots: | ||||
|       '@types/http-errors': 2.0.4 | ||||
|       '@types/keygrip': 1.0.6 | ||||
|       '@types/koa-compose': 3.2.8 | ||||
|       '@types/node': 20.14.8 | ||||
|       '@types/node': 22.7.4 | ||||
|  | ||||
|   '@types/mdast@4.0.4': | ||||
|     dependencies: | ||||
| @@ -5186,16 +5179,16 @@ snapshots: | ||||
|  | ||||
|   '@types/node-fetch@2.6.11': | ||||
|     dependencies: | ||||
|       '@types/node': 20.14.8 | ||||
|       '@types/node': 22.7.4 | ||||
|       form-data: 4.0.0 | ||||
|  | ||||
|   '@types/node@18.19.39': | ||||
|   '@types/node@18.19.54': | ||||
|     dependencies: | ||||
|       undici-types: 5.26.5 | ||||
|  | ||||
|   '@types/node@20.14.8': | ||||
|   '@types/node@22.7.4': | ||||
|     dependencies: | ||||
|       undici-types: 5.26.5 | ||||
|       undici-types: 6.19.8 | ||||
|  | ||||
|   '@types/parse5@6.0.3': {} | ||||
|  | ||||
| @@ -5214,12 +5207,12 @@ snapshots: | ||||
|   '@types/send@0.17.4': | ||||
|     dependencies: | ||||
|       '@types/mime': 1.3.5 | ||||
|       '@types/node': 20.14.8 | ||||
|       '@types/node': 22.7.4 | ||||
|  | ||||
|   '@types/serve-static@1.15.7': | ||||
|     dependencies: | ||||
|       '@types/http-errors': 2.0.4 | ||||
|       '@types/node': 20.14.8 | ||||
|       '@types/node': 22.7.4 | ||||
|       '@types/send': 0.17.4 | ||||
|  | ||||
|   '@types/sinon-chai@3.2.12': | ||||
| @@ -5237,15 +5230,15 @@ snapshots: | ||||
|  | ||||
|   '@types/tar-stream@2.2.3': | ||||
|     dependencies: | ||||
|       '@types/node': 20.14.8 | ||||
|       '@types/node': 22.7.4 | ||||
|  | ||||
|   '@types/through2@2.0.41': | ||||
|     dependencies: | ||||
|       '@types/node': 20.14.8 | ||||
|       '@types/node': 22.7.4 | ||||
|  | ||||
|   '@types/through@0.0.33': | ||||
|     dependencies: | ||||
|       '@types/node': 20.14.8 | ||||
|       '@types/node': 22.7.4 | ||||
|  | ||||
|   '@types/trusted-types@2.0.7': {} | ||||
|  | ||||
| @@ -5265,15 +5258,15 @@ snapshots: | ||||
|  | ||||
|   '@types/ws@7.4.7': | ||||
|     dependencies: | ||||
|       '@types/node': 20.14.8 | ||||
|       '@types/node': 22.7.4 | ||||
|  | ||||
|   '@types/ws@8.5.10': | ||||
|     dependencies: | ||||
|       '@types/node': 20.14.8 | ||||
|       '@types/node': 22.7.4 | ||||
|  | ||||
|   '@types/yauzl@2.10.3': | ||||
|     dependencies: | ||||
|       '@types/node': 20.14.8 | ||||
|       '@types/node': 22.7.4 | ||||
|     optional: true | ||||
|  | ||||
|   '@ungap/structured-clone@1.2.0': {} | ||||
| @@ -5366,11 +5359,11 @@ snapshots: | ||||
|       mime-types: 2.1.35 | ||||
|       negotiator: 0.6.3 | ||||
|  | ||||
|   acorn-walk@8.3.3: | ||||
|   acorn-walk@8.3.4: | ||||
|     dependencies: | ||||
|       acorn: 8.12.0 | ||||
|       acorn: 8.12.1 | ||||
|  | ||||
|   acorn@8.12.0: {} | ||||
|   acorn@8.12.1: {} | ||||
|  | ||||
|   agent-base@6.0.2: | ||||
|     dependencies: | ||||
| @@ -5860,7 +5853,7 @@ snapshots: | ||||
|     dependencies: | ||||
|       '@types/cookie': 0.4.1 | ||||
|       '@types/cors': 2.8.17 | ||||
|       '@types/node': 20.14.8 | ||||
|       '@types/node': 22.7.4 | ||||
|       accepts: 1.3.8 | ||||
|       base64id: 2.0.0 | ||||
|       cookie: 0.4.2 | ||||
| @@ -7263,7 +7256,7 @@ snapshots: | ||||
|  | ||||
|   openai@4.52.0: | ||||
|     dependencies: | ||||
|       '@types/node': 18.19.39 | ||||
|       '@types/node': 18.19.54 | ||||
|       '@types/node-fetch': 2.6.11 | ||||
|       abort-controller: 3.0.0 | ||||
|       agentkeepalive: 4.5.0 | ||||
| @@ -7396,7 +7389,7 @@ snapshots: | ||||
|  | ||||
|   possible-typed-array-names@1.0.0: {} | ||||
|  | ||||
|   prettier@3.3.2: {} | ||||
|   prettier@3.3.3: {} | ||||
|  | ||||
|   pretty-ms@7.0.1: | ||||
|     dependencies: | ||||
| @@ -7970,21 +7963,21 @@ snapshots: | ||||
|  | ||||
|   trough@2.2.0: {} | ||||
|  | ||||
|   ts-node@10.9.2(@types/node@20.14.8)(typescript@5.1.6): | ||||
|   ts-node@10.9.2(@types/node@22.7.4)(typescript@5.5.2): | ||||
|     dependencies: | ||||
|       '@cspotcode/source-map-support': 0.8.1 | ||||
|       '@tsconfig/node10': 1.0.11 | ||||
|       '@tsconfig/node12': 1.0.11 | ||||
|       '@tsconfig/node14': 1.0.3 | ||||
|       '@tsconfig/node16': 1.0.4 | ||||
|       '@types/node': 20.14.8 | ||||
|       acorn: 8.12.0 | ||||
|       acorn-walk: 8.3.3 | ||||
|       '@types/node': 22.7.4 | ||||
|       acorn: 8.12.1 | ||||
|       acorn-walk: 8.3.4 | ||||
|       arg: 4.1.3 | ||||
|       create-require: 1.1.1 | ||||
|       diff: 4.0.2 | ||||
|       make-error: 1.3.6 | ||||
|       typescript: 5.1.6 | ||||
|       typescript: 5.5.2 | ||||
|       v8-compile-cache-lib: 3.0.1 | ||||
|       yn: 3.1.1 | ||||
|  | ||||
| @@ -8020,12 +8013,8 @@ snapshots: | ||||
|       typescript: 5.5.2 | ||||
|       yaml: 2.4.5 | ||||
|  | ||||
|   typescript@5.1.6: {} | ||||
|  | ||||
|   typescript@5.3.3: {} | ||||
|  | ||||
|   typescript@5.4.5: {} | ||||
|  | ||||
|   typescript@5.5.2: {} | ||||
|  | ||||
|   typeson-registry@1.0.0-alpha.39: | ||||
| @@ -8049,6 +8038,8 @@ snapshots: | ||||
|  | ||||
|   undici-types@5.26.5: {} | ||||
|  | ||||
|   undici-types@6.19.8: {} | ||||
|  | ||||
|   unified@11.0.5: | ||||
|     dependencies: | ||||
|       '@types/unist': 3.0.2 | ||||
|   | ||||
							
								
								
									
										1
									
								
								test
									
									
									
									
									
										Submodule
									
								
							
							
								
								
								
								
								
							
						
						
									
										1
									
								
								test
									
									
									
									
									
										Submodule
									
								
							 Submodule test added at 0b89443584
									
								
							| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@git.zone/cli', | ||||
|   version: '1.9.122', | ||||
|   version: '1.9.123', | ||||
|   description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.' | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user