Page MenuHomePhabricator

Update to @commapp/olm@0.1.0
ClosedPublic

Authored by ashoat on Nov 21 2023, 11:01 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 3, 7:15 PM
Unknown Object (File)
Sun, Jun 30, 8:20 PM
Unknown Object (File)
Sun, Jun 30, 2:26 AM
Unknown Object (File)
Sun, Jun 30, 2:18 AM
Unknown Object (File)
Sat, Jun 29, 7:15 AM
Unknown Object (File)
Wed, Jun 26, 6:42 PM
Unknown Object (File)
Wed, Jun 26, 5:31 PM
Unknown Object (File)
Wed, Jun 26, 4:53 PM
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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

yarn.lock
20944 ↗(On Diff #33468)

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.