Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit c4852dd

Browse files
authored
Use olm from default npm registry, since it's there now (#11807)
and bump to latest version
1 parent 947f1bd commit c4852dd

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"@babel/register": "^7.12.10",
145145
"@babel/traverse": "^7.12.12",
146146
"@casualbot/jest-sonar-reporter": "2.2.7",
147-
"@matrix-org/olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.14.tgz",
147+
"@matrix-org/olm": "3.2.15",
148148
"@peculiar/webcrypto": "^1.4.3",
149149
"@percy/cli": "^1.11.0",
150150
"@percy/cypress": "^3.1.2",

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1823,9 +1823,10 @@
18231823
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-wysiwyg/-/matrix-wysiwyg-2.4.1.tgz#e1325a42366a1c891b2ba90c88e597b39187b2cb"
18241824
integrity sha512-RyUijZXVKenE9s3LczDUhWFeOfIyLcsOrAyHqYxnizXX5nxMkHxTgLeoTvaIJ+1dOhI+H2SS9G4VcN6odZ0aNg==
18251825

1826-
"@matrix-org/olm@https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.14.tgz":
1827-
version "3.2.14"
1828-
resolved "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.14.tgz#acd96c00a881d0f462e1f97a56c73742c8dbc984"
1826+
"@matrix-org/[email protected]":
1827+
version "3.2.15"
1828+
resolved "https://registry.yarnpkg.com/@matrix-org/olm/-/olm-3.2.15.tgz#55f3c1b70a21bbee3f9195cecd6846b1083451ec"
1829+
integrity sha512-S7lOrndAK9/8qOtaTq/WhttJC/o4GAzdfK0MUPpo8ApzsJEC0QjtwrkC3KBXdFP1cD1MXi/mlKR7aaoVMKgs6Q==
18291830

18301831
"@matrix-org/react-sdk-module-api@^2.1.1":
18311832
version "2.1.1"

0 commit comments

Comments
 (0)