Fixes and improvements

This commit is contained in:
2025-02-25 19:07:21 +01:00
parent 6d77ff13c9
commit 083a25f302
6 changed files with 247 additions and 85 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@tp/tp-flow-nodes",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"main": "tp-flow-nodes.js",
"scripts": {
@@ -13,6 +13,8 @@
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
"lit": "^3.0.0"
"lit": "^3.0.0",
"@tp/helpers": "^2.0.0",
"@tp/tp-timeout-strip": "^1.0.0"
}
}