mirror of
https://github.com/insomniafi/insomniaid-bot.git
synced 2025-07-06 21:20:50 +00:00
Compare commits
6 Commits
master
...
ed1cb81d2b
Author | SHA1 | Date | |
---|---|---|---|
ed1cb81d2b | |||
d380ecf23c | |||
ce2d640520 | |||
c21fbef967 | |||
0a88c44b0b | |||
1387657966 |
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3.7.1
|
||||
uses: docker/setup-buildx-action@v3.8.0
|
||||
id: buildx
|
||||
with:
|
||||
install: true
|
||||
|
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2024 Verkkopeliyhdistys Insomnia ry & Warén Group
|
||||
Copyright (c) 2024-2025 Verkkopeliyhdistys Insomnia ry & Warén Group
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
9
package-lock.json
generated
9
package-lock.json
generated
@ -13,7 +13,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"rimraf": "^6.0.1",
|
||||
"typescript": "^5.6.3"
|
||||
"typescript": "^5.7.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=22.0.0",
|
||||
@ -715,11 +715,10 @@
|
||||
"license": "0BSD"
|
||||
},
|
||||
"node_modules/typescript": {
|
||||
"version": "5.6.3",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz",
|
||||
"integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==",
|
||||
"version": "5.7.2",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz",
|
||||
"integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"bin": {
|
||||
"tsc": "bin/tsc",
|
||||
"tsserver": "bin/tsserver"
|
||||
|
@ -17,7 +17,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"rimraf": "^6.0.1",
|
||||
"typescript": "^5.6.3"
|
||||
"typescript": "^5.7.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=22.0.0",
|
||||
|
@ -3,7 +3,7 @@ import logger from "./functions/logger"
|
||||
|
||||
console.log('InsID-Bot ' + process.env.npm_package_version);
|
||||
console.log('Verkkopeliyhdistys Insomnia ry - Identity Bot');
|
||||
console.log('(c)2024 Verkkopeliyhdistys Insomnia ry & Warén Group');
|
||||
console.log('(c)2024-2025 Verkkopeliyhdistys Insomnia ry & Warén Group');
|
||||
console.log('');
|
||||
|
||||
logger('Bot', 'Starting');
|
||||
|
Reference in New Issue
Block a user