windingtree / win-stays

🏆 win.so
GNU General Public License v3.0
3 stars 3 forks source link

feat: 🎸 brotli compression, esm and opt signatures #72

Closed mfw78 closed 2 years ago

mfw78 commented 2 years ago

This PR:

  1. Demonstrates the use of brotli compression on the ServiceProviderData protobuf.
  2. Utilises optional signatures for ServiceProviderData so that it may be sent by lpms-cli to lpms-server and be signed on the server.
  3. Removes the module type from package.json, allowing for commonjs integration.