Page MenuHomePhabricator

Update to @commapp/olm@0.1.0
ClosedPublic

Authored by ashoat on Nov 21 2023, 11:01 AM.
Tags
None
Referenced Files
F2903015: D9946.id33471.diff
Sat, Oct 5, 8:03 PM
Unknown Object (File)
Fri, Oct 4, 12:13 PM
Unknown Object (File)
Fri, Sep 13, 10:46 PM
Unknown Object (File)
Fri, Sep 6, 1:51 AM
Unknown Object (File)
Fri, Sep 6, 1:51 AM
Unknown Object (File)
Fri, Sep 6, 1:51 AM
Unknown Object (File)
Fri, Sep 6, 1:51 AM
Unknown Object (File)
Aug 27 2024, 4:01 AM
Subscribers

Details

Summary

There have been two commits since the last release:

  1. 6d0eaa993257225faf62768c898fe090fcc2dd2d, which only updates tests
  2. c52b19235729c624690ba1c909c2b31c4314e06d, which updates the session_id function, which we don't currently use in the codebase, and is not internally used in Olm.
Test Plan

Unit tests, CI, and @anunay's test suite

Diff Detail

Repository
rCOMM Comm
Branch
olm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

yarn.lock
20944

This line was inserted by GitHub's dependabot.

It happens due to a bug in Yarn... basically if you do a yarn add in a workspace, this line gets added because Yarn isn't paying attention to the resolutions in the root package.json.

The line gets removed if you run a yarn install (or similar) in the workspace root.

This revision is now accepted and ready to land.Nov 21 2023, 12:35 PM
This revision was automatically updated to reflect the committed changes.