0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 20:03:07 +02:00
libsignal/bin
Jordan Rose 3fd42d7a60 Move package.json inside the node/ directory
Previously all APIs were available through the top-level index.ts, but
now the zkgroup APIs are in their own module. To access that in the
old packaging required writing

    import * from '@signalapp/signal-client/node/dist/zkgroup'

This commit moves the package root into the node/ directory to
eliminate the 'node/' component, then adds a top-level, precompiled
zkgroup.js/.d.ts so that clients can use

    import * from '@signalapp/signal-client/zkgroup'
2021-11-08 16:40:50 -08:00
..
build_helpers.sh Update dependencies 2021-10-06 10:58:44 -07:00
crates_code_size.bloaty crates_code_size: Omit versions for better comparisons 2021-10-06 11:24:18 -07:00
update_versions.py Move package.json inside the node/ directory 2021-11-08 16:40:50 -08:00
verify_duplicate_crates Update dependencies 2021-10-06 10:58:44 -07:00