This website requires JavaScript.
Explore
Help
Sign In
waku-org
/
js-waku
mirror of
https://github.com/waku-org/js-waku.git
Watch
1
Star
0
Fork
You've already forked js-waku
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2f67a3baff
js-waku
/
packages
/
relay
/
.eslintrc.cjs
7 lines
112 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat!: @waku/relay (#1316) * move constants & core's func to @waku/utils * setup @waku/relay * use @waku/relay for create * address: principal review * fix: size-limit * move all constants to @waku/core * move TopicOnlyDecoder to relay * merge: master * fix: tests * Move constants out of core (#1340) * update package.lock * change constants folder into a ts file * use dependency version as * instead of version number * add constants import from @waku/core * add empty changelog file for relay --------- Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>
2023-05-11 08:38:00 +00:00
module
.
exports
=
{
parserOptions
:
{
tsconfigRootDir
:
_
_dirname
,
chore: upgrade libp2p and related deps (#1482) * chore: update noise * update: package.lock * update: @chainsafe/libp2p-gossipsub * rm unwanted libp2p interface deps & bump up libp2p * refactor code for new deps * update: new package.lock * setup prettier, refactor eslint and rm trailing commas * update package.lock * fix build * import type for interface * fix imports for merge * update typedoc exports * add: CustomEvent import * use new libp2p interface * add aegir as dev dep for tests
2023-08-16 14:48:13 +00:00
project
:
"./tsconfig.dev.json"
}
feat!: @waku/relay (#1316) * move constants & core's func to @waku/utils * setup @waku/relay * use @waku/relay for create * address: principal review * fix: size-limit * move all constants to @waku/core * move TopicOnlyDecoder to relay * merge: master * fix: tests * Move constants out of core (#1340) * update package.lock * change constants folder into a ts file * use dependency version as * instead of version number * add constants import from @waku/core * add empty changelog file for relay --------- Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>
2023-05-11 08:38:00 +00:00
}
;