Skip to content

Commit

Permalink
version 0.4.315
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandalen committed May 10, 2021
1 parent 749f1bd commit e275b85
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 59 deletions.
65 changes: 12 additions & 53 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: f101a6f35a50e4289c496b9bee4b79d2
size: 33775
../.ex.will.yml: &ref_1
../.ex.will.yml: &ref_0
hash: 325db1e8908288101f9dfc15896728a6
size: 2176
../.im.will.yml: &ref_2
../.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,12 +34,12 @@ 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
Expand Down Expand Up @@ -619,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 @@ -726,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 @@ -738,32 +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
quick-test: node proto/wtools/amid/bufferFromFile/QuickTest.ss
npm.scripts: *ref_5
path:
module.willfiles:
criterion:
Expand Down Expand Up @@ -1345,4 +1305,3 @@ module:
../.im.will.yml:
hash: 4617aada2cfcd65bb103405ca8ad4b88
size: 5749
bufferFromFile.out.will.yml: *ref_0
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "bufferfromfile",
"version" : "0.4.314",
"version" : "0.4.315",
"engine" : "node >= 6.0.0",
"enabled" : true,
"license" : "MIT",
Expand Down Expand Up @@ -52,14 +52,14 @@
{
"url" : "https://github.com/Wandalen/BufferFromFile/issues"
},
"dependencies" : { "node-gyp" : "7.1.2", "node-pre-gyp" : "0.17.0", "wbasenodejscpp" : "gamma" },
"dependencies" : { "node-gyp" : "7.1.2", "node-pre-gyp" : "0.17.0", "wbasenodejscpp" : "delta" },
"devDependencies" :
{
"node-pre-gyp-github" : "1.4.3",
"eslint" : "7.1.0",
"wTools" : "gamma",
"wTesting" : "gamma",
"wprocess" : "gamma"
"wTools" : "delta",
"wTesting" : "delta",
"wprocess" : "delta"
},
"gypfile" : false,
"keywords" :
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.314",
"version" : "0.4.315",
"engine" : "node >= 6.0.0",
"enabled" : true,
"license" : "MIT",
Expand Down

0 comments on commit e275b85

Please sign in to comment.