@powerhousedao/registry 6.0.0-dev.73 → 6.0.0-dev.75

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4 @@
1
+ export declare const DEFAULT_PORT = 8080;
2
+ export declare const DEFAULT_STORAGE_DIR_NAME: "./storage";
3
+ export declare const DEFAULT_REGISTRY_CDN_CACHE_DIR_NAME: "./cdn-cache";
4
+ //# sourceMappingURL=constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,OAAO,CAAC;AACjC,eAAO,MAAM,wBAAwB,EAAG,WAAoB,CAAC;AAC7D,eAAO,MAAM,mCAAmC,EAAG,aAAsB,CAAC"}
@@ -0,0 +1,6 @@
1
+ export { CdnCache } from "./cdn.js";
2
+ export { createPowerhouseRouter, createPublishHook } from "./middleware.js";
3
+ export { findPackagesByDocumentType, loadPackage, scanPackages, } from "./packages.js";
4
+ export type { PackageInfo, PowerhouseManifest, PowerhouseManifestApp, PowerhouseManifestDocumentModel, PowerhouseManifestEditor, RegistryConfig, RegistryOptions, S3Config, } from "./types.js";
5
+ export { buildVerdaccioConfig } from "./verdaccio-config.js";
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AACpC,OAAO,EAAE,sBAAsB,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAC5E,OAAO,EACL,0BAA0B,EAC1B,WAAW,EACX,YAAY,GACb,MAAM,eAAe,CAAC;AACvB,YAAY,EACV,WAAW,EACX,kBAAkB,EAClB,qBAAqB,EACrB,+BAA+B,EAC/B,wBAAwB,EACxB,cAAc,EACd,eAAe,EACf,QAAQ,GACT,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC"}