fix(build): migrate package metadata to smartconfig and refresh build configuration
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
{
|
||||
"npmts": {},
|
||||
"npmci": {
|
||||
"npmGlobalTools": [],
|
||||
"npmAccessLevel": "public"
|
||||
},
|
||||
"gitzone": {
|
||||
"@git.zone/cli": {
|
||||
"projectType": "npm",
|
||||
"module": {
|
||||
"githost": "gitlab.com",
|
||||
@@ -13,6 +9,16 @@
|
||||
"description": "run typescript programs efficiently",
|
||||
"npmPackagename": "@git.zone/tsrun",
|
||||
"license": "MIT"
|
||||
},
|
||||
"release": {
|
||||
"registries": [
|
||||
"https://verdaccio.lossless.digital",
|
||||
"https://registry.npmjs.org"
|
||||
],
|
||||
"accessLevel": "public"
|
||||
}
|
||||
},
|
||||
"@ship.zone/szci": {
|
||||
"npmGlobalTools": []
|
||||
}
|
||||
}
|
||||
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"json.schemas": [
|
||||
{
|
||||
"fileMatch": ["/npmextra.json"],
|
||||
"fileMatch": ["/.smartconfig.json"],
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-03-24 - 2.0.2 - fix(build)
|
||||
migrate package metadata to smartconfig and refresh build configuration
|
||||
|
||||
- replace npmextra.json with .smartconfig.json and update published package files
|
||||
- remove the web build flag from the build script
|
||||
- refresh dependency versions and remove the unused node-fetch dev dependency
|
||||
- rewrite the README to reflect current CLI, API, and Node.js support
|
||||
|
||||
## 2025-12-13 - 2.0.1 - fix(cli)
|
||||
Align package scope to @git.zone, bump dependency versions and remove obsolete pnpm workspace setting
|
||||
|
||||
|
||||
15
package.json
15
package.json
@@ -13,18 +13,17 @@
|
||||
"scripts": {
|
||||
"test": "(pnpm run build && node ./cli.js test/test.js sayhello)",
|
||||
"format": "(gitzone format)",
|
||||
"build": "(tsbuild --web --allowimplicitany)",
|
||||
"build": "(tsbuild --allowimplicitany)",
|
||||
"buildDocs": "tsdoc"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@git.zone/tsbuild": "^3.1.2",
|
||||
"@push.rocks/smartcli": "^4.0.19",
|
||||
"@types/node": "^25.0.1",
|
||||
"node-fetch": "^3.3.2"
|
||||
"@git.zone/tsbuild": "^4.4.0",
|
||||
"@push.rocks/smartcli": "^4.0.20",
|
||||
"@types/node": "^25.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@push.rocks/smartfile": "^13.1.0",
|
||||
"@push.rocks/smartshell": "^3.0.5",
|
||||
"@push.rocks/smartfile": "^13.1.2",
|
||||
"@push.rocks/smartshell": "^3.3.8",
|
||||
"tsx": "^4.21.0"
|
||||
},
|
||||
"private": false,
|
||||
@@ -37,7 +36,7 @@
|
||||
"dist_ts_web/**/*",
|
||||
"assets/**/*",
|
||||
"cli.js",
|
||||
"npmextra.json",
|
||||
".smartconfig.json",
|
||||
"readme.md"
|
||||
],
|
||||
"browserslist": [
|
||||
|
||||
358
pnpm-lock.yaml
generated
358
pnpm-lock.yaml
generated
@@ -9,27 +9,24 @@ importers:
|
||||
.:
|
||||
dependencies:
|
||||
'@push.rocks/smartfile':
|
||||
specifier: ^13.1.0
|
||||
version: 13.1.0
|
||||
specifier: ^13.1.2
|
||||
version: 13.1.2
|
||||
'@push.rocks/smartshell':
|
||||
specifier: ^3.0.5
|
||||
version: 3.3.0
|
||||
specifier: ^3.3.8
|
||||
version: 3.3.8
|
||||
tsx:
|
||||
specifier: ^4.21.0
|
||||
version: 4.21.0
|
||||
devDependencies:
|
||||
'@git.zone/tsbuild':
|
||||
specifier: ^3.1.2
|
||||
version: 3.1.2
|
||||
specifier: ^4.4.0
|
||||
version: 4.4.0
|
||||
'@push.rocks/smartcli':
|
||||
specifier: ^4.0.19
|
||||
version: 4.0.19
|
||||
specifier: ^4.0.20
|
||||
version: 4.0.20
|
||||
'@types/node':
|
||||
specifier: ^25.0.1
|
||||
version: 25.0.1
|
||||
node-fetch:
|
||||
specifier: ^3.3.2
|
||||
version: 3.3.2
|
||||
specifier: ^25.5.0
|
||||
version: 25.5.0
|
||||
|
||||
packages:
|
||||
|
||||
@@ -205,6 +202,9 @@ packages:
|
||||
'@borewit/text-codec@0.1.1':
|
||||
resolution: {integrity: sha512-5L/uBxmjaCIX5h8Z+uu+kA9BQLkc/Wl06UGR5ajNRxu+/XjonB5i8JpgFMrPj3LXTCPA0pv8yxUvbUi+QthGGA==}
|
||||
|
||||
'@configvault.io/interfaces@1.0.17':
|
||||
resolution: {integrity: sha512-bEcCUR2VBDJsTin8HQh8Uw/mlYl2v8A3jMIaQ+MTB9Hrqd6CZL2dL7iJdWyFl/3EIX+LDxWFR+Oq7liIq7w+1Q==}
|
||||
|
||||
'@design.estate/dees-comms@1.0.30':
|
||||
resolution: {integrity: sha512-KchMlklJfKAjQiJiR0xmofXtQ27VgZtBIxcMwPE9d+h3jJRv+lPZxzBQVOM0eyM0uS44S5vJMZ11IeV4uDXSHg==}
|
||||
|
||||
@@ -370,12 +370,12 @@ packages:
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
|
||||
'@git.zone/tsbuild@3.1.2':
|
||||
resolution: {integrity: sha512-K0u840Qo0WEhvcpAtktvdBX6KEXjelU32o820WzcK7dMA7dd2YV+mPOEYfbmWLcdtFJkrjkigQq5fpLhTN4oKQ==}
|
||||
'@git.zone/tsbuild@4.4.0':
|
||||
resolution: {integrity: sha512-98igHfppi6blFYDyzNukNkj4FUO5ZlyXEaSyJh8vCkkZM8SyAgfZj+NUWA1D1iaPXE58UvK1Pt/o8p8iI9UHHw==}
|
||||
hasBin: true
|
||||
|
||||
'@git.zone/tspublish@1.10.3':
|
||||
resolution: {integrity: sha512-o2/jvNsdLC8SRdH1kQ7JjNOQNu9el0FpJ/QOW3mgiC5C9reuTp18iU4kijsVVLgvw4KZv6Z289SoKPh3HPsS0g==}
|
||||
'@git.zone/tspublish@1.11.3':
|
||||
resolution: {integrity: sha512-hYpnNc1f2OXrBNKKtQN3MBeflnw/6jI6v8lP6IlX79r7Aczg5DVa+s40gJt9vliftaLyDY/FRFixZifv4MnKGw==}
|
||||
hasBin: true
|
||||
|
||||
'@isaacs/balanced-match@4.0.1':
|
||||
@@ -423,8 +423,11 @@ packages:
|
||||
'@push.rocks/levelcache@3.2.0':
|
||||
resolution: {integrity: sha512-Ch0Oguta2I0SVi704kHghhBcgfyfS92ua1elRu9d8X1/9LMRYuqvvBAnyXyFxQzI3S8q8QC6EkRdd8CAAYSzRg==}
|
||||
|
||||
'@push.rocks/lik@6.2.2':
|
||||
resolution: {integrity: sha512-j64FFPPyMXeeUorjKJVF6PWaJUfiIrF3pc41iJH4lOh0UUpBAHpcNzHVxTR58orwbVA/h3Hz+DQd4b1Rq0dFDQ==}
|
||||
'@push.rocks/lik@6.3.1':
|
||||
resolution: {integrity: sha512-UWDwGBaVx5yPtAFXqDDBtQZCzETUOA/7myQIXb+YBsuiIw4yQuhNZ23uY2ChQH2Zn6DLqdNSgQcYC0WywMZBNQ==}
|
||||
|
||||
'@push.rocks/qenv@6.1.3':
|
||||
resolution: {integrity: sha512-+z2hsAU/7CIgpYLFqvda8cn9rUBMHqLdQLjsFfRn5jPoD7dJ5rFlpkbhfM4Ws8mHMniwWaxGKo+q/YBhtzRBLg==}
|
||||
|
||||
'@push.rocks/smartarchive@4.2.4':
|
||||
resolution: {integrity: sha512-uiqVAXPxmr8G5rv3uZvZFMOCt8l7cZC3nzvsy4YQqKf/VkPhKIEX+b7LkAeNlxPSYUiBQUkNRoawg9+5BaMcHg==}
|
||||
@@ -438,12 +441,15 @@ packages:
|
||||
'@push.rocks/smartcache@1.0.18':
|
||||
resolution: {integrity: sha512-3+cmLu9chbnmi4yD4kjlFP/Tn4NReaZIoicEcGTtwbcokTrSDMs3YPdJzIpDZkAs83PW7OcVSHa3Ak5KU5OWzA==}
|
||||
|
||||
'@push.rocks/smartcli@4.0.19':
|
||||
resolution: {integrity: sha512-s1jZSgDZWi/az26AY4TJ2HPuG1qZzGC5R9fKWaECLmwnSpk6y9JXL5dnJAUohcdu50kdXCWEcRmLfYxOt81vEA==}
|
||||
'@push.rocks/smartcli@4.0.20':
|
||||
resolution: {integrity: sha512-gCo4ItvsPj8WoVAJw/6vkuoGA5FtIoACux2ktcCeH0nrFe7/xGR6waJ1aZcYAi7QN4gi52TlsgwuKz7BzXqhmQ==}
|
||||
|
||||
'@push.rocks/smartclickhouse@2.0.17':
|
||||
resolution: {integrity: sha512-IYO8Obor/Ruam2KQ2B/+5uQ+rL0exU5KZoSgOc3jkkrfjn+zZenN2xoV8lVqavAtxZVfG7MfxFrcv6I7I9ZMmA==}
|
||||
|
||||
'@push.rocks/smartconfig@6.0.1':
|
||||
resolution: {integrity: sha512-nuUbiOTy7WbDliZV2mG1VRaeJYygtBlLNVs3LmLoPmBzbZwwUMq+HFVS19BhXxmQnGZ5+JXW05dZXKfMqEDZnw==}
|
||||
|
||||
'@push.rocks/smartdelay@3.0.5':
|
||||
resolution: {integrity: sha512-mUuI7kj2f7ztjpic96FvRIlf2RsKBa5arw81AHNsndbxO6asRcxuWL8dTVxouEIK8YsBUlj0AsrCkHhMbLQdHw==}
|
||||
|
||||
@@ -456,8 +462,11 @@ packages:
|
||||
'@push.rocks/smarterror@2.0.1':
|
||||
resolution: {integrity: sha512-iCcH1D8tlDJgMFsaJ6lhdOTKhbU0KoprNv9MRP9o7691QOx4JEDXiHtr/lNtxVo8BUtdb9CF6kazaknO9KuORA==}
|
||||
|
||||
'@push.rocks/smartexit@1.0.23':
|
||||
resolution: {integrity: sha512-WmwKYcwbHBByoABhHHB+PAjr5475AtD/xBh1mDcqPrFsOOUOZq3BBUdpq25wI3ccu/SZB5IwaimiVzadls6HkA==}
|
||||
'@push.rocks/smartexit@1.1.1':
|
||||
resolution: {integrity: sha512-UwcVJbp7vzzDM9RQmnfTaVOJ+DK127lAC5gwyfKU2GfPAv0Jng62Sv601otP+jnly9nRt5fUuttNHDl34Mjn3g==}
|
||||
|
||||
'@push.rocks/smartexit@2.0.3':
|
||||
resolution: {integrity: sha512-ZWpZ3Elorpv/rKtUcCUejUHG4BIE5B3QWysBAgb7lTcA7y0vGdFY32Y5/Q5tHpZM6PPxl/WTdUOYtSojQTq+pA==}
|
||||
|
||||
'@push.rocks/smartfile-interfaces@1.0.7':
|
||||
resolution: {integrity: sha512-MeOl/200UOvSO4Pgq/DVFiBVZpL9gjOBQM+4XYNjSxda8c6VBvchHAntaFLQUlO8U1ckNaP9i+nMO4O4/0ymyw==}
|
||||
@@ -465,12 +474,15 @@ packages:
|
||||
'@push.rocks/smartfile@11.2.7':
|
||||
resolution: {integrity: sha512-8Yp7/sAgPpWJBHohV92ogHWKzRomI5MEbSG6b5W2n18tqwfAmjMed0rQvsvGrSBlnEWCKgoOrYIIZbLO61+J0Q==}
|
||||
|
||||
'@push.rocks/smartfile@13.1.0':
|
||||
resolution: {integrity: sha512-bSjH9vHl6l1nbe/gcSi4PcutFcTHUCVkMuQGGTVtn1cOgCuOXIHV04uhOXrZoKvlcSxxoiq8THolFt65lqn7cg==}
|
||||
'@push.rocks/smartfile@13.1.2':
|
||||
resolution: {integrity: sha512-DaEhwmnGEpX4coeeToaw4cZe3pNBhH7CY1iGr+d3pIXihozREvzzAR9/0i2r7bUXXL5+Lgy8YYIk5ZS+fwxMKA==}
|
||||
|
||||
'@push.rocks/smartfs@1.2.0':
|
||||
resolution: {integrity: sha512-1R47jJZwX869z7DYgKeAZKTU1SbGnM7W/ZmgsI7AkQQhiascNqY3/gF4V5kIprmuf1WhpRbCbZyum8s7J1LDdg==}
|
||||
|
||||
'@push.rocks/smartfs@1.5.0':
|
||||
resolution: {integrity: sha512-QwMD44HgX3d9PPxUwR0uS+0PEMtesKvKbZR+s4pezL2er6oPneKJMLkO6TJPvJ38nug6Lmlk9Bu7UrwR2kS3Vw==}
|
||||
|
||||
'@push.rocks/smartguard@3.1.0':
|
||||
resolution: {integrity: sha512-J23q84f1O+TwFGmd4lrO9XLHUh2DaLXo9PN/9VmTWYzTkQDv5JehmifXVI0esophXcCIfbdIu6hbt7/aHlDF4A==}
|
||||
|
||||
@@ -480,9 +492,15 @@ packages:
|
||||
'@push.rocks/smartjson@5.2.0':
|
||||
resolution: {integrity: sha512-710e8UwovRfPgUtaBHcd6unaODUjV5fjxtGcGCqtaTcmvOV6VpasdVfT66xMDzQmWH2E9ZfHDJeso9HdDQzNQA==}
|
||||
|
||||
'@push.rocks/smartjson@6.0.0':
|
||||
resolution: {integrity: sha512-FYfJnmukt66WePn6xrVZ3BLmRQl9W82LcsICK3VU9sGW7kasig090jKXPm+yX8ibQcZAO/KyR/Q8tMIYZNxGew==}
|
||||
|
||||
'@push.rocks/smartlog@3.1.10':
|
||||
resolution: {integrity: sha512-5pf5JyzOE2WTCUislNIW4EHePo1a7hiXB+jbil38+N5hW71AEwcPFe6oGxbp5w9ALlz66hV2+E+25R0SsxN+fQ==}
|
||||
|
||||
'@push.rocks/smartlog@3.2.1':
|
||||
resolution: {integrity: sha512-x9/P59pfzY6HOGYmYrhqmoRl/pliTVx44g2Vbb8dIr/0zA39cAJHlPze1+UGncn37XKGmutK2iLSsJLEsexD0A==}
|
||||
|
||||
'@push.rocks/smartmarkdown@3.0.3':
|
||||
resolution: {integrity: sha512-9KhKZxDQKPk4P/2CYdVqJa5dpGfTA8w1cxqoVZL3e8RPA7EGxbdYEqMp0n2d9mth0btk/m0KHHV+G09LfCVeBw==}
|
||||
|
||||
@@ -510,14 +528,20 @@ packages:
|
||||
'@push.rocks/smartrequest@4.4.2':
|
||||
resolution: {integrity: sha512-Om4y1Ce4YdSu8VoXREz2SgFz9pDxcFEm0+SC1YYa3RXd0AH2Mknaj/1XfvfMqojnK9L7N2z1fY4xX8tO1IwqFQ==}
|
||||
|
||||
'@push.rocks/smartrequest@5.0.1':
|
||||
resolution: {integrity: sha512-gZQQF6HVt3LwTBxaPh6hHObd4VF76PUYQcs5pHD7f0VXaEewmrNAQSnccoinOY7fi45+0dOf04PJOXu9MibPzQ==}
|
||||
|
||||
'@push.rocks/smartrouter@1.3.3':
|
||||
resolution: {integrity: sha512-1+xZEnWlhzqLWAaJ1zFNhQ0zgbfCWQl1DBT72LygLxTs+P0K8AwJKgqo/IX6CT55kGCFnPAZIYSbVJlGsgrB0w==}
|
||||
|
||||
'@push.rocks/smartrust@1.3.2':
|
||||
resolution: {integrity: sha512-HPzSJgDnKUdE5fkn2+BC9JvFXk7wl6aURAiHAXjHSCBLtzfgB7jEXjlg+K6CEfMjwQV7sy+hYABlq5DLXcFseQ==}
|
||||
|
||||
'@push.rocks/smartrx@3.0.10':
|
||||
resolution: {integrity: sha512-USjIYcsSfzn14cwOsxgq/bBmWDTTzy3ouWAnW5NdMyRRzEbmeNrvmy6TRqNeDlJ2PsYNTt1rr/zGUqvIy72ITg==}
|
||||
|
||||
'@push.rocks/smartshell@3.3.0':
|
||||
resolution: {integrity: sha512-m0w618H6YBs+vXGz1CgS4nPi5CUAnqRtckcS9/koGwfcIx1IpjqmiP47BoCTbdgcv0IPUxQVBG1IXTHPuZ8Z5g==}
|
||||
'@push.rocks/smartshell@3.3.8':
|
||||
resolution: {integrity: sha512-t9J/py0vnea4ZtOs7Anc9dc6lcvg6EDvYBw5eE1mB+KUWxMQf/ROIQwWMo6B9SMNY4JS2UwvfuJQJ8makP/7Tg==}
|
||||
|
||||
'@push.rocks/smartstate@2.0.27':
|
||||
resolution: {integrity: sha512-q4UKir7GV3hakJWXQR4DoA4tUVwT5GRkJ/MtanHYF0wZLHfS19+nGmyO9y974zk3eT9hmy3+Lq5cKtU2W6+Y3w==}
|
||||
@@ -528,8 +552,8 @@ packages:
|
||||
'@push.rocks/smartstring@4.1.0':
|
||||
resolution: {integrity: sha512-Q4py/Nm3KTDhQ9EiC75yBtSTLR0KLMwhKM+8gGcutgKotZT6wJ3gncjmtD8LKFfNhb4lSaFMgPJgLrCHTOH6Iw==}
|
||||
|
||||
'@push.rocks/smarttime@4.1.1':
|
||||
resolution: {integrity: sha512-Ha/3J/G+zfTl4ahpZgF6oUOZnUjpLhrBja0OQ2cloFxF9sKT8I1COaSqIfBGDtoK2Nly4UD4aTJ3JcJNOg/kgA==}
|
||||
'@push.rocks/smarttime@4.2.3':
|
||||
resolution: {integrity: sha512-8gMg8RUkrCG4p9NcEUZV7V6KpL24+jAMK02g7qyhfA6giz/JJWD0+8w8xjSR+G7qe16KVQ2y3RbvAL9TxmO36g==}
|
||||
|
||||
'@push.rocks/smartunique@3.0.9':
|
||||
resolution: {integrity: sha512-q6DYQgT7/dqdWi9HusvtWCjdsFzLFXY9LTtaZV6IYNJt6teZOonoygxTdNt9XLn6niBSbLYrHSKvJNTRH/uK+g==}
|
||||
@@ -549,6 +573,9 @@ packages:
|
||||
'@push.rocks/webrequest@3.0.37':
|
||||
resolution: {integrity: sha512-fLN7kP6GeHFxE4UH4r9C9pjcQb0QkJxHeAMwXvbOqB9hh0MFNKhtGU7GoaTn8SVRGRMPc9UqZVNwo6u5l8Wn0A==}
|
||||
|
||||
'@push.rocks/webrequest@4.0.5':
|
||||
resolution: {integrity: sha512-wVSCaXqJ9Vh+rbwVz0wDl46dYz4rnwwSrm5vbVXKbuH6oKTPF0YRoujeJPqRltIn64RVGdLeY9/6ix+ZCrzhsg==}
|
||||
|
||||
'@push.rocks/websetup@3.0.19':
|
||||
resolution: {integrity: sha512-iKJDwXdMmQdu5siOIgziPRxM51lN1AU9HOr+yMteu1YMDkZT7HKCyisDAr4gC9WZ9a7FzsG8zgthm4dMeA8NTw==}
|
||||
|
||||
@@ -842,8 +869,8 @@ packages:
|
||||
'@types/ms@2.1.0':
|
||||
resolution: {integrity: sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==}
|
||||
|
||||
'@types/node@25.0.1':
|
||||
resolution: {integrity: sha512-czWPzKIAXucn9PtsttxmumiQ9N0ok9FrBwgRWrwmVLlp86BrMExzvXRLFYRJ+Ex3g6yqj+KuaxfX1JTgV2lpfg==}
|
||||
'@types/node@25.5.0':
|
||||
resolution: {integrity: sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==}
|
||||
|
||||
'@types/semver@7.7.1':
|
||||
resolution: {integrity: sha512-FmgJfu+MOcQ370SD0ev7EI8TlCAfKYU+B4m5T3yXc1CiRN94g/SZPtsCkk506aUDtlMnFZvasDwHHUcZUEaYuA==}
|
||||
@@ -988,23 +1015,19 @@ packages:
|
||||
config-chain@1.1.13:
|
||||
resolution: {integrity: sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==}
|
||||
|
||||
croner@9.1.0:
|
||||
resolution: {integrity: sha512-p9nwwR4qyT5W996vBZhdvBCnMhicY5ytZkR4D1Xj0wuTDEiMnjwR57Q3RXYY/s0EpX6Ay3vgIcfaR+ewGHsi+g==}
|
||||
croner@10.0.1:
|
||||
resolution: {integrity: sha512-ixNtAJndqh173VQ4KodSdJEI6nuioBWI0V1ITNKhZZsO0pEMoDxz539T4FTTbSZ/xIOSuDnzxLVRqBVSvPNE2g==}
|
||||
engines: {node: '>=18.0'}
|
||||
|
||||
cross-spawn@7.0.6:
|
||||
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
|
||||
engines: {node: '>= 8'}
|
||||
|
||||
data-uri-to-buffer@4.0.1:
|
||||
resolution: {integrity: sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==}
|
||||
engines: {node: '>= 12'}
|
||||
|
||||
date-fns@4.1.0:
|
||||
resolution: {integrity: sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==}
|
||||
|
||||
dayjs@1.11.18:
|
||||
resolution: {integrity: sha512-zFBQ7WFRvVRhKcWoUh+ZA1g2HVgUbsZm9sbddh8EC5iv93sui8DVVz1Npvz+r6meo9VKfa8NyLWBsQK1VvIKPA==}
|
||||
dayjs@1.11.19:
|
||||
resolution: {integrity: sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==}
|
||||
|
||||
debug@4.4.3:
|
||||
resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
|
||||
@@ -1121,10 +1144,6 @@ packages:
|
||||
fault@2.0.1:
|
||||
resolution: {integrity: sha512-WtySTkS4OKev5JtpHXnib4Gxiurzh5NCGvWrFaZ34m6JehfTUhKZvn9njTfw48t6JumVQOmrKqpmGcdwxnhqBQ==}
|
||||
|
||||
fetch-blob@3.2.0:
|
||||
resolution: {integrity: sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==}
|
||||
engines: {node: ^12.20 || >= 14.13}
|
||||
|
||||
fflate@0.8.2:
|
||||
resolution: {integrity: sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==}
|
||||
|
||||
@@ -1152,10 +1171,6 @@ packages:
|
||||
resolution: {integrity: sha1-1hcBB+nv3E7TDJ3DkBbflCtctYs=}
|
||||
engines: {node: '>=0.4.x'}
|
||||
|
||||
formdata-polyfill@4.0.10:
|
||||
resolution: {integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==}
|
||||
engines: {node: '>=12.20.0'}
|
||||
|
||||
fs-extra@11.3.2:
|
||||
resolution: {integrity: sha512-Xr9F6z6up6Ws+NjzMCZc6WXg2YFRlrLP9NQDO3VQrWrfiojdhS56TzueT88ze0uBdCTwEIhQ3ptnmKeWGFAe0A==}
|
||||
engines: {node: '>=14.14'}
|
||||
@@ -1271,9 +1286,9 @@ packages:
|
||||
isexe@2.0.0:
|
||||
resolution: {integrity: sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=}
|
||||
|
||||
isexe@3.1.1:
|
||||
resolution: {integrity: sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==}
|
||||
engines: {node: '>=16'}
|
||||
isexe@4.0.0:
|
||||
resolution: {integrity: sha512-FFUtZMpoZ8RqHS3XeXEmHWLA4thH+ZxCv2lOiPIn1Xc7CxrqhWzNSDzD+/chS/zbYezmiwWLdQC09JdQKmthOw==}
|
||||
engines: {node: '>=20'}
|
||||
|
||||
jackspeak@4.1.1:
|
||||
resolution: {integrity: sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==}
|
||||
@@ -1520,14 +1535,6 @@ packages:
|
||||
engines: {node: ^14 || ^16 || >=18}
|
||||
hasBin: true
|
||||
|
||||
node-domexception@1.0.0:
|
||||
resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==}
|
||||
engines: {node: '>=10.5.0'}
|
||||
|
||||
node-fetch@3.3.2:
|
||||
resolution: {integrity: sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==}
|
||||
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
||||
|
||||
normalize-url@8.1.0:
|
||||
resolution: {integrity: sha512-X06Mfd/5aKsRHc0O0J5CUedwnPmnDtLF2+nq+KN9KSDlJHkPuh0JUviWjEWMe0SW/9TDdSLVPuk7L5gGTIA1/w==}
|
||||
engines: {node: '>=14.16'}
|
||||
@@ -1757,8 +1764,8 @@ packages:
|
||||
resolution: {integrity: sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==}
|
||||
engines: {node: '>=16'}
|
||||
|
||||
typescript@5.9.3:
|
||||
resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
|
||||
typescript@6.0.2:
|
||||
resolution: {integrity: sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==}
|
||||
engines: {node: '>=14.17'}
|
||||
hasBin: true
|
||||
|
||||
@@ -1766,8 +1773,8 @@ packages:
|
||||
resolution: {integrity: sha512-rvKSBiC5zqCCiDZ9kAOszZcDvdAHwwIKJG33Ykj43OKcWsnmcBRL09YTU4nOeHZ8Y2a7l1MgTd08SBe9A8Qj6A==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
undici-types@7.16.0:
|
||||
resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==}
|
||||
undici-types@7.18.2:
|
||||
resolution: {integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==}
|
||||
|
||||
unified@11.0.5:
|
||||
resolution: {integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==}
|
||||
@@ -1807,18 +1814,14 @@ packages:
|
||||
vfile@6.0.3:
|
||||
resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==}
|
||||
|
||||
web-streams-polyfill@3.3.3:
|
||||
resolution: {integrity: sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==}
|
||||
engines: {node: '>= 8'}
|
||||
|
||||
which@2.0.2:
|
||||
resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
|
||||
engines: {node: '>= 8'}
|
||||
hasBin: true
|
||||
|
||||
which@5.0.0:
|
||||
resolution: {integrity: sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==}
|
||||
engines: {node: ^18.17.0 || >=20.5.0}
|
||||
which@6.0.1:
|
||||
resolution: {integrity: sha512-oGLe46MIrCRqX7ytPUf66EAYvdeMIZYn3WaocqqKZAxrBpkqHfL/qvTyJ/bTk5+AqHCjXmrv3CEWgy368zhRUg==}
|
||||
engines: {node: ^20.17.0 || >=22.9.0}
|
||||
hasBin: true
|
||||
|
||||
wrap-ansi@7.0.0:
|
||||
@@ -1844,7 +1847,7 @@ snapshots:
|
||||
dependencies:
|
||||
'@api.global/typedrequest-interfaces': 3.0.19
|
||||
'@push.rocks/isounique': 1.0.5
|
||||
'@push.rocks/lik': 6.2.2
|
||||
'@push.rocks/lik': 6.3.1
|
||||
'@push.rocks/smartbuffer': 3.0.5
|
||||
'@push.rocks/smartdelay': 3.0.5
|
||||
'@push.rocks/smartguard': 3.1.0
|
||||
@@ -2335,6 +2338,10 @@ snapshots:
|
||||
|
||||
'@borewit/text-codec@0.1.1': {}
|
||||
|
||||
'@configvault.io/interfaces@1.0.17':
|
||||
dependencies:
|
||||
'@api.global/typedrequest-interfaces': 3.0.19
|
||||
|
||||
'@design.estate/dees-comms@1.0.30':
|
||||
dependencies:
|
||||
'@api.global/typedrequest': 3.2.5
|
||||
@@ -2346,7 +2353,7 @@ snapshots:
|
||||
dependencies:
|
||||
'@api.global/typedrequest': 3.2.5
|
||||
'@design.estate/dees-comms': 1.0.30
|
||||
'@push.rocks/lik': 6.2.2
|
||||
'@push.rocks/lik': 6.3.1
|
||||
'@push.rocks/smartdelay': 3.0.5
|
||||
'@push.rocks/smartjson': 5.2.0
|
||||
'@push.rocks/smartmarkdown': 3.0.3
|
||||
@@ -2458,17 +2465,18 @@ snapshots:
|
||||
'@esbuild/win32-x64@0.27.1':
|
||||
optional: true
|
||||
|
||||
'@git.zone/tsbuild@3.1.2':
|
||||
'@git.zone/tsbuild@4.4.0':
|
||||
dependencies:
|
||||
'@git.zone/tspublish': 1.10.3
|
||||
'@git.zone/tspublish': 1.11.3
|
||||
'@push.rocks/early': 4.0.4
|
||||
'@push.rocks/smartcli': 4.0.19
|
||||
'@push.rocks/smartcli': 4.0.20
|
||||
'@push.rocks/smartdelay': 3.0.5
|
||||
'@push.rocks/smartfile': 11.2.7
|
||||
'@push.rocks/smartlog': 3.1.10
|
||||
'@push.rocks/smartfile': 13.1.2
|
||||
'@push.rocks/smartfs': 1.5.0
|
||||
'@push.rocks/smartlog': 3.2.1
|
||||
'@push.rocks/smartpath': 6.0.0
|
||||
'@push.rocks/smartpromise': 4.2.3
|
||||
typescript: 5.9.3
|
||||
typescript: 6.0.2
|
||||
transitivePeerDependencies:
|
||||
- '@nuxt/kit'
|
||||
- aws-crt
|
||||
@@ -2478,17 +2486,19 @@ snapshots:
|
||||
- supports-color
|
||||
- vue
|
||||
|
||||
'@git.zone/tspublish@1.10.3':
|
||||
'@git.zone/tspublish@1.11.3':
|
||||
dependencies:
|
||||
'@push.rocks/consolecolor': 2.0.3
|
||||
'@push.rocks/smartcli': 4.0.19
|
||||
'@push.rocks/smartcli': 4.0.20
|
||||
'@push.rocks/smartconfig': 6.0.1
|
||||
'@push.rocks/smartdelay': 3.0.5
|
||||
'@push.rocks/smartfile': 11.2.7
|
||||
'@push.rocks/smartlog': 3.1.10
|
||||
'@push.rocks/smartfile': 13.1.2
|
||||
'@push.rocks/smartfs': 1.5.0
|
||||
'@push.rocks/smartlog': 3.2.1
|
||||
'@push.rocks/smartnpm': 2.0.6
|
||||
'@push.rocks/smartpath': 6.0.0
|
||||
'@push.rocks/smartrequest': 4.4.2
|
||||
'@push.rocks/smartshell': 3.3.0
|
||||
'@push.rocks/smartrequest': 5.0.1
|
||||
'@push.rocks/smartshell': 3.3.8
|
||||
transitivePeerDependencies:
|
||||
- '@nuxt/kit'
|
||||
- aws-crt
|
||||
@@ -2546,11 +2556,11 @@ snapshots:
|
||||
|
||||
'@push.rocks/levelcache@3.2.0':
|
||||
dependencies:
|
||||
'@push.rocks/lik': 6.2.2
|
||||
'@push.rocks/lik': 6.3.1
|
||||
'@push.rocks/smartbucket': 3.3.10
|
||||
'@push.rocks/smartcache': 1.0.18
|
||||
'@push.rocks/smartenv': 5.0.13
|
||||
'@push.rocks/smartexit': 1.0.23
|
||||
'@push.rocks/smartexit': 1.1.1
|
||||
'@push.rocks/smartfile': 11.2.7
|
||||
'@push.rocks/smartjson': 5.2.0
|
||||
'@push.rocks/smartpath': 6.0.0
|
||||
@@ -2566,21 +2576,29 @@ snapshots:
|
||||
- supports-color
|
||||
- vue
|
||||
|
||||
'@push.rocks/lik@6.2.2':
|
||||
'@push.rocks/lik@6.3.1':
|
||||
dependencies:
|
||||
'@push.rocks/smartdelay': 3.0.5
|
||||
'@push.rocks/smartmatch': 2.0.0
|
||||
'@push.rocks/smartpromise': 4.2.3
|
||||
'@push.rocks/smartrx': 3.0.10
|
||||
'@push.rocks/smarttime': 4.1.1
|
||||
'@push.rocks/smarttime': 4.2.3
|
||||
'@types/minimatch': 5.1.2
|
||||
'@types/symbol-tree': 3.2.5
|
||||
symbol-tree: 3.2.4
|
||||
|
||||
'@push.rocks/qenv@6.1.3':
|
||||
dependencies:
|
||||
'@api.global/typedrequest': 3.2.5
|
||||
'@configvault.io/interfaces': 1.0.17
|
||||
'@push.rocks/smartfile': 11.2.7
|
||||
'@push.rocks/smartlog': 3.2.1
|
||||
'@push.rocks/smartpath': 6.0.0
|
||||
|
||||
'@push.rocks/smartarchive@4.2.4':
|
||||
dependencies:
|
||||
'@push.rocks/smartdelay': 3.0.5
|
||||
'@push.rocks/smartfile': 13.1.0
|
||||
'@push.rocks/smartfile': 13.1.2
|
||||
'@push.rocks/smartpath': 6.0.0
|
||||
'@push.rocks/smartpromise': 4.2.3
|
||||
'@push.rocks/smartrequest': 4.4.2
|
||||
@@ -2621,11 +2639,11 @@ snapshots:
|
||||
'@push.rocks/smarterror': 2.0.1
|
||||
'@push.rocks/smarthash': 3.2.6
|
||||
'@push.rocks/smartpromise': 4.2.3
|
||||
'@push.rocks/smarttime': 4.1.1
|
||||
'@push.rocks/smarttime': 4.2.3
|
||||
|
||||
'@push.rocks/smartcli@4.0.19':
|
||||
'@push.rocks/smartcli@4.0.20':
|
||||
dependencies:
|
||||
'@push.rocks/lik': 6.2.2
|
||||
'@push.rocks/lik': 6.3.1
|
||||
'@push.rocks/smartlog': 3.1.10
|
||||
'@push.rocks/smartobject': 1.0.12
|
||||
'@push.rocks/smartpromise': 4.2.3
|
||||
@@ -2641,6 +2659,23 @@ snapshots:
|
||||
'@push.rocks/smarturl': 3.1.0
|
||||
'@push.rocks/webrequest': 3.0.37
|
||||
|
||||
'@push.rocks/smartconfig@6.0.1':
|
||||
dependencies:
|
||||
'@push.rocks/qenv': 6.1.3
|
||||
'@push.rocks/smartfile': 11.2.7
|
||||
'@push.rocks/smartjson': 5.2.0
|
||||
'@push.rocks/smartlog': 3.2.1
|
||||
'@push.rocks/smartpath': 6.0.0
|
||||
'@push.rocks/smartpromise': 4.2.3
|
||||
'@push.rocks/smartrx': 3.0.10
|
||||
'@push.rocks/taskbuffer': 3.5.0
|
||||
'@tsclass/tsclass': 9.3.0
|
||||
transitivePeerDependencies:
|
||||
- '@nuxt/kit'
|
||||
- react
|
||||
- supports-color
|
||||
- vue
|
||||
|
||||
'@push.rocks/smartdelay@3.0.5':
|
||||
dependencies:
|
||||
'@push.rocks/smartpromise': 4.2.3
|
||||
@@ -2658,18 +2693,23 @@ snapshots:
|
||||
clean-stack: 1.3.0
|
||||
make-error-cause: 2.3.0
|
||||
|
||||
'@push.rocks/smartexit@1.0.23':
|
||||
'@push.rocks/smartexit@1.1.1':
|
||||
dependencies:
|
||||
'@push.rocks/lik': 6.2.2
|
||||
'@push.rocks/lik': 6.3.1
|
||||
'@push.rocks/smartdelay': 3.0.5
|
||||
'@push.rocks/smartpromise': 4.2.3
|
||||
tree-kill: 1.2.2
|
||||
|
||||
'@push.rocks/smartexit@2.0.3':
|
||||
dependencies:
|
||||
'@push.rocks/lik': 6.3.1
|
||||
'@push.rocks/smartpromise': 4.2.3
|
||||
|
||||
'@push.rocks/smartfile-interfaces@1.0.7': {}
|
||||
|
||||
'@push.rocks/smartfile@11.2.7':
|
||||
dependencies:
|
||||
'@push.rocks/lik': 6.2.2
|
||||
'@push.rocks/lik': 6.3.1
|
||||
'@push.rocks/smartdelay': 3.0.5
|
||||
'@push.rocks/smartfile-interfaces': 1.0.7
|
||||
'@push.rocks/smarthash': 3.2.6
|
||||
@@ -2685,9 +2725,9 @@ snapshots:
|
||||
glob: 11.1.0
|
||||
js-yaml: 4.1.1
|
||||
|
||||
'@push.rocks/smartfile@13.1.0':
|
||||
'@push.rocks/smartfile@13.1.2':
|
||||
dependencies:
|
||||
'@push.rocks/lik': 6.2.2
|
||||
'@push.rocks/lik': 6.3.1
|
||||
'@push.rocks/smartdelay': 3.0.5
|
||||
'@push.rocks/smartfile-interfaces': 1.0.7
|
||||
'@push.rocks/smartfs': 1.2.0
|
||||
@@ -2706,6 +2746,11 @@ snapshots:
|
||||
dependencies:
|
||||
'@push.rocks/smartpath': 6.0.0
|
||||
|
||||
'@push.rocks/smartfs@1.5.0':
|
||||
dependencies:
|
||||
'@push.rocks/smartpath': 6.0.0
|
||||
'@push.rocks/smartrust': 1.3.2
|
||||
|
||||
'@push.rocks/smartguard@3.1.0':
|
||||
dependencies:
|
||||
'@push.rocks/smartpromise': 4.2.3
|
||||
@@ -2726,6 +2771,13 @@ snapshots:
|
||||
fast-json-stable-stringify: 2.1.0
|
||||
lodash.clonedeep: 4.5.0
|
||||
|
||||
'@push.rocks/smartjson@6.0.0':
|
||||
dependencies:
|
||||
'@push.rocks/smartenv': 6.0.0
|
||||
'@push.rocks/smartstring': 4.1.0
|
||||
fast-json-stable-stringify: 2.1.0
|
||||
lodash.clonedeep: 4.5.0
|
||||
|
||||
'@push.rocks/smartlog@3.1.10':
|
||||
dependencies:
|
||||
'@api.global/typedrequest-interfaces': 3.0.19
|
||||
@@ -2735,10 +2787,23 @@ snapshots:
|
||||
'@push.rocks/smartfile': 11.2.7
|
||||
'@push.rocks/smarthash': 3.2.6
|
||||
'@push.rocks/smartpromise': 4.2.3
|
||||
'@push.rocks/smarttime': 4.1.1
|
||||
'@push.rocks/smarttime': 4.2.3
|
||||
'@push.rocks/webrequest': 3.0.37
|
||||
'@tsclass/tsclass': 9.3.0
|
||||
|
||||
'@push.rocks/smartlog@3.2.1':
|
||||
dependencies:
|
||||
'@api.global/typedrequest-interfaces': 3.0.19
|
||||
'@push.rocks/consolecolor': 2.0.3
|
||||
'@push.rocks/isounique': 1.0.5
|
||||
'@push.rocks/smartclickhouse': 2.0.17
|
||||
'@push.rocks/smartfile': 11.2.7
|
||||
'@push.rocks/smarthash': 3.2.6
|
||||
'@push.rocks/smartpromise': 4.2.3
|
||||
'@push.rocks/smarttime': 4.2.3
|
||||
'@push.rocks/webrequest': 4.0.5
|
||||
'@tsclass/tsclass': 9.3.0
|
||||
|
||||
'@push.rocks/smartmarkdown@3.0.3':
|
||||
dependencies:
|
||||
'@push.rocks/smartyaml': 2.0.5
|
||||
@@ -2773,7 +2838,7 @@ snapshots:
|
||||
'@push.rocks/smartpath': 6.0.0
|
||||
'@push.rocks/smartpromise': 4.2.3
|
||||
'@push.rocks/smartrequest': 4.4.2
|
||||
'@push.rocks/smarttime': 4.1.1
|
||||
'@push.rocks/smarttime': 4.2.3
|
||||
'@push.rocks/smartversion': 3.0.5
|
||||
package-json: 8.1.1
|
||||
transitivePeerDependencies:
|
||||
@@ -2810,29 +2875,41 @@ snapshots:
|
||||
agentkeepalive: 4.6.0
|
||||
form-data: 4.0.5
|
||||
|
||||
'@push.rocks/smartrequest@5.0.1':
|
||||
dependencies:
|
||||
'@push.rocks/smartenv': 6.0.0
|
||||
'@push.rocks/smartpath': 6.0.0
|
||||
'@push.rocks/smartpromise': 4.2.3
|
||||
'@push.rocks/smarturl': 3.1.0
|
||||
agentkeepalive: 4.6.0
|
||||
form-data: 4.0.5
|
||||
|
||||
'@push.rocks/smartrouter@1.3.3':
|
||||
dependencies:
|
||||
'@push.rocks/lik': 6.2.2
|
||||
'@push.rocks/lik': 6.3.1
|
||||
'@push.rocks/smartrx': 3.0.10
|
||||
path-to-regexp: 8.3.0
|
||||
|
||||
'@push.rocks/smartrust@1.3.2':
|
||||
dependencies:
|
||||
'@push.rocks/smartpath': 6.0.0
|
||||
|
||||
'@push.rocks/smartrx@3.0.10':
|
||||
dependencies:
|
||||
'@push.rocks/smartpromise': 4.2.3
|
||||
rxjs: 7.8.2
|
||||
|
||||
'@push.rocks/smartshell@3.3.0':
|
||||
'@push.rocks/smartshell@3.3.8':
|
||||
dependencies:
|
||||
'@push.rocks/smartdelay': 3.0.5
|
||||
'@push.rocks/smartexit': 1.0.23
|
||||
'@push.rocks/smartexit': 2.0.3
|
||||
'@push.rocks/smartpromise': 4.2.3
|
||||
'@types/which': 3.0.4
|
||||
tree-kill: 1.2.2
|
||||
which: 5.0.0
|
||||
which: 6.0.1
|
||||
|
||||
'@push.rocks/smartstate@2.0.27':
|
||||
dependencies:
|
||||
'@push.rocks/lik': 6.2.2
|
||||
'@push.rocks/lik': 6.3.1
|
||||
'@push.rocks/smarthash': 3.2.6
|
||||
'@push.rocks/smartjson': 5.2.0
|
||||
'@push.rocks/smartpromise': 4.2.3
|
||||
@@ -2841,7 +2918,7 @@ snapshots:
|
||||
|
||||
'@push.rocks/smartstream@3.2.5':
|
||||
dependencies:
|
||||
'@push.rocks/lik': 6.2.2
|
||||
'@push.rocks/lik': 6.3.1
|
||||
'@push.rocks/smartenv': 5.0.13
|
||||
'@push.rocks/smartpromise': 4.2.3
|
||||
'@push.rocks/smartrx': 3.0.10
|
||||
@@ -2850,14 +2927,14 @@ snapshots:
|
||||
dependencies:
|
||||
'@push.rocks/isounique': 1.0.5
|
||||
|
||||
'@push.rocks/smarttime@4.1.1':
|
||||
'@push.rocks/smarttime@4.2.3':
|
||||
dependencies:
|
||||
'@push.rocks/lik': 6.2.2
|
||||
'@push.rocks/lik': 6.3.1
|
||||
'@push.rocks/smartdelay': 3.0.5
|
||||
'@push.rocks/smartpromise': 4.2.3
|
||||
croner: 9.1.0
|
||||
croner: 10.0.1
|
||||
date-fns: 4.1.0
|
||||
dayjs: 1.11.18
|
||||
dayjs: 1.11.19
|
||||
is-nan: 1.3.2
|
||||
pretty-ms: 9.3.0
|
||||
|
||||
@@ -2882,12 +2959,12 @@ snapshots:
|
||||
'@push.rocks/taskbuffer@3.5.0':
|
||||
dependencies:
|
||||
'@design.estate/dees-element': 2.1.3
|
||||
'@push.rocks/lik': 6.2.2
|
||||
'@push.rocks/lik': 6.3.1
|
||||
'@push.rocks/smartdelay': 3.0.5
|
||||
'@push.rocks/smartlog': 3.1.10
|
||||
'@push.rocks/smartlog': 3.2.1
|
||||
'@push.rocks/smartpromise': 4.2.3
|
||||
'@push.rocks/smartrx': 3.0.10
|
||||
'@push.rocks/smarttime': 4.1.1
|
||||
'@push.rocks/smarttime': 4.2.3
|
||||
'@push.rocks/smartunique': 3.0.9
|
||||
transitivePeerDependencies:
|
||||
- '@nuxt/kit'
|
||||
@@ -2903,6 +2980,14 @@ snapshots:
|
||||
'@push.rocks/smartpromise': 4.2.3
|
||||
'@push.rocks/webstore': 2.0.20
|
||||
|
||||
'@push.rocks/webrequest@4.0.5':
|
||||
dependencies:
|
||||
'@push.rocks/smartdelay': 3.0.5
|
||||
'@push.rocks/smartenv': 6.0.0
|
||||
'@push.rocks/smartjson': 6.0.0
|
||||
'@push.rocks/smartpromise': 4.2.3
|
||||
'@push.rocks/webstore': 2.0.20
|
||||
|
||||
'@push.rocks/websetup@3.0.19':
|
||||
dependencies:
|
||||
'@pushrocks/smartdelay': 3.0.1
|
||||
@@ -2912,7 +2997,7 @@ snapshots:
|
||||
'@push.rocks/webstore@2.0.20':
|
||||
dependencies:
|
||||
'@api.global/typedrequest-interfaces': 3.0.19
|
||||
'@push.rocks/lik': 6.2.2
|
||||
'@push.rocks/lik': 6.3.1
|
||||
'@push.rocks/smartenv': 5.0.13
|
||||
'@push.rocks/smartjson': 5.2.0
|
||||
'@push.rocks/smartpromise': 4.2.3
|
||||
@@ -3302,7 +3387,7 @@ snapshots:
|
||||
'@types/fs-extra@11.0.4':
|
||||
dependencies:
|
||||
'@types/jsonfile': 6.1.4
|
||||
'@types/node': 25.0.1
|
||||
'@types/node': 25.5.0
|
||||
|
||||
'@types/hast@3.0.4':
|
||||
dependencies:
|
||||
@@ -3316,7 +3401,7 @@ snapshots:
|
||||
|
||||
'@types/jsonfile@6.1.4':
|
||||
dependencies:
|
||||
'@types/node': 25.0.1
|
||||
'@types/node': 25.5.0
|
||||
|
||||
'@types/mdast@4.0.4':
|
||||
dependencies:
|
||||
@@ -3328,9 +3413,9 @@ snapshots:
|
||||
|
||||
'@types/ms@2.1.0': {}
|
||||
|
||||
'@types/node@25.0.1':
|
||||
'@types/node@25.5.0':
|
||||
dependencies:
|
||||
undici-types: 7.16.0
|
||||
undici-types: 7.18.2
|
||||
|
||||
'@types/semver@7.7.1': {}
|
||||
|
||||
@@ -3338,11 +3423,11 @@ snapshots:
|
||||
|
||||
'@types/tar-stream@3.1.4':
|
||||
dependencies:
|
||||
'@types/node': 25.0.1
|
||||
'@types/node': 25.5.0
|
||||
|
||||
'@types/through2@2.0.41':
|
||||
dependencies:
|
||||
'@types/node': 25.0.1
|
||||
'@types/node': 25.5.0
|
||||
|
||||
'@types/trusted-types@2.0.7': {}
|
||||
|
||||
@@ -3452,7 +3537,7 @@ snapshots:
|
||||
ini: 1.3.8
|
||||
proto-list: 1.2.4
|
||||
|
||||
croner@9.1.0: {}
|
||||
croner@10.0.1: {}
|
||||
|
||||
cross-spawn@7.0.6:
|
||||
dependencies:
|
||||
@@ -3460,11 +3545,9 @@ snapshots:
|
||||
shebang-command: 2.0.0
|
||||
which: 2.0.2
|
||||
|
||||
data-uri-to-buffer@4.0.1: {}
|
||||
|
||||
date-fns@4.1.0: {}
|
||||
|
||||
dayjs@1.11.18: {}
|
||||
dayjs@1.11.19: {}
|
||||
|
||||
debug@4.4.3:
|
||||
dependencies:
|
||||
@@ -3588,11 +3671,6 @@ snapshots:
|
||||
dependencies:
|
||||
format: 0.2.2
|
||||
|
||||
fetch-blob@3.2.0:
|
||||
dependencies:
|
||||
node-domexception: 1.0.0
|
||||
web-streams-polyfill: 3.3.3
|
||||
|
||||
fflate@0.8.2: {}
|
||||
|
||||
file-type@19.6.0:
|
||||
@@ -3628,10 +3706,6 @@ snapshots:
|
||||
|
||||
format@0.2.2: {}
|
||||
|
||||
formdata-polyfill@4.0.10:
|
||||
dependencies:
|
||||
fetch-blob: 3.2.0
|
||||
|
||||
fs-extra@11.3.2:
|
||||
dependencies:
|
||||
graceful-fs: 4.2.11
|
||||
@@ -3771,7 +3845,7 @@ snapshots:
|
||||
|
||||
isexe@2.0.0: {}
|
||||
|
||||
isexe@3.1.1: {}
|
||||
isexe@4.0.0: {}
|
||||
|
||||
jackspeak@4.1.1:
|
||||
dependencies:
|
||||
@@ -4189,14 +4263,6 @@ snapshots:
|
||||
|
||||
nanoid@4.0.2: {}
|
||||
|
||||
node-domexception@1.0.0: {}
|
||||
|
||||
node-fetch@3.3.2:
|
||||
dependencies:
|
||||
data-uri-to-buffer: 4.0.1
|
||||
fetch-blob: 3.2.0
|
||||
formdata-polyfill: 4.0.10
|
||||
|
||||
normalize-url@8.1.0: {}
|
||||
|
||||
object-keys@1.1.1: {}
|
||||
@@ -4452,11 +4518,11 @@ snapshots:
|
||||
|
||||
type-fest@4.41.0: {}
|
||||
|
||||
typescript@5.9.3: {}
|
||||
typescript@6.0.2: {}
|
||||
|
||||
uint8array-extras@1.5.0: {}
|
||||
|
||||
undici-types@7.16.0: {}
|
||||
undici-types@7.18.2: {}
|
||||
|
||||
unified@11.0.5:
|
||||
dependencies:
|
||||
@@ -4509,15 +4575,13 @@ snapshots:
|
||||
'@types/unist': 3.0.3
|
||||
vfile-message: 4.0.3
|
||||
|
||||
web-streams-polyfill@3.3.3: {}
|
||||
|
||||
which@2.0.2:
|
||||
dependencies:
|
||||
isexe: 2.0.0
|
||||
|
||||
which@5.0.0:
|
||||
which@6.0.1:
|
||||
dependencies:
|
||||
isexe: 3.1.1
|
||||
isexe: 4.0.0
|
||||
|
||||
wrap-ansi@7.0.0:
|
||||
dependencies:
|
||||
|
||||
540
readme.md
540
readme.md
@@ -2,373 +2,155 @@
|
||||
|
||||
[](https://www.npmjs.com/package/@git.zone/tsrun)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://www.typescriptlang.org/)
|
||||
[](https://nodejs.org/)
|
||||
[](https://www.typescriptlang.org/)
|
||||
[](https://nodejs.org/)
|
||||
|
||||
> Run TypeScript files instantly, without the compilation hassle ⚡
|
||||
> Run TypeScript files instantly — no build step, no config, no friction ⚡
|
||||
|
||||
Execute TypeScript programs on-the-fly with zero configuration. Perfect for scripts, prototyping, and development workflows.
|
||||
Execute TypeScript programs on-the-fly with zero configuration. Whether you're writing quick scripts, prototyping ideas, or orchestrating complex multi-project workflows, tsrun gets out of your way and lets you focus on code.
|
||||
|
||||
## Issue Reporting and Security
|
||||
|
||||
For reporting bugs, issues, or security vulnerabilities, please visit [community.foss.global/](https://community.foss.global/). This is the central community hub for all issue reporting. Developers who sign and comply with our contribution agreement and go through identification can also get a [code.foss.global/](https://code.foss.global/) account to submit Pull Requests directly.
|
||||
|
||||
## Table of Contents
|
||||
|
||||
- [What is tsrun?](#what-is-tsrun)
|
||||
- [Installation](#installation)
|
||||
- [Usage](#usage)
|
||||
- [CLI Usage](#-cli-usage)
|
||||
- [Programmatic API](#-programmatic-api)
|
||||
- [CLI Usage](#-cli-usage)
|
||||
- [Programmatic API](#-programmatic-api)
|
||||
- [runPath()](#runpath---simple-execution)
|
||||
- [runCli()](#runcli---cli-mode)
|
||||
- [spawnPath()](#spawnpath---advanced-process-control)
|
||||
- [API Quick Reference](#api-quick-reference)
|
||||
- [Features](#features)
|
||||
- [Why tsrun?](#why-tsrun)
|
||||
- [Common Use Cases](#common-use-cases)
|
||||
- [API Reference](#api-reference)
|
||||
- [Examples](#examples)
|
||||
- [Package Information](#package-information)
|
||||
- [Requirements](#requirements)
|
||||
- [Troubleshooting](#troubleshooting)
|
||||
- [License and Legal Information](#license-and-legal-information)
|
||||
|
||||
## What is tsrun?
|
||||
|
||||
**tsrun** is a lightweight TypeScript execution tool that lets you run `.ts` files directly—no build step required. It's like running JavaScript with `node`, but for TypeScript. Under the hood, tsrun uses [tsx](https://github.com/esbuild-kit/tsx) for lightning-fast execution while keeping your workflow simple and efficient.
|
||||
**tsrun** is a lightweight TypeScript execution tool that lets you run `.ts` files directly — just like running JavaScript with `node`, but for TypeScript. Under the hood, it uses [tsx](https://github.com/privatenumber/tsx) for lightning-fast transpilation, so there's no compilation step, no tsconfig fiddling, and no waiting around.
|
||||
|
||||
It also doubles as a **programmatic library** with full process control — spawn TypeScript processes, capture their output, set timeouts, and cancel them with `AbortController`. Perfect for build scripts, task runners, and orchestration tools.
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
npm install -g @git.zone/tsrun
|
||||
```
|
||||
|
||||
Or as a project dependency:
|
||||
**Global** (recommended for CLI usage):
|
||||
|
||||
```bash
|
||||
npm install --save-dev @git.zone/tsrun
|
||||
pnpm install -g @git.zone/tsrun
|
||||
```
|
||||
|
||||
## Usage
|
||||
**As a project dependency** (for programmatic API):
|
||||
|
||||
### 🚀 CLI Usage
|
||||
```bash
|
||||
pnpm install @git.zone/tsrun
|
||||
```
|
||||
|
||||
Simply run any TypeScript file:
|
||||
## 🚀 CLI Usage
|
||||
|
||||
Run any TypeScript file:
|
||||
|
||||
```bash
|
||||
tsrun myScript.ts
|
||||
```
|
||||
|
||||
Pass arguments to your script transparently:
|
||||
Arguments pass through transparently, just like `node`:
|
||||
|
||||
```bash
|
||||
tsrun myScript.ts --config production --verbose
|
||||
tsrun deploy.ts production --verbose --dry-run
|
||||
```
|
||||
|
||||
All arguments are passed through to your TypeScript program, just as if you were running it with `node`.
|
||||
Your script sees them in `process.argv` as expected:
|
||||
|
||||
### 💻 Programmatic API
|
||||
```typescript
|
||||
// deploy.ts
|
||||
const env = process.argv[0]; // "production"
|
||||
const verbose = process.argv.includes('--verbose');
|
||||
const dryRun = process.argv.includes('--dry-run');
|
||||
|
||||
tsrun provides three powerful functions for different execution needs:
|
||||
console.log(`Deploying to ${env}...`);
|
||||
```
|
||||
|
||||
#### runPath() - Simple Execution
|
||||
## 💻 Programmatic API
|
||||
|
||||
Wait for a script to complete. Perfect for sequential workflows.
|
||||
tsrun exports three functions tailored for different execution needs.
|
||||
|
||||
### `runPath()` — Simple Execution
|
||||
|
||||
Runs a TypeScript file and waits for it to complete. The simplest way to execute scripts programmatically.
|
||||
|
||||
```typescript
|
||||
import { runPath } from '@git.zone/tsrun';
|
||||
|
||||
// Run a TypeScript file (absolute or relative path)
|
||||
// Run a script (path relative to cwd)
|
||||
await runPath('./scripts/build.ts');
|
||||
|
||||
// With path resolution relative to a file URL
|
||||
// Resolve path relative to the calling file
|
||||
await runPath('./build.ts', import.meta.url);
|
||||
|
||||
// With custom working directory
|
||||
// Run in a different working directory (spawns a child process)
|
||||
await runPath('./build.ts', import.meta.url, { cwd: '/path/to/project' });
|
||||
```
|
||||
|
||||
#### runCli() - CLI Mode
|
||||
**How it works:**
|
||||
- Without `cwd` — executes **in-process** using tsx's ESM loader (fast, zero overhead)
|
||||
- With `cwd` — spawns an **isolated child process** with the given working directory
|
||||
|
||||
Run with process.argv integration, as if invoked from command line.
|
||||
### `runCli()` — CLI Mode
|
||||
|
||||
Runs with `process.argv` integration, as if the script were invoked from the command line. This is what the `tsrun` CLI binary uses internally.
|
||||
|
||||
```typescript
|
||||
import { runCli } from '@git.zone/tsrun';
|
||||
|
||||
// Respects process.argv for argument passing
|
||||
// Uses process.argv for argument passing
|
||||
await runCli('./script.ts');
|
||||
|
||||
// With custom working directory
|
||||
await runCli('./script.ts', { cwd: '/path/to/project' });
|
||||
```
|
||||
|
||||
#### spawnPath() - Advanced Control
|
||||
### `spawnPath()` — Advanced Process Control
|
||||
|
||||
Full process control with stdio access, timeouts, and cancellation.
|
||||
Returns immediately with a process handle, giving you full control over stdio, timeouts, and cancellation.
|
||||
|
||||
```typescript
|
||||
import { spawnPath } from '@git.zone/tsrun';
|
||||
|
||||
// Returns immediately with process handle
|
||||
const proc = spawnPath('./task.ts', import.meta.url, {
|
||||
timeout: 30000,
|
||||
timeout: 30000, // Kill after 30s
|
||||
cwd: '/path/to/project',
|
||||
env: { NODE_ENV: 'production' },
|
||||
args: ['--verbose']
|
||||
env: { NODE_ENV: 'production' }, // Merged with process.env
|
||||
args: ['--verbose'], // Extra CLI args
|
||||
stdio: 'pipe', // Default: capture stdout/stderr
|
||||
});
|
||||
|
||||
// Access stdout/stderr streams
|
||||
proc.stdout?.on('data', (chunk) => console.log(chunk.toString()));
|
||||
// Stream stdout
|
||||
proc.stdout?.on('data', (chunk) => {
|
||||
console.log(chunk.toString());
|
||||
});
|
||||
|
||||
// Wait for completion
|
||||
// Wait for exit
|
||||
const exitCode = await proc.exitCode;
|
||||
```
|
||||
|
||||
## Features
|
||||
|
||||
✨ **Zero Configuration** - Just point and shoot. No tsconfig tweaking required.
|
||||
|
||||
⚡ **Fast Execution** - Powered by tsx for near-instant TypeScript execution.
|
||||
|
||||
🔄 **Transparent Arguments** - Command line arguments pass through seamlessly to your scripts.
|
||||
|
||||
📦 **Dual Interface** - Use as a CLI tool or import as a library in your code.
|
||||
|
||||
🎯 **TypeScript Native** - Full TypeScript support with excellent IntelliSense.
|
||||
|
||||
🔀 **Custom Working Directory** - Execute scripts with different cwds for parallel multi-project workflows.
|
||||
|
||||
🎛️ **Advanced Process Control** - Full control with spawnPath() for stdio access, timeouts, and cancellation.
|
||||
|
||||
## Why tsrun?
|
||||
|
||||
Sometimes you just want to run a TypeScript file without setting up a build pipeline, configuring webpack, or waiting for `tsc` to compile. That's where tsrun shines:
|
||||
|
||||
- **Quick Scripts**: Write and run TypeScript scripts as easily as bash scripts
|
||||
- **Prototyping**: Test ideas without project setup overhead
|
||||
- **Development Workflows**: Integrate TypeScript execution into your tooling
|
||||
- **CI/CD**: Run TypeScript-based build scripts without pre-compilation
|
||||
|
||||
## Common Use Cases
|
||||
|
||||
### Development Scripts
|
||||
|
||||
```typescript
|
||||
// scripts/dev-setup.ts
|
||||
import { runPath } from '@git.zone/tsrun';
|
||||
|
||||
console.log('Setting up development environment...');
|
||||
await runPath('./install-deps.ts', import.meta.url);
|
||||
await runPath('./init-db.ts', import.meta.url);
|
||||
await runPath('./seed-data.ts', import.meta.url);
|
||||
console.log('✓ Development environment ready!');
|
||||
```
|
||||
|
||||
### Multi-Project Builds
|
||||
|
||||
```typescript
|
||||
// build-all-projects.ts
|
||||
import { runPath } from '@git.zone/tsrun';
|
||||
|
||||
const projects = [
|
||||
'/workspace/frontend',
|
||||
'/workspace/backend',
|
||||
'/workspace/shared'
|
||||
];
|
||||
|
||||
await Promise.all(
|
||||
projects.map(cwd =>
|
||||
runPath('./build.ts', import.meta.url, { cwd })
|
||||
)
|
||||
);
|
||||
```
|
||||
|
||||
### Long-Running Tasks with Monitoring
|
||||
|
||||
```typescript
|
||||
// monitor-task.ts
|
||||
import { spawnPath } from '@git.zone/tsrun';
|
||||
|
||||
const proc = spawnPath('./data-migration.ts', import.meta.url, {
|
||||
timeout: 300000, // 5 minutes max
|
||||
env: { LOG_LEVEL: 'verbose' }
|
||||
});
|
||||
|
||||
let lineCount = 0;
|
||||
proc.stdout?.on('data', (chunk) => {
|
||||
lineCount++;
|
||||
if (lineCount % 100 === 0) {
|
||||
console.log(`Processed ${lineCount} lines...`);
|
||||
}
|
||||
});
|
||||
|
||||
try {
|
||||
await proc.exitCode;
|
||||
console.log('Migration completed successfully!');
|
||||
} catch (error) {
|
||||
console.error('Migration failed:', error.message);
|
||||
process.exit(1);
|
||||
}
|
||||
```
|
||||
|
||||
## API Reference
|
||||
|
||||
Choose the right function for your use case:
|
||||
|
||||
| Function | Use When | Returns | Execution Mode |
|
||||
|----------|----------|---------|----------------|
|
||||
| `runPath()` | Simple script execution, sequential workflows | Promise (waits) | In-process (or child with cwd) |
|
||||
| `runCli()` | Need process.argv integration | Promise (waits) | In-process |
|
||||
| `spawnPath()` | Need process control, stdio access, timeout/cancel | Process handle | Child process |
|
||||
|
||||
**Quick decision guide:**
|
||||
- 🎯 **Need to wait for completion?** → Use `runPath()` or `runCli()`
|
||||
- 🎛️ **Need to capture output or control process?** → Use `spawnPath()`
|
||||
- ⚡ **Running multiple scripts in parallel?** → Use `runPath()` with custom `cwd` or `spawnPath()`
|
||||
- ⏱️ **Need timeout or cancellation?** → Use `spawnPath()`
|
||||
|
||||
## Examples
|
||||
|
||||
### Simple Script
|
||||
|
||||
```typescript
|
||||
// hello.ts
|
||||
console.log('Hello from TypeScript! 🎉');
|
||||
|
||||
const greet = (name: string): string => {
|
||||
return `Welcome, ${name}!`;
|
||||
};
|
||||
|
||||
console.log(greet('Developer'));
|
||||
```
|
||||
|
||||
Run it:
|
||||
|
||||
```bash
|
||||
tsrun hello.ts
|
||||
# Output:
|
||||
# Hello from TypeScript! 🎉
|
||||
# Welcome, Developer!
|
||||
```
|
||||
|
||||
### With Command Line Arguments
|
||||
|
||||
```typescript
|
||||
// deploy.ts
|
||||
const environment = process.argv[2] || 'development';
|
||||
const verbose = process.argv.includes('--verbose');
|
||||
|
||||
console.log(`Deploying to ${environment}...`);
|
||||
if (verbose) {
|
||||
console.log('Verbose mode enabled');
|
||||
}
|
||||
```
|
||||
|
||||
Run it:
|
||||
|
||||
```bash
|
||||
tsrun deploy.ts production --verbose
|
||||
# Output:
|
||||
# Deploying to production...
|
||||
# Verbose mode enabled
|
||||
```
|
||||
|
||||
### Programmatic Execution
|
||||
|
||||
```typescript
|
||||
// runner.ts
|
||||
import { runPath } from '@git.zone/tsrun';
|
||||
|
||||
const scripts = [
|
||||
'./scripts/setup.ts',
|
||||
'./scripts/migrate.ts',
|
||||
'./scripts/seed.ts'
|
||||
];
|
||||
|
||||
for (const script of scripts) {
|
||||
console.log(`Running ${script}...`);
|
||||
await runPath(script, import.meta.url);
|
||||
console.log(`✓ ${script} completed`);
|
||||
}
|
||||
```
|
||||
|
||||
### Running with Custom Working Directory
|
||||
|
||||
Execute TypeScript files with a different working directory using the `cwd` option. This is especially useful for parallel execution across multiple projects:
|
||||
|
||||
```typescript
|
||||
import { runPath } from '@git.zone/tsrun';
|
||||
|
||||
// Run with custom cwd
|
||||
await runPath('./build.ts', undefined, { cwd: '/path/to/project-a' });
|
||||
|
||||
// Parallel execution with different cwds (safe and isolated)
|
||||
await Promise.all([
|
||||
runPath('./deploy.ts', undefined, { cwd: '/projects/frontend' }),
|
||||
runPath('./deploy.ts', undefined, { cwd: '/projects/backend' }),
|
||||
runPath('./deploy.ts', undefined, { cwd: '/projects/api' })
|
||||
]);
|
||||
```
|
||||
|
||||
**How it works:**
|
||||
- When `cwd` is provided, the script executes in a **child process** for complete isolation
|
||||
- Without `cwd`, execution happens **in-process** (faster, less overhead)
|
||||
- Child processes inherit all environment variables and stdio connections
|
||||
- Perfect for running the same script across multiple project directories
|
||||
|
||||
**Notes:**
|
||||
- Output from parallel executions may interleave on the console
|
||||
- Each child process runs with its own isolated working directory
|
||||
- Exit codes and signals are properly forwarded
|
||||
|
||||
### Advanced Process Control with spawnPath()
|
||||
|
||||
For advanced use cases requiring full process control, stdio access, or timeout/cancellation support, use `spawnPath()`. Unlike `runPath()` which waits for completion, `spawnPath()` returns immediately with a process handle.
|
||||
|
||||
```typescript
|
||||
import { spawnPath } from '@git.zone/tsrun';
|
||||
|
||||
// Basic spawning with output capture
|
||||
const proc = spawnPath('./build.ts', import.meta.url);
|
||||
|
||||
proc.stdout?.on('data', (chunk) => {
|
||||
console.log('Output:', chunk.toString());
|
||||
});
|
||||
|
||||
proc.stderr?.on('data', (chunk) => {
|
||||
console.error('Error:', chunk.toString());
|
||||
});
|
||||
|
||||
const exitCode = await proc.exitCode;
|
||||
console.log(`Process exited with code ${exitCode}`);
|
||||
```
|
||||
|
||||
**With timeout and custom environment:**
|
||||
|
||||
```typescript
|
||||
const proc = spawnPath('./long-running-task.ts', import.meta.url, {
|
||||
timeout: 30000, // Kill after 30 seconds
|
||||
cwd: '/path/to/project',
|
||||
env: {
|
||||
NODE_ENV: 'production',
|
||||
API_KEY: 'secret'
|
||||
},
|
||||
args: ['--mode', 'fast']
|
||||
});
|
||||
|
||||
try {
|
||||
const exitCode = await proc.exitCode;
|
||||
console.log('Task completed:', exitCode);
|
||||
} catch (error) {
|
||||
console.error('Task failed or timed out:', error.message);
|
||||
}
|
||||
```
|
||||
|
||||
**AbortController integration:**
|
||||
**AbortController support:**
|
||||
|
||||
```typescript
|
||||
const controller = new AbortController();
|
||||
const proc = spawnPath('./task.ts', import.meta.url, {
|
||||
signal: controller.signal
|
||||
signal: controller.signal,
|
||||
});
|
||||
|
||||
// Cancel after 5 seconds
|
||||
// Cancel from outside
|
||||
setTimeout(() => controller.abort(), 5000);
|
||||
|
||||
try {
|
||||
await proc.exitCode;
|
||||
} catch (error) {
|
||||
console.log('Process was aborted');
|
||||
} catch (err) {
|
||||
console.log('Process was cancelled');
|
||||
}
|
||||
```
|
||||
|
||||
@@ -377,101 +159,187 @@ try {
|
||||
```typescript
|
||||
const proc = spawnPath('./server.ts', import.meta.url);
|
||||
|
||||
// Later: gracefully shut down
|
||||
// Sends SIGTERM, waits 5s, then SIGKILL if still running
|
||||
await proc.terminate();
|
||||
```
|
||||
|
||||
**Key differences from runPath():**
|
||||
## API Quick Reference
|
||||
|
||||
| Feature | runPath() | spawnPath() |
|
||||
|---------|-----------|-------------|
|
||||
| Returns | Promise (waits) | Process handle (immediate) |
|
||||
| Default execution | In-process (unless cwd) | Always child process |
|
||||
| stdio | 'inherit' (transparent) | 'pipe' (capturable) |
|
||||
| Process control | Limited | Full (streams, signals, timeout) |
|
||||
| Use case | Simple script execution | Complex process management |
|
||||
| Function | Execution | Returns | Best For |
|
||||
|----------|-----------|---------|----------|
|
||||
| `runPath()` | In-process (or child with `cwd`) | `Promise<void>` | Simple script execution, sequential workflows |
|
||||
| `runCli()` | In-process (or child with `cwd`) | `Promise<void>` | CLI-like invocation with argv integration |
|
||||
| `spawnPath()` | Always child process | `ITsrunChildProcess` | Output capture, timeouts, cancellation, parallel tasks |
|
||||
|
||||
## Package Information
|
||||
**Decision guide:**
|
||||
- 🎯 **Just run a script?** → `runPath()`
|
||||
- 🔧 **Need argv pass-through?** → `runCli()`
|
||||
- 🎛️ **Need stdout/stderr, timeout, or cancel?** → `spawnPath()`
|
||||
- ⚡ **Parallel execution across projects?** → `runPath()` with `cwd` or `spawnPath()`
|
||||
|
||||
- **npmjs**: [@git.zone/tsrun](https://www.npmjs.com/package/@git.zone/tsrun)
|
||||
- **Source**: [git.zone](https://git.zone/lossless/tsrun) | [GitLab Mirror](https://gitlab.com/gitzone/tsrun) | [GitHub Mirror](https://github.com/gitzone/tsrun)
|
||||
- **Documentation**: [TypeDoc](https://gitzone.gitlab.io/tsrun/)
|
||||
### `ITsrunChildProcess` Interface
|
||||
|
||||
## Requirements
|
||||
The object returned by `spawnPath()`:
|
||||
|
||||
- **Node.js**: >= 16.x
|
||||
- **TypeScript**: >= 3.x (automatically handled by tsx)
|
||||
| Property / Method | Type | Description |
|
||||
|---|---|---|
|
||||
| `childProcess` | `ChildProcess` | Direct access to Node's ChildProcess |
|
||||
| `stdout` | `Readable \| null` | Stdout stream (`null` if stdio is `'inherit'`) |
|
||||
| `stderr` | `Readable \| null` | Stderr stream (`null` if stdio is `'inherit'`) |
|
||||
| `exitCode` | `Promise<number>` | Resolves with exit code when process ends |
|
||||
| `kill(signal?)` | `(signal?: NodeJS.Signals) => boolean` | Send a signal to the process |
|
||||
| `terminate()` | `() => Promise<void>` | Graceful shutdown: SIGTERM → 5s → SIGKILL |
|
||||
|
||||
### `ISpawnOptions`
|
||||
|
||||
Options for `spawnPath()`:
|
||||
|
||||
| Option | Type | Default | Description |
|
||||
|---|---|---|---|
|
||||
| `cwd` | `string` | `process.cwd()` | Working directory for the child process |
|
||||
| `env` | `Record<string, string>` | `{}` | Extra env vars (merged with `process.env`) |
|
||||
| `args` | `string[]` | `[]` | Additional CLI arguments |
|
||||
| `stdio` | `'pipe' \| 'inherit'` | `'pipe'` | Stdio configuration |
|
||||
| `timeout` | `number` | — | Auto-kill after N milliseconds |
|
||||
| `signal` | `AbortSignal` | — | External cancellation support |
|
||||
|
||||
## Features
|
||||
|
||||
✨ **Zero Configuration** — Point and shoot. No tsconfig required, no build step, no setup.
|
||||
|
||||
⚡ **Lightning Fast** — Powered by tsx (esbuild under the hood) for near-instant TypeScript execution.
|
||||
|
||||
🔄 **Transparent Arguments** — CLI args pass through seamlessly to your scripts via `process.argv`.
|
||||
|
||||
📦 **Dual Interface** — Use as a CLI tool or import as a library with full TypeScript types.
|
||||
|
||||
🔀 **Custom Working Directory** — Run scripts in isolated child processes with different cwds.
|
||||
|
||||
🎛️ **Full Process Control** — `spawnPath()` gives you streams, timeouts, cancellation, and graceful shutdown.
|
||||
|
||||
🛡️ **Signal Forwarding** — SIGINT/SIGTERM/SIGHUP are properly forwarded to child processes.
|
||||
|
||||
## Common Use Cases
|
||||
|
||||
### Quick Scripts & Prototyping
|
||||
|
||||
```bash
|
||||
# Write TypeScript, run it immediately
|
||||
tsrun seed-database.ts
|
||||
tsrun generate-report.ts --format csv
|
||||
tsrun cleanup-temp-files.ts
|
||||
```
|
||||
|
||||
### Sequential Build Pipeline
|
||||
|
||||
```typescript
|
||||
import { runPath } from '@git.zone/tsrun';
|
||||
|
||||
const steps = ['./lint.ts', './test.ts', './build.ts', './deploy.ts'];
|
||||
|
||||
for (const step of steps) {
|
||||
console.log(`▶ Running ${step}...`);
|
||||
await runPath(step, import.meta.url);
|
||||
console.log(`✓ Done`);
|
||||
}
|
||||
```
|
||||
|
||||
### Parallel Multi-Project Builds
|
||||
|
||||
```typescript
|
||||
import { runPath } from '@git.zone/tsrun';
|
||||
|
||||
await Promise.all([
|
||||
runPath('./build.ts', undefined, { cwd: '/workspace/frontend' }),
|
||||
runPath('./build.ts', undefined, { cwd: '/workspace/backend' }),
|
||||
runPath('./build.ts', undefined, { cwd: '/workspace/shared' }),
|
||||
]);
|
||||
```
|
||||
|
||||
### Long-Running Tasks with Monitoring
|
||||
|
||||
```typescript
|
||||
import { spawnPath } from '@git.zone/tsrun';
|
||||
|
||||
const proc = spawnPath('./data-migration.ts', import.meta.url, {
|
||||
timeout: 300000, // 5 minute max
|
||||
env: { LOG_LEVEL: 'verbose' },
|
||||
});
|
||||
|
||||
let lines = 0;
|
||||
proc.stdout?.on('data', (chunk) => {
|
||||
lines++;
|
||||
if (lines % 100 === 0) console.log(`Processed ${lines} lines...`);
|
||||
});
|
||||
|
||||
try {
|
||||
await proc.exitCode;
|
||||
console.log('Migration completed!');
|
||||
} catch (err) {
|
||||
console.error('Migration failed:', err.message);
|
||||
process.exit(1);
|
||||
}
|
||||
```
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
### Common Issues
|
||||
### "Cannot find module" errors
|
||||
|
||||
**"Cannot find module" errors**
|
||||
|
||||
Make sure you're using absolute paths or paths relative to `import.meta.url`:
|
||||
Use `import.meta.url` for path resolution relative to the calling file:
|
||||
|
||||
```typescript
|
||||
// ❌ Wrong - relative to cwd
|
||||
// ❌ Relative to cwd — fragile
|
||||
await runPath('./script.ts');
|
||||
|
||||
// ✅ Correct - relative to current file
|
||||
// ✅ Relative to current file — reliable
|
||||
await runPath('./script.ts', import.meta.url);
|
||||
```
|
||||
|
||||
**Process hangs or doesn't complete**
|
||||
### Process hangs
|
||||
|
||||
When using `spawnPath()`, make sure to await the `exitCode` promise:
|
||||
When using `spawnPath()`, always await the `exitCode` promise:
|
||||
|
||||
```typescript
|
||||
const proc = spawnPath('./script.ts', import.meta.url);
|
||||
// Don't forget to await!
|
||||
await proc.exitCode;
|
||||
await proc.exitCode; // Don't forget this!
|
||||
```
|
||||
|
||||
**Timeout not working**
|
||||
### Timeout only works with `spawnPath()`
|
||||
|
||||
Timeouts only work with `spawnPath()`, not with `runPath()`:
|
||||
`runPath()` executes in-process and doesn't support timeouts. Use `spawnPath()` instead:
|
||||
|
||||
```typescript
|
||||
// ❌ Wrong - timeout is ignored
|
||||
await runPath('./script.ts', import.meta.url, { timeout: 5000 });
|
||||
|
||||
// ✅ Correct - use spawnPath for timeout support
|
||||
const proc = spawnPath('./script.ts', import.meta.url, { timeout: 5000 });
|
||||
await proc.exitCode;
|
||||
```
|
||||
|
||||
**Environment variables not available**
|
||||
### `tsrun: command not found`
|
||||
|
||||
The `env` option automatically merges with `process.env` - your custom values override parent values:
|
||||
Install globally or use `npx`:
|
||||
|
||||
```typescript
|
||||
// Parent env is automatically inherited
|
||||
spawnPath('./script.ts', import.meta.url, {
|
||||
env: {
|
||||
CUSTOM_VAR: 'value' // Added to parent env
|
||||
}
|
||||
});
|
||||
|
||||
// Script will see both process.env AND CUSTOM_VAR
|
||||
```bash
|
||||
pnpm install -g @git.zone/tsrun
|
||||
# or
|
||||
npx @git.zone/tsrun myScript.ts
|
||||
```
|
||||
|
||||
## License and Legal Information
|
||||
|
||||
This repository contains open-source code that is licensed under the MIT License. A copy of the MIT License can be found in the [license](license) file within this repository.
|
||||
This repository contains open-source code licensed under the MIT License. A copy of the license can be found in the [LICENSE](./license) file.
|
||||
|
||||
**Please note:** The MIT License does not grant permission to use the trade names, trademarks, service marks, or product names of the project, except as required for reasonable and customary use in describing the origin of the work and reproducing the content of the NOTICE file.
|
||||
|
||||
### Trademarks
|
||||
|
||||
This project is owned and maintained by Task Venture Capital GmbH. The names and logos associated with Task Venture Capital GmbH and any related products or services are trademarks of Task Venture Capital GmbH and are not included within the scope of the MIT license granted herein. Use of these trademarks must comply with Task Venture Capital GmbH's Trademark Guidelines, and any usage must be approved in writing by Task Venture Capital GmbH.
|
||||
This project is owned and maintained by Task Venture Capital GmbH. The names and logos associated with Task Venture Capital GmbH and any related products or services are trademarks of Task Venture Capital GmbH or third parties, and are not included within the scope of the MIT license granted herein.
|
||||
|
||||
Use of these trademarks must comply with Task Venture Capital GmbH's Trademark Guidelines or the guidelines of the respective third-party owners, and any usage must be approved in writing. Third-party trademarks used herein are the property of their respective owners and used only in a descriptive manner, e.g. for an implementation of an API or similar.
|
||||
|
||||
### Company Information
|
||||
|
||||
Task Venture Capital GmbH
|
||||
Registered at District court Bremen HRB 35230 HB, Germany
|
||||
Registered at District Court Bremen HRB 35230 HB, Germany
|
||||
|
||||
For any legal inquiries or if you require further information, please contact us via email at hello@task.vc.
|
||||
For any legal inquiries or further information, please contact us via email at hello@task.vc.
|
||||
|
||||
By using this repository, you acknowledge that you have read this section, agree to comply with its terms, and understand that the licensing of the code does not imply endorsement by Task Venture Capital GmbH of any derivative works.
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@git.zone/tsrun',
|
||||
version: '2.0.1',
|
||||
version: '2.0.2',
|
||||
description: 'run typescript programs efficiently'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user