feat: small tidy up and moving things around into alpha exports for actions and actions registry

Signed-off-by: benjdlambert <ben@blam.sh>

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
benjdlambert
2025-06-16 16:34:57 +02:00
parent 8a75a84fc9
commit 4607da6bbd
11 changed files with 296 additions and 142 deletions
+2 -2
View File
@@ -20,7 +20,7 @@
"license": "Apache-2.0",
"exports": {
".": "./src/index.ts",
"./alpha": "./src/alpha.ts",
"./alpha": "./src/alpha/index.ts",
"./testUtils": "./src/testUtils.ts",
"./package.json": "./package.json"
},
@@ -29,7 +29,7 @@
"typesVersions": {
"*": {
"alpha": [
"src/alpha.ts"
"src/alpha/index.ts"
],
"testUtils": [
"src/testUtils.ts"