fix(core): update

This commit is contained in:
Philipp Kunz 2023-01-09 16:38:09 +01:00
parent e3eca5528d
commit ef06e465cb
4 changed files with 4358 additions and 10930 deletions

10929
package-lock.json generated

File diff suppressed because it is too large Load Diff

4347
pnpm-lock.yaml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smarthash',
version: '3.0.1',
version: '3.0.2',
description: 'simplified access to node hash functions'
}

10
tsconfig.json Normal file
View File

@ -0,0 +1,10 @@
{
"compilerOptions": {
"experimentalDecorators": true,
"useDefineForClassFields": false,
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "nodenext",
"esModuleInterop": true
}
}