Compare commits

..

2 Commits

Author SHA1 Message Date
Krishan
f6694031a1 Release v2.2.6 (#1178)
* Update package.json

* Update package-lock.json

* Update cons.js
2023-03-29 22:02:01 +11:00
Krishan
cfddaaae13 Fix docker build failing (#1177) 2023-03-29 21:57:05 +11:00
4 changed files with 5 additions and 4 deletions

View File

@@ -6,6 +6,7 @@ WORKDIR /src
COPY .npmrc package.json package-lock.json /src/
RUN npm ci
COPY . /src/
ENV NODE_OPTIONS=--max_old_space_size=4096
RUN npm run build

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "cinny",
"version": "2.2.5",
"version": "2.2.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "cinny",
"version": "2.2.5",
"version": "2.2.6",
"license": "AGPL-3.0-only",
"dependencies": {
"@fontsource/inter": "4.5.14",

View File

@@ -1,6 +1,6 @@
{
"name": "cinny",
"version": "2.2.5",
"version": "2.2.6",
"description": "Yet another matrix client",
"main": "index.js",
"engines": {

View File

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