fix(core): update
This commit is contained in:
parent
e3eca5528d
commit
ef06e465cb
10929
package-lock.json
generated
10929
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
4347
pnpm-lock.yaml
generated
Normal file
4347
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@pushrocks/smarthash',
|
name: '@pushrocks/smarthash',
|
||||||
version: '3.0.1',
|
version: '3.0.2',
|
||||||
description: 'simplified access to node hash functions'
|
description: 'simplified access to node hash functions'
|
||||||
}
|
}
|
||||||
|
10
tsconfig.json
Normal file
10
tsconfig.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"experimentalDecorators": true,
|
||||||
|
"useDefineForClassFields": false,
|
||||||
|
"target": "ES2022",
|
||||||
|
"module": "ES2022",
|
||||||
|
"moduleResolution": "nodenext",
|
||||||
|
"esModuleInterop": true
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user