Browse Source

chore(deps) @matrix-org/olm@latest

Bugfixes since 3.2.1, see https://gitlab.matrix.org/matrix-org/olm/-/blob/master/CHANGELOG.rst
In 3.2.2 the package name changed to @matrix-org/olm, thus
updating in Makefile & imports

Signed-off-by: Christoph Settgast <csett86@web.de>
master
Christoph Settgast 3 years ago
parent
commit
2f1105e6d2
4 changed files with 7 additions and 7 deletions
  1. 1
    1
      Makefile
  2. 1
    1
      app.js
  3. 4
    4
      package-lock.json
  4. 1
    1
      package.json

+ 1
- 1
Makefile View File

@@ -3,7 +3,7 @@ CLEANCSS = ./node_modules/.bin/cleancss
3 3
 DEPLOY_DIR = libs
4 4
 LIBJITSIMEET_DIR = node_modules/lib-jitsi-meet/
5 5
 LIBFLAC_DIR = node_modules/libflacjs/dist/min/
6
-OLM_DIR = node_modules/olm
6
+OLM_DIR = node_modules/@matrix-org/olm
7 7
 RNNOISE_WASM_DIR = node_modules/rnnoise-wasm/dist/
8 8
 TFLITE_WASM = react/features/stream-effects/virtual-background/vendor/tflite
9 9
 MEET_MODELS_DIR  = react/features/stream-effects/virtual-background/vendor/models/

+ 1
- 1
app.js View File

@@ -2,7 +2,7 @@
2 2
 
3 3
 import 'jquery';
4 4
 
5
-import 'olm';
5
+import '@matrix-org/olm';
6 6
 
7 7
 import 'focus-visible';
8 8
 

+ 4
- 4
package-lock.json View File

@@ -2903,6 +2903,10 @@
2903 2903
         "react-is": "^16.8.0 || ^17.0.0"
2904 2904
       }
2905 2905
     },
2906
+    "@matrix-org/olm": {
2907
+      "version": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.3.tgz",
2908
+      "integrity": "sha512-OhC9wwZ/ox9vputA1MR2A7QlYlvfXCV+tdbADOR7Jn7o9qoXh3HWf+AbSpXTK3daF0GIHA69Ws8XOnWqu5n53A=="
2909
+    },
2906 2910
     "@microsoft/microsoft-graph-client": {
2907 2911
       "version": "1.1.0",
2908 2912
       "resolved": "https://registry.npmjs.org/@microsoft/microsoft-graph-client/-/microsoft-graph-client-1.1.0.tgz",
@@ -12960,10 +12964,6 @@
12960 12964
       "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==",
12961 12965
       "dev": true
12962 12966
     },
12963
-    "olm": {
12964
-      "version": "https://packages.matrix.org/npm/olm/olm-3.2.1.tgz",
12965
-      "integrity": "sha512-B87bTpGIGieuV2FNauChjjQtVltwTGagQFoHm+3Dcse4amKAAGJB/I54dnP/JtbHZ+RYVoApM2OQ46Z4VH6eNg=="
12966
-    },
12967 12967
     "on-finished": {
12968 12968
       "version": "2.3.0",
12969 12969
       "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",

+ 1
- 1
package.json View File

@@ -36,6 +36,7 @@
36 36
     "@hapi/bourne": "2.0.0",
37 37
     "@jitsi/js-utils": "1.0.6",
38 38
     "@material-ui/core": "4.11.3",
39
+    "@matrix-org/olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.3.tgz",
39 40
     "@microsoft/microsoft-graph-client": "1.1.0",
40 41
     "@react-native-async-storage/async-storage": "1.15.5",
41 42
     "@react-native-community/google-signin": "3.0.1",
@@ -62,7 +63,6 @@
62 63
     "lodash": "4.17.21",
63 64
     "moment": "2.29.1",
64 65
     "moment-duration-format": "2.2.2",
65
-    "olm": "https://packages.matrix.org/npm/olm/olm-3.2.1.tgz",
66 66
     "optional-require": "1.0.3",
67 67
     "pixelmatch": "5.1.0",
68 68
     "promise.allsettled": "1.0.4",

Loading…
Cancel
Save