fix(core): update

This commit is contained in:
2023-01-06 10:36:54 +01:00
commit dab858453d
13 changed files with 4754 additions and 0 deletions

18
npmextra.json Normal file
View File

@@ -0,0 +1,18 @@
{
"gitzone": {
"projectType": "npm",
"module": {
"githost": "gitlab.com",
"gitscope": "pushrocks",
"gitrepo": "isotransport",
"description": "a bi-directional, multiplatform, best-effort transport",
"npmPackagename": "@pushrocks/isotransport",
"license": "MIT",
"projectDomain": "push.rocks"
}
},
"npmci": {
"npmGlobalTools": [],
"npmAccessLevel": "public"
}
}