Skip to content

Commit

Permalink
version 0.4.311
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandalen committed Apr 13, 2021
1 parent cae3e6f commit 825ef50
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 59 deletions.
73 changes: 17 additions & 56 deletions out/bufferFromFile.out.will.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@ format: outwillfile-2.0
root:
- bufferFromFile.out
consistency:
bufferFromFile.out.will.yml: &ref_0
hash: d1d2a5226fdc7d4594038c63e3f739f7
size: 33704
../.ex.will.yml: &ref_1
hash: 7dcf019b80945df62990f4c82588b1b4
size: 2105
../.im.will.yml: &ref_2
../.ex.will.yml: &ref_0
hash: 325db1e8908288101f9dfc15896728a6
size: 2176
../.im.will.yml: &ref_1
hash: 4617aada2cfcd65bb103405ca8ad4b88
size: 5749
module:
Expand All @@ -21,11 +18,11 @@ module:
standard ArrayBuffer making mmap behind the scene.
enabled: 1
version: 0.5.0
interpreters:
interpreters: &ref_2
- njs >= 10.0.0
- chrome >= 60.0.0
- firefox >= 60.0.0
keywords:
keywords: &ref_3
- wTools
- ArrayBuffer
- Buffer from file
Expand All @@ -37,15 +34,16 @@ module:
- zero copy
license: MIT
author: Kostiantyn Wandalen <wanalen@01.school>
contributors:
contributors: &ref_4
- Kostiantyn Wandalen <wanalen@01.school>
- Volodymyr M. <volodymyr.migdal@gmail.com>
native: 1
npm.name: bufferfromfile
npm.scripts:
npm.scripts: &ref_5
install: node-gyp configure && node-gyp rebuild --msvs_version=auto
test: 'wtest .run proto rapidity:-3'
clean: rm -rf build node_modules
quick-test: node proto/wtools/amid/bufferFromFile/QuickTest.ss
path:
module.willfiles:
criterion:
Expand Down Expand Up @@ -618,24 +616,6 @@ module:
content: prime
inherit:
- files.transpile
exported.proto.export:
opts:
filePath: 'reflector::exported.proto.export'
criterion:
generated: 1
content: proto
export: 1
inherit:
- files.reflect
exported.files.proto.export:
opts:
filePath: 'reflector::exported.files.proto.export'
criterion:
generated: 1
content: proto
export: 1
inherit:
- files.reflect
build:
proto.export:
steps:
Expand Down Expand Up @@ -725,9 +705,8 @@ module:
content: proto
export: 1
consistency:
bufferFromFile.out.will.yml: *ref_0
../.ex.will.yml: *ref_1
../.im.will.yml: *ref_2
../.ex.will.yml: *ref_0
../.im.will.yml: *ref_1
../:
about:
name: bufferFromFile
Expand All @@ -737,31 +716,14 @@ module:
standard ArrayBuffer making mmap behind the scene.
enabled: 1
version: 0.5.0
interpreters:
- njs >= 10.0.0
- chrome >= 60.0.0
- firefox >= 60.0.0
keywords:
- wTools
- ArrayBuffer
- Buffer from file
- ArrayBuffer from file
- TypedBuffer from file
- Nodejs buffer from file
- mmap
- mmap file
- zero copy
interpreters: *ref_2
keywords: *ref_3
license: MIT
author: Kostiantyn Wandalen <wanalen@01.school>
contributors:
- Kostiantyn Wandalen <wanalen@01.school>
- Volodymyr M. <volodymyr.migdal@gmail.com>
contributors: *ref_4
native: 1
npm.name: bufferfromfile
npm.scripts:
install: node-gyp configure && node-gyp rebuild --msvs_version=auto
test: 'wtest .run proto rapidity:-3'
clean: rm -rf build node_modules
npm.scripts: *ref_5
path:
module.willfiles:
criterion:
Expand Down Expand Up @@ -1338,9 +1300,8 @@ module:
- 'build::npm'
consistency:
../.ex.will.yml:
hash: 7dcf019b80945df62990f4c82588b1b4
size: 2105
hash: 325db1e8908288101f9dfc15896728a6
size: 2176
../.im.will.yml:
hash: 4617aada2cfcd65bb103405ca8ad4b88
size: 5749
bufferFromFile.out.will.yml: *ref_0
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "bufferfromfile",
"version" : "0.4.310",
"version" : "0.4.311",
"engine" : "node >= 6.0.0",
"enabled" : true,
"license" : "MIT",
Expand Down Expand Up @@ -33,7 +33,8 @@
"node-pre-gyp-github-release" : "node-pre-gyp-github publish --release",
"test" : "wtest .run proto rapidity:-3",
"make_doc" : "./doc.sh",
"clean" : "rm -rf build node_modules binding"
"clean" : "rm -rf build node_modules binding",
"quick-test" : "node proto/wtools/amid/bufferFromFile/QuickTest.ss"
},
"binary" :
{
Expand Down
2 changes: 1 addition & 1 deletion was.package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "bufferfromfile",
"version" : "0.4.310",
"version" : "0.4.311",
"engine" : "node >= 6.0.0",
"enabled" : true,
"license" : "MIT",
Expand Down

0 comments on commit 825ef50

Please sign in to comment.