From b29d23e1715f9026ba7702955ba0bfe5cbb312f7 Mon Sep 17 00:00:00 2001 From: "Nikola R. Hristov" Date: Thu, 28 Mar 2024 02:45:14 +0200 Subject: [PATCH] 0.4.9 --- CODE_OF_CONDUCT.md | 2 +- CONTRIBUTING.md | 2 +- Target/Class/TypeScriptESBuild.js | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 2da8999e..2a614358 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -74,7 +74,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at -Community@Playform.Cloud. All complaints will be reviewed and investigated +Community@playform.cloud. All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the reporter of any incident. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4e81efa4..323d746c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,7 +62,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at -Community@Playform.Cloud. All complaints will be reviewed and investigated +Community@playform.cloud. All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the reporter of any incident. diff --git a/Target/Class/TypeScriptESBuild.js b/Target/Class/TypeScriptESBuild.js index fddbb268..44c4f07d 100644 --- a/Target/Class/TypeScriptESBuild.js +++ b/Target/Class/TypeScriptESBuild.js @@ -1,2 +1,2 @@ #!/usr/bin/env node -var i=new(await import("commander")).Command().name("TypeScriptESBuild").version("0.4.8").description("\u{1F300} Build TypeScript.").argument("","Build File.").option("-ES, --ESBuild ","ESBuild Configuration.").option("-TS, --TypeScript ","TypeScript Configuration.").action((await import("../Function/Build.js")).default).parse();export{i as default}; +var i=new(await import("commander")).Command().name("TypeScriptESBuild").version("0.4.9").description("\u{1F300}\u2000Build TypeScript.").argument("","Build File.").option("-ES, --ESBuild ","ESBuild Configuration.").option("-TS, --TypeScript ","TypeScript Configuration.").action((await import("../Function/Build.js")).default).parse();export{i as default}; diff --git a/package.json b/package.json index 9c56b7ee..62f7ebbe 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "license": "SEE LICENSE IN LICENSE", "author": { "name": "Playform", - "email": "Hello@Playform.Cloud", + "email": "hello@playform.cloud", "url": "https://playform.cloud" }, "type": "module",