Core library of "onion versioning".
|
1 rok pred | |
---|---|---|
lib | 1 rok pred | |
.gitignore | 1 rok pred | |
README.md | 1 rok pred | |
index.ts | 1 rok pred | |
package.json | 1 rok pred | |
pnpm-lock.yaml | 1 rok pred | |
todo.txt | 1 rok pred | |
tsconfig.json | 1 rok pred |
Defines:
Currently depends on these NodeJS libraries: 'buffer', 'crypto' and 'stream'. This is only to compute hashes by means of synchronous function call (Web Crypto API only supports async). You can use polyfills to make this library work in the browser.
Typescript is a dependency of this package (not a 'devDependency') because otherwise the 'postinstall' script (which is automatically run by (p)npm after cloning this repo) fails. This may be a bug in (p)npm. I don't have time to investigate.