File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- cppzst [ ![ version] ( https://img.shields.io/npm/v/cppzst.svg )] ( https://www.npmjs.com/package/cppzst ) [ ![ ZSTD/v1.3.4 ] ( https://img.shields.io/badge/ZSTD-v1.3.4 -green.svg )] ( https://github.com/facebook/zstd/releases/tag/v1.4.5 )
1
+ cppzst [ ![ version] ( https://img.shields.io/npm/v/cppzst.svg )] ( https://www.npmjs.com/package/cppzst ) [ ![ ZSTD/v1.4.8 ] ( https://img.shields.io/badge/ZSTD-v1.4.8 -green.svg )] ( https://github.com/facebook/zstd/releases/tag/v1.4.8 )
2
2
=====
3
3
4
4
[ ![ Build Status] [ 1 ]] [ 2 ]
5
5
6
6
[ 1 ] : https://travis-ci.org/zwb-ict/cppzst.svg?branch=master
7
7
[ 2 ] : https://travis-ci.org/zwb-ict/cppzst
8
8
9
- Zstd wrapper for Nodejs
9
+ Zstd wrapper for Nodejs 14 and above (CommonJS)
10
10
11
11
## Installation
12
12
13
13
``` bash
14
- $ npm install cppzst --save
14
+ $ yarn add @fstnetwork/ cppzst
15
15
```
16
16
17
17
## Usage
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fstnetwork/cppzst" ,
3
- "version" : " 2.0.7 " ,
3
+ "version" : " 2.0.8 " ,
4
4
"description" : " Zstd wrapper for Nodejs 14 and above (CommonJS)" ,
5
5
"main" : " ./index.js" ,
6
6
"scripts" : {
7
7
"test" : " mocha -t 5000" ,
8
- "build:dev" : " node-gyp -j 16 build --debug" ,
9
- "build" : " node-gyp -j 16 build" ,
10
- "rebuild:dev" : " node-gyp -j 16 rebuild --debug" ,
11
- "rebuild" : " node-gyp -j 16 rebuild" ,
8
+ "build:dev" : " node-gyp -j 4 build --debug" ,
9
+ "build" : " node-gyp -j 4 build" ,
10
+ "rebuild:dev" : " node-gyp -j 4 rebuild --debug" ,
11
+ "rebuild" : " node-gyp -j 4 rebuild" ,
12
12
"clean" : " node-gyp clean"
13
13
},
14
14
"repository" : {
You can’t perform that action at this time.
0 commit comments