From 1a4d3dacf072ff94f88536248234d5f59a5369b3 Mon Sep 17 00:00:00 2001 From: Dev Date: Tue, 18 Jul 2023 18:45:11 +0100 Subject: [PATCH] Update supported version --- 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/1LogToConsole/package.json | 2 +- TypeScript/2EditDatabase/package.json | 2 +- TypeScript/3GetSptConfigFile/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 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/TypeScript/10ScopesAndTypes/package.json b/TypeScript/10ScopesAndTypes/package.json index 9e6f9b2..7bb0361 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.5", + "akiVersion": "~3.6", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" diff --git a/TypeScript/11BundleLoadingSample/package.json b/TypeScript/11BundleLoadingSample/package.json index 12b27dd..1df8623 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.5", + "akiVersion": "~3.6", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" diff --git a/TypeScript/12ClassExtensionOverride/package.json b/TypeScript/12ClassExtensionOverride/package.json index 13d3863..f489ff5 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.5", + "akiVersion": "~3.6", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" diff --git a/TypeScript/13AddTrader/package.json b/TypeScript/13AddTrader/package.json index 405637a..99236a9 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.5", + "akiVersion": "~3.6", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" diff --git a/TypeScript/14AfterDBLoadHook/package.json b/TypeScript/14AfterDBLoadHook/package.json index c7b67e2..8c58a2a 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.5", + "akiVersion": "~3.6", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" diff --git a/TypeScript/15HttpListenerExample/package.json b/TypeScript/15HttpListenerExample/package.json index 502c5d2..7df2394 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.5", + "akiVersion": "~3.6", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" diff --git a/TypeScript/16ImporterUtil/package.json b/TypeScript/16ImporterUtil/package.json index 84cc64b..b6446bc 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.5", + "akiVersion": "~3.6", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" diff --git a/TypeScript/17AsyncImporterWithDependency1/package.json b/TypeScript/17AsyncImporterWithDependency1/package.json index a034128..990de38 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.5", + "akiVersion": "~3.6", "modDependencies": { "17AsyncImporterWithDependency2": "~1" }, diff --git a/TypeScript/17AsyncImporterWithDependency2/package.json b/TypeScript/17AsyncImporterWithDependency2/package.json index 2cbee77..70ce07d 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.5", + "akiVersion": "~3.6", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" diff --git a/TypeScript/18CustomItemService/package.json b/TypeScript/18CustomItemService/package.json index 9a8e6c1..9c58a37 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.5", + "akiVersion": "~3.6", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" diff --git a/TypeScript/1LogToConsole/package.json b/TypeScript/1LogToConsole/package.json index 4650303..d916c9e 100644 --- a/TypeScript/1LogToConsole/package.json +++ b/TypeScript/1LogToConsole/package.json @@ -4,7 +4,7 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "~3.5", + "akiVersion": "~3.6", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" diff --git a/TypeScript/2EditDatabase/package.json b/TypeScript/2EditDatabase/package.json index 027ba6b..a8009e9 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.5", + "akiVersion": "~3.6", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" diff --git a/TypeScript/3GetSptConfigFile/package.json b/TypeScript/3GetSptConfigFile/package.json index d0e22f7..a9a2c3c 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.5", + "akiVersion": "~3.6", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" diff --git a/TypeScript/4UseACustomConfigFile/package.json b/TypeScript/4UseACustomConfigFile/package.json index f07a927..482457d 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.5", + "akiVersion": "~3.6", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" diff --git a/TypeScript/5ReplaceMethod/package.json b/TypeScript/5ReplaceMethod/package.json index 46fa9a1..0682bb0 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.5", + "akiVersion": "~3.6", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" diff --git a/TypeScript/6ReferenceAnotherClass/package.json b/TypeScript/6ReferenceAnotherClass/package.json index 327e429..0e94afd 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.5", + "akiVersion": "~3.6", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" diff --git a/TypeScript/7OnLoadHook/package.json b/TypeScript/7OnLoadHook/package.json index 62aa9d0..02a9a39 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.5", + "akiVersion": "~3.6", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" diff --git a/TypeScript/8OnUpdateHook/package.json b/TypeScript/8OnUpdateHook/package.json index 353fa02..7d9a679 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.5", + "akiVersion": "~3.6", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" diff --git a/TypeScript/9RouterHooks/package.json b/TypeScript/9RouterHooks/package.json index 58ec735..55d021a 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.5", + "akiVersion": "~3.6", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts"