This commit is contained in:
Philipp Kunz 2022-06-26 11:37:08 +02:00
parent d43f568795
commit e3eca5528d
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@pushrocks/smarthash", "name": "@pushrocks/smarthash",
"version": "3.0.0", "version": "3.0.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@pushrocks/smarthash", "name": "@pushrocks/smarthash",
"version": "3.0.0", "version": "3.0.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@pushrocks/smartjson": "^5.0.1", "@pushrocks/smartjson": "^5.0.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smarthash", "name": "@pushrocks/smarthash",
"version": "3.0.0", "version": "3.0.1",
"private": false, "private": false,
"description": "simplified access to node hash functions", "description": "simplified access to node hash functions",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",