From 7984727736ce8c02ae2ef96659bffb42e0864eb9 Mon Sep 17 00:00:00 2001 From: Dev Date: Sat, 18 May 2024 21:31:18 +0100 Subject: [PATCH] Updated mod versions to 3.9 --- TypeScript/10ScopesAndTypes/package.json | 2 +- TypeScript/11BundleLoadingSample/package.json | 2 +- TypeScript/12ClassExtensionOverride/package.json | 2 +- TypeScript/13AddTrader/package.json | 2 +- TypeScript/14AfterDBLoadHook/package.json | 2 +- TypeScript/15HttpListenerExample/package.json | 2 +- TypeScript/16ImporterUtil/package.json | 2 +- TypeScript/17AsyncImporterWithDependency1/package.json | 2 +- TypeScript/17AsyncImporterWithDependency2/package.json | 2 +- TypeScript/18CustomItemService/package.json | 2 +- TypeScript/19UseExternalLibraries/package.json | 2 +- TypeScript/20CustomChatBot/package.json | 2 +- TypeScript/21CustomCommandoCommand/package.json | 2 +- TypeScript/22CustomAkiCommand/package.json | 2 +- TypeScript/23CustomAbstractChatBot/package.json | 2 +- TypeScript/2EditDatabase/package.json | 2 +- TypeScript/3GetSptConfigFile/package.json | 2 +- TypeScript/4.1UseACustomJson5OrJsonCConfigFile/package.json | 2 +- TypeScript/4UseACustomConfigFile/package.json | 2 +- TypeScript/5ReplaceMethod/package.json | 2 +- TypeScript/6ReferenceAnotherClass/package.json | 2 +- TypeScript/7OnLoadHook/package.json | 2 +- TypeScript/8OnUpdateHook/package.json | 2 +- TypeScript/9RouterHooks/package.json | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/TypeScript/10ScopesAndTypes/package.json b/TypeScript/10ScopesAndTypes/package.json index 5abbcc1..ed225c0 100644 --- a/TypeScript/10ScopesAndTypes/package.json +++ b/TypeScript/10ScopesAndTypes/package.json @@ -4,7 +4,7 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "~3.8", + "akiVersion": "~3.9", "loadBefore": [], "loadAfter": [], "incompatibilities": [], diff --git a/TypeScript/11BundleLoadingSample/package.json b/TypeScript/11BundleLoadingSample/package.json index 24673f5..8397725 100644 --- a/TypeScript/11BundleLoadingSample/package.json +++ b/TypeScript/11BundleLoadingSample/package.json @@ -5,7 +5,7 @@ "license": "MIT", "main": "src/mod.js", "isBundleMod": true, - "akiVersion": "~3.8", + "akiVersion": "~3.9", "loadBefore": [], "loadAfter": [], "incompatibilities": [], diff --git a/TypeScript/12ClassExtensionOverride/package.json b/TypeScript/12ClassExtensionOverride/package.json index de1f0cc..17aeea6 100644 --- a/TypeScript/12ClassExtensionOverride/package.json +++ b/TypeScript/12ClassExtensionOverride/package.json @@ -4,7 +4,7 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "~3.8", + "akiVersion": "~3.9", "loadBefore": [], "loadAfter": [], "incompatibilities": [], diff --git a/TypeScript/13AddTrader/package.json b/TypeScript/13AddTrader/package.json index 2d162d9..a20e857 100644 --- a/TypeScript/13AddTrader/package.json +++ b/TypeScript/13AddTrader/package.json @@ -4,7 +4,7 @@ "main": "src/mod.js", "license": "MIT", "author": "Shirito", - "akiVersion": "~3.8", + "akiVersion": "~3.9", "loadBefore": [], "loadAfter": [], "incompatibilities": [], diff --git a/TypeScript/14AfterDBLoadHook/package.json b/TypeScript/14AfterDBLoadHook/package.json index 2114056..a823ed7 100644 --- a/TypeScript/14AfterDBLoadHook/package.json +++ b/TypeScript/14AfterDBLoadHook/package.json @@ -4,7 +4,7 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "~3.8", + "akiVersion": "~3.9", "loadBefore": [], "loadAfter": [], "incompatibilities": [], diff --git a/TypeScript/15HttpListenerExample/package.json b/TypeScript/15HttpListenerExample/package.json index bbbf885..85a6213 100644 --- a/TypeScript/15HttpListenerExample/package.json +++ b/TypeScript/15HttpListenerExample/package.json @@ -4,7 +4,7 @@ "main": "src/mod.js", "license": "MIT", "author": "Alex", - "akiVersion": "~3.8", + "akiVersion": "~3.9", "loadBefore": [], "loadAfter": [], "incompatibilities": [], diff --git a/TypeScript/16ImporterUtil/package.json b/TypeScript/16ImporterUtil/package.json index d14d3f0..b0fc684 100644 --- a/TypeScript/16ImporterUtil/package.json +++ b/TypeScript/16ImporterUtil/package.json @@ -4,7 +4,7 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "~3.8", + "akiVersion": "~3.9", "loadBefore": [], "loadAfter": [], "incompatibilities": [], diff --git a/TypeScript/17AsyncImporterWithDependency1/package.json b/TypeScript/17AsyncImporterWithDependency1/package.json index c497832..03f8ab4 100644 --- a/TypeScript/17AsyncImporterWithDependency1/package.json +++ b/TypeScript/17AsyncImporterWithDependency1/package.json @@ -4,7 +4,7 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "~3.8", + "akiVersion": "~3.9", "loadBefore": [], "loadAfter": [], "incompatibilities": [], diff --git a/TypeScript/17AsyncImporterWithDependency2/package.json b/TypeScript/17AsyncImporterWithDependency2/package.json index 715a441..9864f79 100644 --- a/TypeScript/17AsyncImporterWithDependency2/package.json +++ b/TypeScript/17AsyncImporterWithDependency2/package.json @@ -4,7 +4,7 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "~3.8", + "akiVersion": "~3.9", "loadBefore": [], "loadAfter": [], "incompatibilities": [], diff --git a/TypeScript/18CustomItemService/package.json b/TypeScript/18CustomItemService/package.json index 8fdb837..b825dee 100644 --- a/TypeScript/18CustomItemService/package.json +++ b/TypeScript/18CustomItemService/package.json @@ -4,7 +4,7 @@ "main": "src/mod.js", "license": "MIT", "author": "Choccy", - "akiVersion": "~3.8", + "akiVersion": "~3.9", "loadBefore": [], "loadAfter": [], "incompatibilities": [], diff --git a/TypeScript/19UseExternalLibraries/package.json b/TypeScript/19UseExternalLibraries/package.json index 1c4338c..4361630 100644 --- a/TypeScript/19UseExternalLibraries/package.json +++ b/TypeScript/19UseExternalLibraries/package.json @@ -4,7 +4,7 @@ "main": "src/mod.js", "license": "MIT", "author": "TheSparta", - "akiVersion": "~3.8", + "akiVersion": "~3.9", "loadBefore": [], "loadAfter": [], "incompatibilities": [], diff --git a/TypeScript/20CustomChatBot/package.json b/TypeScript/20CustomChatBot/package.json index 99c6426..bef5985 100644 --- a/TypeScript/20CustomChatBot/package.json +++ b/TypeScript/20CustomChatBot/package.json @@ -4,7 +4,7 @@ "main": "src/mod.js", "license": "MIT", "author": "clodan", - "akiVersion": "~3.8", + "akiVersion": "~3.9", "loadBefore": [], "loadAfter": [], "incompatibilities": [], diff --git a/TypeScript/21CustomCommandoCommand/package.json b/TypeScript/21CustomCommandoCommand/package.json index efd1b48..9bf0724 100644 --- a/TypeScript/21CustomCommandoCommand/package.json +++ b/TypeScript/21CustomCommandoCommand/package.json @@ -4,7 +4,7 @@ "main": "src/mod.js", "license": "MIT", "author": "clodan", - "akiVersion": "~3.8", + "akiVersion": "~3.9", "loadBefore": [], "loadAfter": [], "incompatibilities": [], diff --git a/TypeScript/22CustomAkiCommand/package.json b/TypeScript/22CustomAkiCommand/package.json index 69d940c..85668d5 100644 --- a/TypeScript/22CustomAkiCommand/package.json +++ b/TypeScript/22CustomAkiCommand/package.json @@ -4,7 +4,7 @@ "main": "src/mod.js", "license": "MIT", "author": "clodan", - "akiVersion": "~3.8", + "akiVersion": "~3.9", "loadBefore": [], "loadAfter": [], "incompatibilities": [], diff --git a/TypeScript/23CustomAbstractChatBot/package.json b/TypeScript/23CustomAbstractChatBot/package.json index c2c7c2f..e9c3aa0 100644 --- a/TypeScript/23CustomAbstractChatBot/package.json +++ b/TypeScript/23CustomAbstractChatBot/package.json @@ -4,7 +4,7 @@ "main": "src/mod.js", "license": "MIT", "author": "clodan", - "akiVersion": "~3.8", + "akiVersion": "~3.9", "loadBefore": [], "loadAfter": [], "incompatibilities": [], diff --git a/TypeScript/2EditDatabase/package.json b/TypeScript/2EditDatabase/package.json index 3a3b930..6a12f55 100644 --- a/TypeScript/2EditDatabase/package.json +++ b/TypeScript/2EditDatabase/package.json @@ -4,7 +4,7 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "~3.8", + "akiVersion": "~3.9", "loadBefore": [], "loadAfter": [], "incompatibilities": [], diff --git a/TypeScript/3GetSptConfigFile/package.json b/TypeScript/3GetSptConfigFile/package.json index 6bb83aa..b3e4122 100644 --- a/TypeScript/3GetSptConfigFile/package.json +++ b/TypeScript/3GetSptConfigFile/package.json @@ -4,7 +4,7 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "~3.8", + "akiVersion": "~3.9", "loadBefore": [], "loadAfter": [], "incompatibilities": [], diff --git a/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/package.json b/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/package.json index cbec90a..c209e6f 100644 --- a/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/package.json +++ b/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/package.json @@ -4,7 +4,7 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "~3.8", + "akiVersion": "~3.9", "loadBefore": [], "loadAfter": [], "incompatibilities": [], diff --git a/TypeScript/4UseACustomConfigFile/package.json b/TypeScript/4UseACustomConfigFile/package.json index 890050e..b6cbb57 100644 --- a/TypeScript/4UseACustomConfigFile/package.json +++ b/TypeScript/4UseACustomConfigFile/package.json @@ -4,7 +4,7 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "~3.8", + "akiVersion": "~3.9", "loadBefore": [], "loadAfter": [], "incompatibilities": [], diff --git a/TypeScript/5ReplaceMethod/package.json b/TypeScript/5ReplaceMethod/package.json index a77eafc..b63c39e 100644 --- a/TypeScript/5ReplaceMethod/package.json +++ b/TypeScript/5ReplaceMethod/package.json @@ -4,7 +4,7 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "~3.8", + "akiVersion": "~3.9", "loadBefore": [], "loadAfter": [], "incompatibilities": [], diff --git a/TypeScript/6ReferenceAnotherClass/package.json b/TypeScript/6ReferenceAnotherClass/package.json index 2fc0281..4978de3 100644 --- a/TypeScript/6ReferenceAnotherClass/package.json +++ b/TypeScript/6ReferenceAnotherClass/package.json @@ -4,7 +4,7 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "~3.8", + "akiVersion": "~3.9", "loadBefore": [], "loadAfter": [], "incompatibilities": [], diff --git a/TypeScript/7OnLoadHook/package.json b/TypeScript/7OnLoadHook/package.json index 7bfd6e4..42e7067 100644 --- a/TypeScript/7OnLoadHook/package.json +++ b/TypeScript/7OnLoadHook/package.json @@ -4,7 +4,7 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "~3.8", + "akiVersion": "~3.9", "loadBefore": [], "loadAfter": [], "incompatibilities": [], diff --git a/TypeScript/8OnUpdateHook/package.json b/TypeScript/8OnUpdateHook/package.json index 527d17d..e0a3fbe 100644 --- a/TypeScript/8OnUpdateHook/package.json +++ b/TypeScript/8OnUpdateHook/package.json @@ -4,7 +4,7 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "~3.8", + "akiVersion": "~3.9", "loadBefore": [], "loadAfter": [], "incompatibilities": [], diff --git a/TypeScript/9RouterHooks/package.json b/TypeScript/9RouterHooks/package.json index ff9cff6..e2a4f99 100644 --- a/TypeScript/9RouterHooks/package.json +++ b/TypeScript/9RouterHooks/package.json @@ -4,7 +4,7 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "~3.8", + "akiVersion": "~3.9", "loadBefore": [], "loadAfter": [], "incompatibilities": [],