UNPKG

@octopusdeploy/step-packages-public-feed-encryption

Version:

A package that facilitates the generation of an encrypted signature for step package public feed. The encryption method follows the convention of [AWS Signature Version 4](https://docs.aws.amazon.com/general/latest/gr/sigv4_signing.html).

10 lines 241 B
{ "extends": "../../tsconfig.base.json", "compilerOptions": { "baseUrl": "src", "outDir": "dist", "resolveJsonModule": true }, "include": ["src/**.ts"], "exclude": ["node_modules", "bin", "dist"] }