-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove npm alias for matrix-bot-sdk, and update it (#480)
* Remove npm alias for matrix-bot-sdk, and update it Track this as a "removal" as this changes the import path that dependants must use when accessing matrix-bot-sdk via this package. * Fix package deps --------- Co-authored-by: Will Hunt <[email protected]>
- Loading branch information
1 parent
cfca028
commit 06948af
Showing
21 changed files
with
103 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Don't use a package alias for @vector-im/matrix-bot-sdk. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,10 +21,10 @@ | |
enabled "2.0.x" | ||
kuler "^2.0.0" | ||
|
||
"@matrix-org/[email protected].4": | ||
version "0.1.0-beta.4" | ||
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-nodejs/-/matrix-sdk-crypto-nodejs-0.1.0-beta.4.tgz#80456b2e2cc731982f0d3c6aece80cefa1ebb797" | ||
integrity sha512-XjCp/tG3LRMxMj/MMZfypD5BtW3J1B6oXY2Og8Ed0SyU4uWdglalMwrBUKlDotJr0/Q/2OTspGjD+ytAzCspyw== | ||
"@matrix-org/[email protected].11": | ||
version "0.1.0-beta.11" | ||
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-nodejs/-/matrix-sdk-crypto-nodejs-0.1.0-beta.11.tgz#537cd7a7bbce1d9745b812a5a7ffa9a5944e146c" | ||
integrity sha512-z5adcQo4o0UAry4zs6JHGxbTDlYTUMKUfpOpigmso65ETBDumbeTSQCWRw8UeUV7aCAyVoHARqDTol9SrauEFA== | ||
dependencies: | ||
https-proxy-agent "^5.0.1" | ||
node-downloader-helper "^2.1.5" | ||
|
@@ -104,6 +104,29 @@ | |
resolved "https://registry.yarnpkg.com/@types/triple-beam/-/triple-beam-1.3.2.tgz#38ecb64f01aa0d02b7c8f4222d7c38af6316fef8" | ||
integrity sha512-txGIh+0eDFzKGC25zORnswy+br1Ha7hj5cMVwKIU7+s0U2AxxJru/jZSMU6OC9MJWP6+pc/hc6ZjyZShpsyY2g== | ||
|
||
"@vector-im/matrix-bot-sdk@^0.6.7-element.1": | ||
version "0.6.7-element.1" | ||
resolved "https://registry.yarnpkg.com/@vector-im/matrix-bot-sdk/-/matrix-bot-sdk-0.6.7-element.1.tgz#f33721ca33f05b181b52287672b09dbbb2f3f852" | ||
integrity sha512-SFaCorDIibhMcJq3AfdacecKALWBEL+sDZVCUDkdA/pgqoWyJiC5c5TcMJT+Gs/vCxCYZzD1qmYssXJ6w7wEYQ== | ||
dependencies: | ||
"@matrix-org/matrix-sdk-crypto-nodejs" "0.1.0-beta.11" | ||
"@types/express" "^4.17.13" | ||
another-json "^0.2.0" | ||
async-lock "^1.3.2" | ||
chalk "^4" | ||
express "^4.18.1" | ||
glob-to-regexp "^0.4.1" | ||
hash.js "^1.1.7" | ||
html-to-text "^8.2.0" | ||
htmlencode "^0.0.4" | ||
lowdb "^1" | ||
lru-cache "^7.10.1" | ||
mkdirp "^1.0.4" | ||
morgan "^1.10.0" | ||
request "^2.88.2" | ||
request-promise "^4.2.6" | ||
sanitize-html "^2.8.0" | ||
|
||
abbrev@1: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" | ||
|
@@ -1017,9 +1040,10 @@ lru-cache@^7.10.1: | |
integrity sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA== | ||
|
||
"matrix-appservice-bridge@file:../..": | ||
version "8.1.1" | ||
version "9.0.1" | ||
dependencies: | ||
"@alloc/quick-lru" "^5.2.0" | ||
"@vector-im/matrix-bot-sdk" "^0.6.7-element.1" | ||
axios "^0.27.2" | ||
chalk "^4.1.0" | ||
express "^4.18.1" | ||
|
@@ -1029,7 +1053,6 @@ lru-cache@^7.10.1: | |
is-my-json-valid "^2.20.5" | ||
js-yaml "^4.0.0" | ||
matrix-appservice "^2.0.0" | ||
matrix-bot-sdk "npm:@vector-im/matrix-bot-sdk@^0.6.6-element.0" | ||
nedb "^1.8.0" | ||
nopt "^5.0.0" | ||
p-queue "^6.6.2" | ||
|
@@ -1050,29 +1073,6 @@ matrix-appservice@^2.0.0: | |
js-yaml "^4.1.0" | ||
morgan "^1.10.0" | ||
|
||
"matrix-bot-sdk@npm:@vector-im/matrix-bot-sdk@^0.6.6-element.0": | ||
version "0.6.6-element.0" | ||
resolved "https://registry.yarnpkg.com/@vector-im/matrix-bot-sdk/-/matrix-bot-sdk-0.6.6-element.0.tgz#96e08bb434939fcbf7f771a47aa4a7d17632f601" | ||
integrity sha512-Mx5SAv1zFXpkG+jbtbkadNMLjaxftnWBGCjKlNFlUDjcJPUIYxKd49jUGst/vdp/ysZYa0Dgk+V+E1qmKUa8bw== | ||
dependencies: | ||
"@matrix-org/matrix-sdk-crypto-nodejs" "0.1.0-beta.4" | ||
"@types/express" "^4.17.13" | ||
another-json "^0.2.0" | ||
async-lock "^1.3.2" | ||
chalk "^4" | ||
express "^4.18.1" | ||
glob-to-regexp "^0.4.1" | ||
hash.js "^1.1.7" | ||
html-to-text "^8.2.0" | ||
htmlencode "^0.0.4" | ||
lowdb "^1" | ||
lru-cache "^7.10.1" | ||
mkdirp "^1.0.4" | ||
morgan "^1.10.0" | ||
request "^2.88.2" | ||
request-promise "^4.2.6" | ||
sanitize-html "^2.8.0" | ||
|
||
[email protected]: | ||
version "0.3.0" | ||
resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,10 +21,10 @@ | |
enabled "2.0.x" | ||
kuler "^2.0.0" | ||
|
||
"@matrix-org/[email protected].4": | ||
version "0.1.0-beta.4" | ||
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-nodejs/-/matrix-sdk-crypto-nodejs-0.1.0-beta.4.tgz#80456b2e2cc731982f0d3c6aece80cefa1ebb797" | ||
integrity sha512-XjCp/tG3LRMxMj/MMZfypD5BtW3J1B6oXY2Og8Ed0SyU4uWdglalMwrBUKlDotJr0/Q/2OTspGjD+ytAzCspyw== | ||
"@matrix-org/[email protected].11": | ||
version "0.1.0-beta.11" | ||
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-nodejs/-/matrix-sdk-crypto-nodejs-0.1.0-beta.11.tgz#537cd7a7bbce1d9745b812a5a7ffa9a5944e146c" | ||
integrity sha512-z5adcQo4o0UAry4zs6JHGxbTDlYTUMKUfpOpigmso65ETBDumbeTSQCWRw8UeUV7aCAyVoHARqDTol9SrauEFA== | ||
dependencies: | ||
https-proxy-agent "^5.0.1" | ||
node-downloader-helper "^2.1.5" | ||
|
@@ -124,6 +124,29 @@ | |
resolved "https://registry.yarnpkg.com/@types/triple-beam/-/triple-beam-1.3.2.tgz#38ecb64f01aa0d02b7c8f4222d7c38af6316fef8" | ||
integrity sha512-txGIh+0eDFzKGC25zORnswy+br1Ha7hj5cMVwKIU7+s0U2AxxJru/jZSMU6OC9MJWP6+pc/hc6ZjyZShpsyY2g== | ||
|
||
"@vector-im/matrix-bot-sdk@^0.6.7-element.1": | ||
version "0.6.7-element.1" | ||
resolved "https://registry.yarnpkg.com/@vector-im/matrix-bot-sdk/-/matrix-bot-sdk-0.6.7-element.1.tgz#f33721ca33f05b181b52287672b09dbbb2f3f852" | ||
integrity sha512-SFaCorDIibhMcJq3AfdacecKALWBEL+sDZVCUDkdA/pgqoWyJiC5c5TcMJT+Gs/vCxCYZzD1qmYssXJ6w7wEYQ== | ||
dependencies: | ||
"@matrix-org/matrix-sdk-crypto-nodejs" "0.1.0-beta.11" | ||
"@types/express" "^4.17.13" | ||
another-json "^0.2.0" | ||
async-lock "^1.3.2" | ||
chalk "^4" | ||
express "^4.18.1" | ||
glob-to-regexp "^0.4.1" | ||
hash.js "^1.1.7" | ||
html-to-text "^8.2.0" | ||
htmlencode "^0.0.4" | ||
lowdb "^1" | ||
lru-cache "^7.10.1" | ||
mkdirp "^1.0.4" | ||
morgan "^1.10.0" | ||
request "^2.88.2" | ||
request-promise "^4.2.6" | ||
sanitize-html "^2.8.0" | ||
|
||
abbrev@1: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" | ||
|
@@ -1046,9 +1069,10 @@ lru-cache@^7.10.1: | |
integrity sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA== | ||
|
||
"matrix-appservice-bridge@file:../..": | ||
version "8.1.1" | ||
version "9.0.1" | ||
dependencies: | ||
"@alloc/quick-lru" "^5.2.0" | ||
"@vector-im/matrix-bot-sdk" "^0.6.7-element.1" | ||
axios "^0.27.2" | ||
chalk "^4.1.0" | ||
express "^4.18.1" | ||
|
@@ -1058,7 +1082,6 @@ lru-cache@^7.10.1: | |
is-my-json-valid "^2.20.5" | ||
js-yaml "^4.0.0" | ||
matrix-appservice "^2.0.0" | ||
matrix-bot-sdk "npm:@vector-im/matrix-bot-sdk@^0.6.6-element.0" | ||
nedb "^1.8.0" | ||
nopt "^5.0.0" | ||
p-queue "^6.6.2" | ||
|
@@ -1079,29 +1102,6 @@ matrix-appservice@^2.0.0: | |
js-yaml "^4.1.0" | ||
morgan "^1.10.0" | ||
|
||
"matrix-bot-sdk@npm:@vector-im/matrix-bot-sdk@^0.6.6-element.0": | ||
version "0.6.6-element.0" | ||
resolved "https://registry.yarnpkg.com/@vector-im/matrix-bot-sdk/-/matrix-bot-sdk-0.6.6-element.0.tgz#96e08bb434939fcbf7f771a47aa4a7d17632f601" | ||
integrity sha512-Mx5SAv1zFXpkG+jbtbkadNMLjaxftnWBGCjKlNFlUDjcJPUIYxKd49jUGst/vdp/ysZYa0Dgk+V+E1qmKUa8bw== | ||
dependencies: | ||
"@matrix-org/matrix-sdk-crypto-nodejs" "0.1.0-beta.4" | ||
"@types/express" "^4.17.13" | ||
another-json "^0.2.0" | ||
async-lock "^1.3.2" | ||
chalk "^4" | ||
express "^4.18.1" | ||
glob-to-regexp "^0.4.1" | ||
hash.js "^1.1.7" | ||
html-to-text "^8.2.0" | ||
htmlencode "^0.0.4" | ||
lowdb "^1" | ||
lru-cache "^7.10.1" | ||
mkdirp "^1.0.4" | ||
morgan "^1.10.0" | ||
request "^2.88.2" | ||
request-promise "^4.2.6" | ||
sanitize-html "^2.8.0" | ||
|
||
[email protected]: | ||
version "0.3.0" | ||
resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.