forked from CWX/CWX-mods
bump
This commit is contained in:
parent
2d787de939
commit
3b02e4b9ba
Binary file not shown.
@ -1,35 +0,0 @@
|
||||
University of Illinois/NCSA Open Source License
|
||||
|
||||
Copyright (c) [year] [fullname]. All rights reserved.
|
||||
|
||||
Developed by:
|
||||
[CWX]
|
||||
[https://dev.sp-tarkov.com/CWX/CWX-BushWhacker]
|
||||
[https://hub.sp-tarkov.com/files/file/519-cwx-masterkey/]
|
||||
|
||||
Permission is hereby granted, free of charge, to any person
|
||||
obtaining a copy of this software and associated documentation files
|
||||
(the "Software"), to deal with the Software without restriction,
|
||||
including without limitation the rights to use, copy, modify, merge,
|
||||
publish, distribute, sublicense, and/or sell copies of the Software,
|
||||
and to permit persons to whom the Software is furnished to do so,
|
||||
subject to the following conditions:
|
||||
|
||||
* Redistributions of source code must retain the above copyright notice,
|
||||
this list of conditions and the following disclaimers.
|
||||
|
||||
* Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimers in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
|
||||
* Neither the names of [fullname], [project] nor the names of its
|
||||
contributors may be used to endorse or promote products derived from
|
||||
this Software without specific prior written permission.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH
|
||||
THE SOFTWARE.
|
@ -1,12 +0,0 @@
|
||||
"use strict";
|
||||
|
||||
class ModMain {
|
||||
constructor() {
|
||||
const mod = require("./package.json");
|
||||
this.modName = `${mod.author}-${mod.name}`;
|
||||
|
||||
Logger.info(`Loading: ${this.modName} : ${mod.version}`);
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = new ModMain();
|
@ -1,9 +0,0 @@
|
||||
{
|
||||
"name": "BUSHWHACKER",
|
||||
"author": "CWX",
|
||||
"version": "1.0.1",
|
||||
"license": "NCSA",
|
||||
"main": "package.js",
|
||||
"akiVersion": "2.3.1"
|
||||
}
|
||||
|
Binary file not shown.
@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "DeSharpener",
|
||||
"name": "BushWhacker",
|
||||
"author": "CWX",
|
||||
"version": "1.3.0",
|
||||
"version": "1.1.0",
|
||||
"license": "NCSA",
|
||||
"main": "package.js",
|
||||
"main": "src/mod.js",
|
||||
"akiVersion": "3.0.0",
|
||||
"scripts": {
|
||||
"setup:environment": "npm i",
|
@ -11,7 +11,7 @@ class CWX_MasterKey implements IMod
|
||||
// get the logger from the server container
|
||||
const logger = container.resolve<ILogger>("WinstonLogger");
|
||||
this.pkg = require("../package.json")
|
||||
logger.info(`Loading: ${this.pkg.name} - ${this.pkg.version}`);
|
||||
logger.info(`Loading: ${this.pkg.author}: ${this.pkg.name} - ${this.pkg.version}`);
|
||||
}
|
||||
|
||||
public delayedLoad(container: DependencyContainer): void
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user