Core library of "onion versioning".
|
преди 1 година | |
---|---|---|
lib | преди 1 година | |
.gitignore | преди 1 година | |
README.md | преди 1 година | |
index.ts | преди 1 година | |
package.json | преди 1 година | |
pnpm-lock.yaml | преди 1 година | |
todo.txt | преди 1 година | |
tsconfig.json | преди 1 година |
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.