node-yara-rs

git clone git://archive.git.mtrnord.blog/MTRNord/node-yara-rs.git
Log | Files | Refs | README | LICENSE

commit 8ef925de672f48ad657e06e657531eff2148b659
parent 85929fa5e9093631b61fd7f7405cd701ea9d922d
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun,  1 Oct 2023 18:30:08 +0200

0.2.0

Diffstat:
Mnpm/darwin-x64/package.json | 2+-
Mnpm/linux-x64-gnu/package.json | 2+-
Mpackage.json | 5++---
3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/npm/darwin-x64/package.json b/npm/darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "@node_yara_rs/node-yara-rs-darwin-x64", - "version": "0.1.2", + "version": "0.2.0", "os": [ "darwin" ], diff --git a/npm/linux-x64-gnu/package.json b/npm/linux-x64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@node_yara_rs/node-yara-rs-linux-x64-gnu", - "version": "0.1.2", + "version": "0.2.0", "os": [ "linux" ], diff --git a/package.json b/package.json @@ -1,6 +1,6 @@ { "name": "@node_yara_rs/node-yara-rs", - "version": "0.1.2", + "version": "0.2.0", "main": "index.js", "types": "index.d.ts", "napi": { @@ -35,4 +35,4 @@ }, "packageManager": "yarn@3.6.3", "repository": "https://github.com/MTRNord/node-yara-rs.git" -} -\ No newline at end of file +}