Compare commits

...

2 Commits

Author SHA1 Message Date
Ajay Bura
91a6916f4c Release v2.2.2 2022-09-28 20:48:41 +05:30
renovate[bot]
78374d0301 Update dependency matrix-js-sdk to v20 (#879)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-28 20:43:56 +05:30
3 changed files with 12 additions and 12 deletions

18
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "cinny",
"version": "2.2.1",
"version": "2.2.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "cinny",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"dependencies": {
"@fontsource/inter": "4.5.12",
@@ -26,7 +26,7 @@
"katex": "0.16.2",
"linkify-html": "4.0.0",
"linkifyjs": "4.0.0",
"matrix-js-sdk": "19.7.0",
"matrix-js-sdk": "20.0.0",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-autosize-textarea": "7.1.0",
@@ -7821,9 +7821,9 @@
"integrity": "sha512-9jl4wtWanUFSy2sr2lCjErN/oC8KTAtaeaozJtrgot1JiQcEI4Rda9OLgQ7nLKaqb4Z/QUx/fR3XpDzm5Jy1JA=="
},
"node_modules/matrix-js-sdk": {
"version": "19.7.0",
"resolved": "https://registry.npmjs.org/matrix-js-sdk/-/matrix-js-sdk-19.7.0.tgz",
"integrity": "sha512-mFN1LBmEpYHCH6II1F8o7y8zJr0kn1yX7ga7tRXHbLJAlBS4bAXRsEoAzdv6OrV8/dS325JlVUYQLHFHQWjYxg==",
"version": "20.0.0",
"resolved": "https://registry.npmjs.org/matrix-js-sdk/-/matrix-js-sdk-20.0.0.tgz",
"integrity": "sha512-eOKTiWhvUxiPtl4bHFLJh/kQRdaR3ucTUTTvGXZAWh1Ljo6emU2VILPCQWyl7HTOzjCvkRHAvuGlBypMQZf+MQ==",
"dependencies": {
"@babel/runtime": "^7.12.5",
"another-json": "^0.2.0",
@@ -17801,9 +17801,9 @@
"integrity": "sha512-9jl4wtWanUFSy2sr2lCjErN/oC8KTAtaeaozJtrgot1JiQcEI4Rda9OLgQ7nLKaqb4Z/QUx/fR3XpDzm5Jy1JA=="
},
"matrix-js-sdk": {
"version": "19.7.0",
"resolved": "https://registry.npmjs.org/matrix-js-sdk/-/matrix-js-sdk-19.7.0.tgz",
"integrity": "sha512-mFN1LBmEpYHCH6II1F8o7y8zJr0kn1yX7ga7tRXHbLJAlBS4bAXRsEoAzdv6OrV8/dS325JlVUYQLHFHQWjYxg==",
"version": "20.0.0",
"resolved": "https://registry.npmjs.org/matrix-js-sdk/-/matrix-js-sdk-20.0.0.tgz",
"integrity": "sha512-eOKTiWhvUxiPtl4bHFLJh/kQRdaR3ucTUTTvGXZAWh1Ljo6emU2VILPCQWyl7HTOzjCvkRHAvuGlBypMQZf+MQ==",
"requires": {
"@babel/runtime": "^7.12.5",
"another-json": "^0.2.0",

View File

@@ -1,6 +1,6 @@
{
"name": "cinny",
"version": "2.2.1",
"version": "2.2.2",
"description": "Yet another matrix client",
"main": "index.js",
"engines": {
@@ -32,7 +32,7 @@
"katex": "0.16.2",
"linkify-html": "4.0.0",
"linkifyjs": "4.0.0",
"matrix-js-sdk": "19.7.0",
"matrix-js-sdk": "20.0.0",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-autosize-textarea": "7.1.0",

View File

@@ -1,5 +1,5 @@
const cons = {
version: '2.2.1',
version: '2.2.2',
secretKey: {
ACCESS_TOKEN: 'cinny_access_token',
DEVICE_ID: 'cinny_device_id',