Updating KcY-SeeItemValue for 3.1.0
This commit is contained in:
parent
8ecab28a70
commit
120cb1f495
@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "SeeItemValue",
|
||||
"author": "KcY",
|
||||
"version": "1.3.5",
|
||||
"version": "1.3.6",
|
||||
"license": "NCSA Open Source",
|
||||
"main": "src/mod.js",
|
||||
"akiVersion": "3.0.0",
|
||||
"UpdatedBy": "CWX",
|
||||
"akiVersion": "3.1.0",
|
||||
"UpdatedBy": "CWX, Valens",
|
||||
"scripts": {
|
||||
"setup:environment": "npm i",
|
||||
"build:unzipped": "copyfiles -e \"./node_modules/**/*.*\" -e \"./dist/**/*.*\" -e \"./package-lock.json\" -e \"./tsconfig.json\" -e \"./README.txt\" -e \"./mod.code-workspace\" ./**/*.* ./dist",
|
||||
|
@ -30,7 +30,7 @@ class SeeItemValue implements IMod
|
||||
private tradersArr;
|
||||
private cfg;
|
||||
|
||||
public load(container: DependencyContainer)
|
||||
public preAkiLoad(container: DependencyContainer)
|
||||
{
|
||||
this.pkg = require("../package.json");
|
||||
this.router = container.resolve<DynamicRouterModService>("DynamicRouterModService");
|
||||
@ -41,7 +41,7 @@ class SeeItemValue implements IMod
|
||||
this.addRoute()
|
||||
}
|
||||
|
||||
public delayedLoad(container: DependencyContainer)
|
||||
public postAkiLoad(container: DependencyContainer)
|
||||
{
|
||||
this.database = container.resolve<DatabaseServer>("DatabaseServer");
|
||||
this.table = this.database.getTables();
|
||||
|
@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "SeeItemValue",
|
||||
"author": "KcY",
|
||||
"version": "1.3.3",
|
||||
"version": "1.3.6",
|
||||
"license": "NCSA Open Source",
|
||||
"main": "src/mod.js",
|
||||
"akiVersion": "3.0.0",
|
||||
"UpdatedBy": "CWX",
|
||||
"akiVersion": "3.1.0",
|
||||
"UpdatedBy": "CWX, Valens",
|
||||
"scripts": {
|
||||
"setup:environment": "npm i",
|
||||
"build:unzipped": "copyfiles -e \"./node_modules/**/*.*\" -e \"./dist/**/*.*\" -e \"./package-lock.json\" -e \"./tsconfig.json\" -e \"./README.txt\" -e \"./mod.code-workspace\" ./**/*.* ./dist",
|
||||
|
Loading…
x
Reference in New Issue
Block a user