Skip to content

Commit

Permalink
update spt 3.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dvize committed Jul 27, 2024
1 parent 27929a9 commit 938d89b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Fin-EerieSilence/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "Fins Eerie Silence",
"version": "1.5.0",
"version": "1.6.0",
"main": "src/mod.js",
"license": "See License file",
"author": "Fin, Props",
"akiVersion": "3.8.*",
"sptVersion": "3.9.*",
"scripts": {
"setup": "npm i",
"build": "node ./build.mjs",
Expand Down
10 changes: 5 additions & 5 deletions Fin-EerieSilence/src/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
// authors: Fin, Props (updated)

import { inject, type DependencyContainer } from "tsyringe";
import type { IPostDBLoadMod } from "@spt-aki/models/external/IPostDBLoadMod";
import type { AbstractWinstonLogger } from '@spt-aki/utils/logging/AbstractWinstonLogger';
import type { DatabaseServer } from "@spt-aki/servers/DatabaseServer";
import type { VFS } from "@spt-aki/utils/VFS";
import type { IPostDBLoadMod } from "@spt/models/external/IPostDBLoadMod";
import type { AbstractWinstonLogger } from '@spt/utils/logging/AbstractWinstonLogger';
import type { DatabaseServer } from "@spt/servers/DatabaseServer";
import type { VFS } from "@spt/utils/VFS";
import { jsonc } from "jsonc";
import path from "node:path";
import type { ITemplateItem } from "@spt-aki/models/eft/common/tables/ITemplateItem";
import type { ITemplateItem } from "@spt/models/eft/common/tables/ITemplateItem";

interface ModConfig {
distortion_Multiplier: number;
Expand Down
2 changes: 1 addition & 1 deletion Fin-EerieSilence/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"outDir": "tmp",
"baseUrl": ".",
"paths": {
"@spt-aki/*": ["./types/*"]
"@spt/*": ["./types/*"]
}
},
"include": [
Expand Down

0 comments on commit 938d89b

Please sign in to comment.