diff --git a/TypeScript/10ScopesAndTypes/package.json b/TypeScript/10ScopesAndTypes/package.json index d8a66a0..eee59e2 100644 --- a/TypeScript/10ScopesAndTypes/package.json +++ b/TypeScript/10ScopesAndTypes/package.json @@ -4,20 +4,20 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "3.3.0", + "akiVersion": "3.4.0", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" }, "devDependencies": { - "@types/node": "16.11.62", - "@typescript-eslint/eslint-plugin": "5.38.1", - "@typescript-eslint/parser": "5.38.1", + "@types/node": "16.18.10", + "@typescript-eslint/eslint-plugin": "5.46.1", + "@typescript-eslint/parser": "5.46.1", "bestzip": "2.2.1", - "eslint": "8.24.0", - "fs-extra": "10.1.0", + "eslint": "8.30.0", + "fs-extra": "11.1.0", "glob": "8.0.3", "tsyringe": "4.7.0", - "typescript": "4.8.4" + "typescript": "4.9.4" } } \ No newline at end of file diff --git a/TypeScript/11BundleLoadingSample/package.json b/TypeScript/11BundleLoadingSample/package.json index e71630d..bab1c50 100644 --- a/TypeScript/11BundleLoadingSample/package.json +++ b/TypeScript/11BundleLoadingSample/package.json @@ -4,21 +4,21 @@ "author": "Chomp", "license": "MIT", "main": "src/mod.js", - "akiVersion": "3.3.0", "isBundleMod": true, + "akiVersion": "3.4.0", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" }, "devDependencies": { - "@types/node": "16.11.62", - "@typescript-eslint/eslint-plugin": "5.38.1", - "@typescript-eslint/parser": "5.38.1", + "@types/node": "16.18.10", + "@typescript-eslint/eslint-plugin": "5.46.1", + "@typescript-eslint/parser": "5.46.1", "bestzip": "2.2.1", - "eslint": "8.24.0", - "fs-extra": "10.1.0", + "eslint": "8.30.0", + "fs-extra": "11.1.0", "glob": "8.0.3", "tsyringe": "4.7.0", - "typescript": "4.8.4" + "typescript": "4.9.4" } } \ No newline at end of file diff --git a/TypeScript/12ClassExtensionOverride/package.json b/TypeScript/12ClassExtensionOverride/package.json index 649f4af..6fb9d2d 100644 --- a/TypeScript/12ClassExtensionOverride/package.json +++ b/TypeScript/12ClassExtensionOverride/package.json @@ -4,20 +4,20 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "3.3.0", + "akiVersion": "3.4.0", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" }, "devDependencies": { - "@types/node": "16.11.62", - "@typescript-eslint/eslint-plugin": "5.38.1", - "@typescript-eslint/parser": "5.38.1", + "@types/node": "16.18.10", + "@typescript-eslint/eslint-plugin": "5.46.1", + "@typescript-eslint/parser": "5.46.1", "bestzip": "2.2.1", - "eslint": "8.24.0", - "fs-extra": "10.1.0", + "eslint": "8.30.0", + "fs-extra": "11.1.0", "glob": "8.0.3", "tsyringe": "4.7.0", - "typescript": "4.8.4" + "typescript": "4.9.4" } } \ No newline at end of file diff --git a/TypeScript/13AddTrader/package.json b/TypeScript/13AddTrader/package.json index 7dc037b..495c7db 100644 --- a/TypeScript/13AddTrader/package.json +++ b/TypeScript/13AddTrader/package.json @@ -4,20 +4,20 @@ "main": "src/mod.js", "license": "MIT", "author": "Shirito", - "akiVersion": "3.3.0", + "akiVersion": "3.4.0", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" }, "devDependencies": { - "@types/node": "16.11.62", - "@typescript-eslint/eslint-plugin": "5.38.1", - "@typescript-eslint/parser": "5.38.1", + "@types/node": "16.18.10", + "@typescript-eslint/eslint-plugin": "5.46.1", + "@typescript-eslint/parser": "5.46.1", "bestzip": "2.2.1", - "eslint": "8.24.0", - "fs-extra": "10.1.0", + "eslint": "8.30.0", + "fs-extra": "11.1.0", "glob": "8.0.3", "tsyringe": "4.7.0", - "typescript": "4.8.4" + "typescript": "4.9.4" } } \ No newline at end of file diff --git a/TypeScript/14AfterDBLoadHook/package.json b/TypeScript/14AfterDBLoadHook/package.json index 7e7294f..4967d1f 100644 --- a/TypeScript/14AfterDBLoadHook/package.json +++ b/TypeScript/14AfterDBLoadHook/package.json @@ -4,20 +4,20 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "3.3.0", + "akiVersion": "3.4.0", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" }, "devDependencies": { - "@types/node": "16.11.62", - "@typescript-eslint/eslint-plugin": "5.38.1", - "@typescript-eslint/parser": "5.38.1", + "@types/node": "16.18.10", + "@typescript-eslint/eslint-plugin": "5.46.1", + "@typescript-eslint/parser": "5.46.1", "bestzip": "2.2.1", - "eslint": "8.24.0", - "fs-extra": "10.1.0", + "eslint": "8.30.0", + "fs-extra": "11.1.0", "glob": "8.0.3", "tsyringe": "4.7.0", - "typescript": "4.8.4" + "typescript": "4.9.4" } } \ No newline at end of file diff --git a/TypeScript/15HttpListenerExample/package.json b/TypeScript/15HttpListenerExample/package.json index e1b471e..27a94de 100644 --- a/TypeScript/15HttpListenerExample/package.json +++ b/TypeScript/15HttpListenerExample/package.json @@ -4,23 +4,20 @@ "main": "src/mod.js", "license": "MIT", "author": "Alex", - "akiVersion": "3.3.0", + "akiVersion": "3.4.0", "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", - "zip:files": "cd dist/ && bestzip ../mod.zip *", - "build:zip": "npm run clean:environment && npm run build:unzipped && npm run zip:files", - "clean:environment": "node -e \"require('fs').rm('mod.zip', ()=>{})\" && node -e \"require('fs').rmdir('./dist/',{recursive:true},()=>{})\"" + "setup": "npm i", + "build": "node ./packageBuild.ts" }, "devDependencies": { - "@types/node": "16.11.62", - "@typescript-eslint/eslint-plugin": "5.38.1", - "@typescript-eslint/parser": "5.38.1", + "@types/node": "16.18.10", + "@typescript-eslint/eslint-plugin": "5.46.1", + "@typescript-eslint/parser": "5.46.1", "bestzip": "2.2.1", - "eslint": "8.24.0", - "fs-extra": "10.1.0", + "eslint": "8.30.0", + "fs-extra": "11.1.0", "glob": "8.0.3", "tsyringe": "4.7.0", - "typescript": "4.8.4" + "typescript": "4.9.4" } -} +} \ No newline at end of file diff --git a/TypeScript/1LogToConsole/package.json b/TypeScript/1LogToConsole/package.json index d5640d4..fc0e9ac 100644 --- a/TypeScript/1LogToConsole/package.json +++ b/TypeScript/1LogToConsole/package.json @@ -4,20 +4,20 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "3.3.0", + "akiVersion": "3.4.0", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" }, "devDependencies": { - "@types/node": "16.11.62", - "@typescript-eslint/eslint-plugin": "5.38.1", - "@typescript-eslint/parser": "5.38.1", + "@types/node": "16.18.10", + "@typescript-eslint/eslint-plugin": "5.46.1", + "@typescript-eslint/parser": "5.46.1", "bestzip": "2.2.1", - "eslint": "8.24.0", - "fs-extra": "10.1.0", + "eslint": "8.30.0", + "fs-extra": "11.1.0", "glob": "8.0.3", "tsyringe": "4.7.0", - "typescript": "4.8.4" + "typescript": "4.9.4" } } diff --git a/TypeScript/2EditDatabase/package.json b/TypeScript/2EditDatabase/package.json index 5500cb0..f4b4e8f 100644 --- a/TypeScript/2EditDatabase/package.json +++ b/TypeScript/2EditDatabase/package.json @@ -4,20 +4,20 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "3.3.0", + "akiVersion": "3.4.0", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" }, "devDependencies": { - "@types/node": "16.11.62", - "@typescript-eslint/eslint-plugin": "5.38.1", - "@typescript-eslint/parser": "5.38.1", + "@types/node": "16.18.10", + "@typescript-eslint/eslint-plugin": "5.46.1", + "@typescript-eslint/parser": "5.46.1", "bestzip": "2.2.1", - "eslint": "8.24.0", - "fs-extra": "10.1.0", + "eslint": "8.30.0", + "fs-extra": "11.1.0", "glob": "8.0.3", "tsyringe": "4.7.0", - "typescript": "4.8.4" + "typescript": "4.9.4" } } \ No newline at end of file diff --git a/TypeScript/3GetSptConfigFile/package.json b/TypeScript/3GetSptConfigFile/package.json index e14f8bd..c154270 100644 --- a/TypeScript/3GetSptConfigFile/package.json +++ b/TypeScript/3GetSptConfigFile/package.json @@ -4,20 +4,20 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "3.3.0", + "akiVersion": "3.4.0", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" }, "devDependencies": { - "@types/node": "16.11.62", - "@typescript-eslint/eslint-plugin": "5.38.1", - "@typescript-eslint/parser": "5.38.1", + "@types/node": "16.18.10", + "@typescript-eslint/eslint-plugin": "5.46.1", + "@typescript-eslint/parser": "5.46.1", "bestzip": "2.2.1", - "eslint": "8.24.0", - "fs-extra": "10.1.0", + "eslint": "8.30.0", + "fs-extra": "11.1.0", "glob": "8.0.3", "tsyringe": "4.7.0", - "typescript": "4.8.4" + "typescript": "4.9.4" } } \ No newline at end of file diff --git a/TypeScript/4UseACustomConfigFile/package.json b/TypeScript/4UseACustomConfigFile/package.json index 524fec5..0a96348 100644 --- a/TypeScript/4UseACustomConfigFile/package.json +++ b/TypeScript/4UseACustomConfigFile/package.json @@ -4,20 +4,20 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "3.3.0", + "akiVersion": "3.4.0", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" }, "devDependencies": { - "@types/node": "16.11.62", - "@typescript-eslint/eslint-plugin": "5.38.1", - "@typescript-eslint/parser": "5.38.1", + "@types/node": "16.18.10", + "@typescript-eslint/eslint-plugin": "5.46.1", + "@typescript-eslint/parser": "5.46.1", "bestzip": "2.2.1", - "eslint": "8.24.0", - "fs-extra": "10.1.0", + "eslint": "8.30.0", + "fs-extra": "11.1.0", "glob": "8.0.3", "tsyringe": "4.7.0", - "typescript": "4.8.4" + "typescript": "4.9.4" } } \ No newline at end of file diff --git a/TypeScript/5ReplaceMethod/package.json b/TypeScript/5ReplaceMethod/package.json index 11ded29..a33d897 100644 --- a/TypeScript/5ReplaceMethod/package.json +++ b/TypeScript/5ReplaceMethod/package.json @@ -4,20 +4,20 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "3.3.0", + "akiVersion": "3.4.0", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" }, "devDependencies": { - "@types/node": "16.11.62", - "@typescript-eslint/eslint-plugin": "5.38.1", - "@typescript-eslint/parser": "5.38.1", + "@types/node": "16.18.10", + "@typescript-eslint/eslint-plugin": "5.46.1", + "@typescript-eslint/parser": "5.46.1", "bestzip": "2.2.1", - "eslint": "8.24.0", - "fs-extra": "10.1.0", + "eslint": "8.30.0", + "fs-extra": "11.1.0", "glob": "8.0.3", "tsyringe": "4.7.0", - "typescript": "4.8.4" + "typescript": "4.9.4" } } \ No newline at end of file diff --git a/TypeScript/6ReferenceAnotherClass/package.json b/TypeScript/6ReferenceAnotherClass/package.json index 28e2f95..0d75bc6 100644 --- a/TypeScript/6ReferenceAnotherClass/package.json +++ b/TypeScript/6ReferenceAnotherClass/package.json @@ -4,20 +4,20 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "3.3.0", + "akiVersion": "3.4.0", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" }, "devDependencies": { - "@types/node": "16.11.62", - "@typescript-eslint/eslint-plugin": "5.38.1", - "@typescript-eslint/parser": "5.38.1", + "@types/node": "16.18.10", + "@typescript-eslint/eslint-plugin": "5.46.1", + "@typescript-eslint/parser": "5.46.1", "bestzip": "2.2.1", - "eslint": "8.24.0", - "fs-extra": "10.1.0", + "eslint": "8.30.0", + "fs-extra": "11.1.0", "glob": "8.0.3", "tsyringe": "4.7.0", - "typescript": "4.8.4" + "typescript": "4.9.4" } } \ No newline at end of file diff --git a/TypeScript/7OnLoadHook/package.json b/TypeScript/7OnLoadHook/package.json index 39e6d64..47b2f37 100644 --- a/TypeScript/7OnLoadHook/package.json +++ b/TypeScript/7OnLoadHook/package.json @@ -4,20 +4,20 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "3.3.0", + "akiVersion": "3.4.0", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" }, "devDependencies": { - "@types/node": "16.11.62", - "@typescript-eslint/eslint-plugin": "5.38.1", - "@typescript-eslint/parser": "5.38.1", + "@types/node": "16.18.10", + "@typescript-eslint/eslint-plugin": "5.46.1", + "@typescript-eslint/parser": "5.46.1", "bestzip": "2.2.1", - "eslint": "8.24.0", - "fs-extra": "10.1.0", + "eslint": "8.30.0", + "fs-extra": "11.1.0", "glob": "8.0.3", "tsyringe": "4.7.0", - "typescript": "4.8.4" + "typescript": "4.9.4" } } \ No newline at end of file diff --git a/TypeScript/8OnUpdateHook/package.json b/TypeScript/8OnUpdateHook/package.json index c3eaece..116fa92 100644 --- a/TypeScript/8OnUpdateHook/package.json +++ b/TypeScript/8OnUpdateHook/package.json @@ -4,20 +4,20 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "3.3.0", + "akiVersion": "3.4.0", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" }, "devDependencies": { - "@types/node": "16.11.62", - "@typescript-eslint/eslint-plugin": "5.38.1", - "@typescript-eslint/parser": "5.38.1", + "@types/node": "16.18.10", + "@typescript-eslint/eslint-plugin": "5.46.1", + "@typescript-eslint/parser": "5.46.1", "bestzip": "2.2.1", - "eslint": "8.24.0", - "fs-extra": "10.1.0", + "eslint": "8.30.0", + "fs-extra": "11.1.0", "glob": "8.0.3", "tsyringe": "4.7.0", - "typescript": "4.8.4" + "typescript": "4.9.4" } } \ No newline at end of file diff --git a/TypeScript/9RouterHooks/package.json b/TypeScript/9RouterHooks/package.json index 23f8973..6051b65 100644 --- a/TypeScript/9RouterHooks/package.json +++ b/TypeScript/9RouterHooks/package.json @@ -4,20 +4,20 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "3.3.0", + "akiVersion": "3.4.0", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" }, "devDependencies": { - "@types/node": "16.11.62", - "@typescript-eslint/eslint-plugin": "5.38.1", - "@typescript-eslint/parser": "5.38.1", + "@types/node": "16.18.10", + "@typescript-eslint/eslint-plugin": "5.46.1", + "@typescript-eslint/parser": "5.46.1", "bestzip": "2.2.1", - "eslint": "8.24.0", - "fs-extra": "10.1.0", + "eslint": "8.30.0", + "fs-extra": "11.1.0", "glob": "8.0.3", "tsyringe": "4.7.0", - "typescript": "4.8.4" + "typescript": "4.9.4" } } \ No newline at end of file