Marcin K
|
78a14a164d
|
feat(): pg-query-stream typescript (#2376)
* feat(): start converting pg-query stream
* feat(): solution project, initial version of typescript-pg-query stream
* chore(): mocha with typescript
* fix(): eslint ignore query stream dist
* refactor(pg-query-stream): convert test to ts
* chore(): fixed type errors
* chore(): fix helper usage
* chore(): use ts-node compatibile with node v8
* fix(): addd es extension
* chore(): remove emitClose and added compilation for async iterators
* chore(): condition for asyc iteration test
* chore(): rename class to match ts-defs
* chore(): tests to import from src instead of dist
* chore(): remove prettier from peer deps:
* chore(): update lock file
|
2020-11-03 11:17:49 -06:00 |
|
chyzwar
|
c22c2f0ebd
|
chore(): update eslint, run lint only on latest lts
|
2020-11-02 10:39:51 -06:00 |
|
dependabot[bot]
|
da2bb85987
|
Bump node-fetch from 2.6.0 to 2.6.1
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-10-04 14:15:19 -05:00 |
|
Bogdan Chadkin
|
a02dfac5ad
|
Replace semver with optional peer dependencies
See example bb74168c95/package.json (L42-L49)
This feature is supported by both npm and yarn.
|
2020-10-04 13:35:16 -05:00 |
|
dependabot[bot]
|
7b74392ce3
|
Bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-07-19 02:56:21 +00:00 |
|
Brian M. Carlson
|
8404434279
|
Upgrade mocha
|
2020-05-13 11:49:37 -05:00 |
|
Brian M. Carlson
|
698993ec6d
|
Use monorepo connection string
|
2020-05-05 09:43:31 -05:00 |
|
Brian M. Carlson
|
3a831fc77c
|
Run lint --fix
|
2020-04-28 10:02:38 -05:00 |
|
Brian M. Carlson
|
a86cb90043
|
lockfile
|
2020-04-22 11:04:14 -05:00 |
|
Brian M. Carlson
|
8591d94fcc
|
Re-upgrade to prettier@2.x
|
2020-04-10 11:31:03 -05:00 |
|
Brian M. Carlson
|
6353affeca
|
Downgrade to prettier@1.x to support node@8.x
|
2020-04-10 11:15:42 -05:00 |
|
Brian M. Carlson
|
6adbcabf50
|
lint pg-protcol
|
2020-04-10 10:43:54 -05:00 |
|
Brian M. Carlson
|
a8471aa54b
|
Set up prettier in workspace dir
|
2020-04-10 10:29:13 -05:00 |
|
dependabot[bot]
|
c036779d9c
|
Bump acorn from 7.1.0 to 7.1.1 (#2136)
Bumps [acorn](https://github.com/acornjs/acorn) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/7.1.0...7.1.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2020-03-30 10:31:04 -05:00 |
|
Brian M. Carlson
|
637bcf355c
|
Cleanup things a bit
|
2019-12-27 17:52:28 +00:00 |
|
Brian M. Carlson
|
68e063e30c
|
Merge origin/master
|
2019-12-27 02:59:42 +00:00 |
|
Brian M. Carlson
|
ef2f2d264d
|
Unify lint
Delete accidental addition
|
2019-12-20 13:46:51 -06:00 |
|
Brian M. Carlson
|
86073026ee
|
Run gitsubtree merge
|
2019-12-20 12:09:22 -06:00 |
|
Brian M. Carlson
|
e5d46749c0
|
Work in progress...convert to more efficient reader
|
2019-12-18 23:44:43 -06:00 |
|
Brian M. Carlson
|
57177d749e
|
Use public npm - accidentally had my work npm configured
|
2019-12-18 13:53:57 -06:00 |
|
Brian M. Carlson
|
423baa644a
|
Update lint rules for pg-cursor
|
2019-12-18 13:42:47 -06:00 |
|
Brian C
|
1b5f3e33c4
|
Monorepo (#2014)
* First crack at monorepo
* Update test command
* Update path to script
* Remove node 6 from CI
|
2019-12-17 08:32:08 -08:00 |
|