Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

fix: remove protobuf-ts and split code into two folders #162

Merged
merged 2 commits into from
May 12, 2023

Commits on May 11, 2023

  1. fix: remove protobuf-ts and split code into two folders

    This module uses both protobuf-ts and protons for protobuf operations.
    To reduce the bundle size, just use protons for both.
    
    Splits the two transports into `private-to-private` and `private-to-public`
    folders to better tell what code is used by what.
    
    Module exports are unaffected so this is a non-breaking change.
    achingbrain committed May 11, 2023
    Configuration menu
    Copy the full SHA
    27bab5c View commit details
    Browse the repository at this point in the history
  2. chore: update deps

    achingbrain committed May 11, 2023
    Configuration menu
    Copy the full SHA
    c5ed77d View commit details
    Browse the repository at this point in the history