feat(ql3): add downloadable local alpha operator

This commit is contained in:
whyour
2026-08-26 09:20:23 +08:00
parent 3731ae6051
commit 2253b99066
16 changed files with 1771 additions and 15 deletions
@@ -0,0 +1,13 @@
{
"name": "@qinglong/local-operator-image",
"version": "3.0.0-alpha.2",
"private": true,
"description": "Production-only external dependency root for the QingLong 3.0 short-lived Local operator image",
"license": "Apache-2.0",
"engines": {
"node": ">=24.18.0 <25"
},
"dependencies": {
"semver": "7.7.4"
}
}