feat: add built-in OCI registry

This commit is contained in:
2026-04-28 15:23:51 +00:00
parent 333cbeb221
commit 94f1199858
9 changed files with 1456 additions and 1883 deletions
+4 -1
View File
@@ -1,7 +1,8 @@
// node native
import * as path from 'path';
import * as stream from 'stream';
export { path };
export { path, stream };
// @apiglobal scope
import * as typedrequest from '@api.global/typedrequest';
@@ -42,6 +43,7 @@ import * as smartlog from '@push.rocks/smartlog';
import * as smartpath from '@push.rocks/smartpath';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartrequest from '@push.rocks/smartrequest';
import * as smartregistry from '@push.rocks/smartregistry';
import * as smartssh from '@push.rocks/smartssh';
import * as smartstream from '@push.rocks/smartstream';
import * as smartstring from '@push.rocks/smartstring';
@@ -68,6 +70,7 @@ export {
smartlog,
smartpath,
smartpromise,
smartregistry,
smartrequest,
smartssh,
smartstream,