fix(core): update

This commit is contained in:
2022-03-01 15:03:55 +01:00
commit b6723aa227
13 changed files with 27952 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": "smartclickhouse",
"description": "an odm for talking to clickhouse",
"npmPackagename": "@pushrocks/smartclickhouse",
"license": "MIT",
"projectDomain": "push.rocks"
}
},
"npmci": {
"npmGlobalTools": [],
"npmAccessLevel": "public"
}
}