Commit Graph

715 Commits

Author SHA1 Message Date
Alexander Cerutti
1cde704c1b Removed repeated code in createPass and added few tests and moved few tests from index.ts to new factory test file 2021-02-07 22:35:02 +01:00
Alexander Cerutti
584cd7b74b Added Rimraf to remove with globs 2021-02-07 20:37:29 +01:00
Alexander Cerutti
0f345906a1 Deleted .npmignore 2021-02-07 20:27:27 +01:00
Alexander Cerutti
1e64046069 Changed jasmine settings and added tsconfig for specs 2021-02-07 20:26:32 +01:00
Alexander Cerutti
84d35ec4c2 Added glob files to package.json to export only lib files without maps 2021-02-07 18:41:22 +01:00
Alexander Cerutti
7426fae83e Removed package building before testing 2021-02-07 17:23:51 +01:00
Alexander Cerutti
960331d737 Changed splitBufferBundle to use Object.entries and added tests for it 2021-02-07 17:23:33 +01:00
Alexander Cerutti
61f0fdd2e6 Changed declarations to be generated automatically 2021-02-05 08:23:22 +01:00
Alexander Cerutti
398dee73ec Added tsconfig.dist.json to ignore list 2021-02-05 08:22:15 +01:00
Alexander Cerutti
b51b7591bf Indent me 2021-02-05 08:13:22 +01:00
Alexander Cerutti
d017a38ac9 Improved few types 2021-02-05 08:11:53 +01:00
Alexander Cerutti
9469758b91 Added more records to be gitignored 2021-02-05 08:11:41 +01:00
Alexander Cerutti
28780ebc72 Moved main index under src folder 2021-02-05 08:11:27 +01:00
Alexander Cerutti
c9dc00050e Added tslib as dependency to not duplicate typescript helper code 2021-02-05 08:11:06 +01:00
Alexander Cerutti
e7eb8c0e08 Examples dependencies update 2021-02-05 08:09:46 +01:00
Alexander Cerutti
3290b697b4 Changed build scripts for examples and main project 2021-02-05 08:08:13 +01:00
Alexander Cerutti
2e77f06950 Improved tests 2021-02-05 07:32:11 +01:00
Alexander Cerutti
b1844f66ef Updated dependencies 2021-02-04 22:21:07 +01:00
Alexander Cerutti
f278658091 Added Open Collective contributors area to README 2020-09-06 02:34:35 +02:00
Alexander Cerutti
0e10e6a2ba v2.0.5 2020-09-06 02:11:39 +02:00
Alexander Cerutti
3559b41f85 Changed logo url on Readme to allow to exclude it from npm package 2020-09-06 02:04:23 +02:00
Alexander Cerutti
7430ecbbb9 Removed forgotten console.log in abstract 2020-09-05 23:57:43 +02:00
Alexander Cerutti
9e90b4963b Updated dependencies and tests (forgotten awaits) 2020-09-05 23:56:05 +02:00
Alexander Cerutti
a3ae92ea7f Moar VSCode autofixes 2020-09-05 23:52:50 +02:00
Alexander Cerutti
10dad6c1af Moved to minimum node version supported to 10 by using fs.promises instead of promisify functions 2020-09-05 23:51:56 +02:00
Alexander Cerutti
bca5d666bc Types and automatic improvements 2020-09-05 23:43:28 +02:00
Alexander Cerutti
fee3383ffa Added model validation tests 2020-09-05 23:38:02 +02:00
Alexander Cerutti
a110d76b18 Generic Improvements 2020-09-05 23:29:05 +02:00
Alexander Cerutti
8f6667d97f Moved to more async-await approach a L10N parser 2020-09-05 23:11:05 +02:00
Alexander Cerutti
40437e6275 Setted Certificates to accept signerKey also as a string 2020-09-05 22:34:13 +02:00
Alexander Cerutti
7e528f57a7 VScode syntax auto-improvements 2020-09-05 22:33:34 +02:00
Alexander Cerutti
f171b93977 Improved passphrase extraction 2020-09-05 22:33:13 +02:00
Alexander Cerutti
a441297aa2 Fixed issue with TS types update and signerKey extraction 2020-09-05 22:32:33 +02:00
Alexander Cerutti
ba772da3bc Setted build script to use npx and updated typescript version 2020-09-05 22:31:43 +02:00
Alexander Cerutti
2288d018f2 Removed deprecated version of @hapi/joi and replaced it with new Sideway's joi 2020-09-05 22:14:05 +02:00
Alexander Cerutti
4d0f9cb76c v2.0.4 2019-12-14 17:17:13 +01:00
Alexander Cerutti
14c8e2595c Added .github and tests folder to .npmignore 2019-12-14 17:16:19 +01:00
Alexander Cerutti
b7a04b0a82 Declarations Updates 2019-12-14 17:16:19 +01:00
Alexander Cerutti
d26af1004b Improvements to barcodes signature and generation (removed overhead) 2019-12-14 17:16:19 +01:00
Alexander Cerutti
f72f2a08b0 Specs changes 2019-12-14 17:16:19 +01:00
Alexander Cerutti
6e88f69ecb Merge branch 'strict' 2019-12-14 16:10:08 +01:00
nuts-n-bits
2aa27d8527 style
Signed-off-by: nuts-n-bits <nuts-n-bits@outlook.com>
2019-12-14 16:08:58 +01:00
nuts-n-bits
324bd1ba82 casting, parameter rename
Signed-off-by: nuts-n-bits <nuts-n-bits@outlook.com>
2019-12-14 16:08:58 +01:00
nuts-n-bits
9565bf0944 update beacon and location methods to use overload
Signed-off-by: nuts-n-bits <nuts-n-bits@outlook.com>
2019-12-14 16:08:58 +01:00
Alexander Cerutti
93684948ef Strict mode-fixes 2019-12-14 15:59:11 +01:00
Alexander Cerutti
5bae211316 Improved types for readCertificatesFromOptions 2019-12-12 23:04:15 +01:00
Alexander Cerutti
54865f537b Fixed non-existing this context 2019-12-10 22:21:18 +01:00
Alexander Cerutti
7ed8bf52aa Added pool declaration for FieldsArray 2019-12-10 22:11:40 +01:00
Alexander Cerutti
f642ddc444 Improved splitBufferBundle with early return 2019-12-10 22:10:45 +01:00
Alexander Cerutti
33e0f43f66 Create FUNDING.yml 2019-12-07 00:35:16 +01:00