Commit Graph

21 Commits

Author SHA1 Message Date
janniks
c13748238c build: update dependencies (#1540)
* build: update dependencies

* build: update audit dependencies

* chore: remove bootstrap

* chore: update eslint config

* build: fix lint

* build: update esbuild loader

---------

Co-authored-by: janniks <janniks@users.noreply.github.com>
2023-09-04 18:06:55 +02:00
janniks
c770e54afb chore: ignore symbols in search 2022-02-02 09:35:53 -05:00
kyranjamie
a408ef78d0 chore: fix linting errors 2021-07-26 11:23:45 -04:00
Matthew Little
953c820329 refactor: monorepo fixes 2021-05-11 19:58:42 +02:00
Thomas Osmonson
aaf8978223 build: auth tsdx, typescript fixes 2020-10-02 15:18:25 -05:00
Thomas Osmonson
9a6ad14c6d fix: eslint, yarn workspaces 2020-10-02 14:17:46 -05:00
Yukan
e35e57e972 feat: refactor tests to use jest and move into respective packages 2020-09-05 22:25:53 -04:00
Yukan
01c8f82f54 feat: update tsconfig and use tsdx 2020-08-23 17:17:46 -04:00
Matthew Little
85d7d36f9e Update to jsontokens v3 which has no dependencies on node.js crypto for web browser environments 2019-10-16 19:25:42 -04:00
Matthew Little
518ca14145 Disable babel esmodule transforms -- webpack performs better tree shaking and module transforms 2019-10-14 16:51:13 -04:00
Matthew Little
eef0c6ffd3 Use tslib for reduced compilation output size 2019-10-03 21:12:52 -04:00
Matthew Little
168fad131e Merge branch 'develop' into feature/deprecated-crypto-warning
* develop:
  Update bitcoinjs-lib -- includes improvements to the native secp256k1 depedencies
  Update to typed `jsontokens` lib, fix all typing errors

# Conflicts:
#	package-lock.json
#	package.json
#	tsconfig.browser.json
#	tsconfig.json
2019-08-12 11:40:05 -04:00
Matthew Little
9584daa962 Disable synthetic default es6 module import code gen -- likely fix for https://github.com/blockstack/blockstack.js/issues/681 2019-08-12 11:32:12 -04:00
Matthew Little
bbf5d7fb02 Update to typed jsontokens lib, fix all typing errors 2019-06-25 11:28:10 -04:00
Matthew Little
afb2dbd20a Correct lib output tsconfig to es6/es2015 2019-03-21 16:27:54 -04:00
Matthew Little
13273f5970 * Target es5 for lib output.
* Output map file next to dist bundle.
* Make all package.json scripts cross platform.
2019-03-08 12:52:04 -05:00
Matthew Little
6b1ff20d52 Update dist/blockstack.js output as a 'umd' library 2019-03-07 19:34:27 -05:00
Matthew Little
c9ad6d2b37 * Unit tests passing with code coverage reporting.
* ES5 compatible dist/blockstack.js bundle being generated and passing e2e tests.
2019-03-06 14:46:02 -05:00
Matthew Little
5af02733c7 Unit test src compiling without noImplicitAny enabled 2019-03-06 09:56:32 -05:00
Matthew Little
8861fff189 src dir compiling with noImplicitAny enabled 2019-03-05 19:04:03 -05:00
Matthew Little
df8960b641 Main src compiling 2019-03-05 17:10:20 -05:00