From f02e87e6e403aa7c03624d0f9d2c33a854d66560 Mon Sep 17 00:00:00 2001 From: Hendra Gunawan <48410066+JadlionHD@users.noreply.github.com> Date: Sat, 23 Nov 2024 01:41:12 +0700 Subject: [PATCH] 2.0.0 --- npm/android-arm-eabi/README.md | 4 ++-- npm/android-arm-eabi/package.json | 2 +- npm/android-arm64/README.md | 4 ++-- npm/android-arm64/package.json | 2 +- npm/darwin-arm64/README.md | 4 ++-- npm/darwin-arm64/package.json | 2 +- npm/darwin-universal/README.md | 4 ++-- npm/darwin-universal/package.json | 2 +- npm/darwin-x64/README.md | 4 ++-- npm/darwin-x64/package.json | 2 +- npm/freebsd-x64/README.md | 4 ++-- npm/freebsd-x64/package.json | 2 +- npm/linux-arm-gnueabihf/README.md | 4 ++-- npm/linux-arm-gnueabihf/package.json | 2 +- npm/linux-arm-musleabihf/README.md | 4 ++-- npm/linux-arm-musleabihf/package.json | 2 +- npm/linux-arm64-gnu/README.md | 4 ++-- npm/linux-arm64-gnu/package.json | 2 +- npm/linux-arm64-musl/README.md | 4 ++-- npm/linux-arm64-musl/package.json | 2 +- npm/linux-riscv64-gnu/README.md | 4 ++-- npm/linux-riscv64-gnu/package.json | 2 +- npm/linux-x64-gnu/README.md | 4 ++-- npm/linux-x64-gnu/package.json | 2 +- npm/linux-x64-musl/README.md | 4 ++-- npm/linux-x64-musl/package.json | 2 +- npm/win32-arm64-msvc/README.md | 4 ++-- npm/win32-arm64-msvc/package.json | 2 +- npm/win32-ia32-msvc/README.md | 4 ++-- npm/win32-ia32-msvc/package.json | 2 +- npm/win32-x64-msvc/README.md | 4 ++-- npm/win32-x64-msvc/package.json | 2 +- package.json | 20 +++++++++++++++++++- 33 files changed, 67 insertions(+), 49 deletions(-) diff --git a/npm/android-arm-eabi/README.md b/npm/android-arm-eabi/README.md index cd09775..3ea8d4d 100644 --- a/npm/android-arm-eabi/README.md +++ b/npm/android-arm-eabi/README.md @@ -1,3 +1,3 @@ -# `-android-arm-eabi` +# `growtopia.js-android-arm-eabi` -This is the **armv7-linux-androideabi** binary for `` +This is the **armv7-linux-androideabi** binary for `growtopia.js` diff --git a/npm/android-arm-eabi/package.json b/npm/android-arm-eabi/package.json index ba2d366..d9a8623 100644 --- a/npm/android-arm-eabi/package.json +++ b/npm/android-arm-eabi/package.json @@ -1,5 +1,5 @@ { - "name": "-android-arm-eabi", + "name": "growtopia.js-android-arm-eabi", "version": "2.0.0", "os": [ "android" diff --git a/npm/android-arm64/README.md b/npm/android-arm64/README.md index cf5cac2..b752ec9 100644 --- a/npm/android-arm64/README.md +++ b/npm/android-arm64/README.md @@ -1,3 +1,3 @@ -# `-android-arm64` +# `growtopia.js-android-arm64` -This is the **aarch64-linux-android** binary for `` +This is the **aarch64-linux-android** binary for `growtopia.js` diff --git a/npm/android-arm64/package.json b/npm/android-arm64/package.json index 9904351..57002b7 100644 --- a/npm/android-arm64/package.json +++ b/npm/android-arm64/package.json @@ -1,5 +1,5 @@ { - "name": "-android-arm64", + "name": "growtopia.js-android-arm64", "version": "2.0.0", "os": [ "android" diff --git a/npm/darwin-arm64/README.md b/npm/darwin-arm64/README.md index be12d45..7e50b4f 100644 --- a/npm/darwin-arm64/README.md +++ b/npm/darwin-arm64/README.md @@ -1,3 +1,3 @@ -# `-darwin-arm64` +# `growtopia.js-darwin-arm64` -This is the **aarch64-apple-darwin** binary for `` +This is the **aarch64-apple-darwin** binary for `growtopia.js` diff --git a/npm/darwin-arm64/package.json b/npm/darwin-arm64/package.json index b8d2cbe..ac34e35 100644 --- a/npm/darwin-arm64/package.json +++ b/npm/darwin-arm64/package.json @@ -1,5 +1,5 @@ { - "name": "-darwin-arm64", + "name": "growtopia.js-darwin-arm64", "version": "2.0.0", "os": [ "darwin" diff --git a/npm/darwin-universal/README.md b/npm/darwin-universal/README.md index 2274c9e..febb55a 100644 --- a/npm/darwin-universal/README.md +++ b/npm/darwin-universal/README.md @@ -1,3 +1,3 @@ -# `-darwin-universal` +# `growtopia.js-darwin-universal` -This is the **universal-apple-darwin** binary for `` +This is the **universal-apple-darwin** binary for `growtopia.js` diff --git a/npm/darwin-universal/package.json b/npm/darwin-universal/package.json index e48384c..12e704c 100644 --- a/npm/darwin-universal/package.json +++ b/npm/darwin-universal/package.json @@ -1,5 +1,5 @@ { - "name": "-darwin-universal", + "name": "growtopia.js-darwin-universal", "version": "2.0.0", "os": [ "darwin" diff --git a/npm/darwin-x64/README.md b/npm/darwin-x64/README.md index 7ad2fac..b030477 100644 --- a/npm/darwin-x64/README.md +++ b/npm/darwin-x64/README.md @@ -1,3 +1,3 @@ -# `-darwin-x64` +# `growtopia.js-darwin-x64` -This is the **x86_64-apple-darwin** binary for `` +This is the **x86_64-apple-darwin** binary for `growtopia.js` diff --git a/npm/darwin-x64/package.json b/npm/darwin-x64/package.json index 4b4e77d..5916467 100644 --- a/npm/darwin-x64/package.json +++ b/npm/darwin-x64/package.json @@ -1,5 +1,5 @@ { - "name": "-darwin-x64", + "name": "growtopia.js-darwin-x64", "version": "2.0.0", "os": [ "darwin" diff --git a/npm/freebsd-x64/README.md b/npm/freebsd-x64/README.md index 985ea7f..7466d4f 100644 --- a/npm/freebsd-x64/README.md +++ b/npm/freebsd-x64/README.md @@ -1,3 +1,3 @@ -# `-freebsd-x64` +# `growtopia.js-freebsd-x64` -This is the **x86_64-unknown-freebsd** binary for `` +This is the **x86_64-unknown-freebsd** binary for `growtopia.js` diff --git a/npm/freebsd-x64/package.json b/npm/freebsd-x64/package.json index 57037b8..4b4b29e 100644 --- a/npm/freebsd-x64/package.json +++ b/npm/freebsd-x64/package.json @@ -1,5 +1,5 @@ { - "name": "-freebsd-x64", + "name": "growtopia.js-freebsd-x64", "version": "2.0.0", "os": [ "freebsd" diff --git a/npm/linux-arm-gnueabihf/README.md b/npm/linux-arm-gnueabihf/README.md index d45019b..b97b3af 100644 --- a/npm/linux-arm-gnueabihf/README.md +++ b/npm/linux-arm-gnueabihf/README.md @@ -1,3 +1,3 @@ -# `-linux-arm-gnueabihf` +# `growtopia.js-linux-arm-gnueabihf` -This is the **armv7-unknown-linux-gnueabihf** binary for `` +This is the **armv7-unknown-linux-gnueabihf** binary for `growtopia.js` diff --git a/npm/linux-arm-gnueabihf/package.json b/npm/linux-arm-gnueabihf/package.json index 4df450b..29adfc1 100644 --- a/npm/linux-arm-gnueabihf/package.json +++ b/npm/linux-arm-gnueabihf/package.json @@ -1,5 +1,5 @@ { - "name": "-linux-arm-gnueabihf", + "name": "growtopia.js-linux-arm-gnueabihf", "version": "2.0.0", "os": [ "linux" diff --git a/npm/linux-arm-musleabihf/README.md b/npm/linux-arm-musleabihf/README.md index c8834e0..8be6dbc 100644 --- a/npm/linux-arm-musleabihf/README.md +++ b/npm/linux-arm-musleabihf/README.md @@ -1,3 +1,3 @@ -# `-linux-arm-musleabihf` +# `growtopia.js-linux-arm-musleabihf` -This is the **armv7-unknown-linux-musleabihf** binary for `` +This is the **armv7-unknown-linux-musleabihf** binary for `growtopia.js` diff --git a/npm/linux-arm-musleabihf/package.json b/npm/linux-arm-musleabihf/package.json index cb46200..b548cb7 100644 --- a/npm/linux-arm-musleabihf/package.json +++ b/npm/linux-arm-musleabihf/package.json @@ -1,5 +1,5 @@ { - "name": "-linux-arm-musleabihf", + "name": "growtopia.js-linux-arm-musleabihf", "version": "2.0.0", "os": [ "linux" diff --git a/npm/linux-arm64-gnu/README.md b/npm/linux-arm64-gnu/README.md index fcb1fa3..29a7646 100644 --- a/npm/linux-arm64-gnu/README.md +++ b/npm/linux-arm64-gnu/README.md @@ -1,3 +1,3 @@ -# `-linux-arm64-gnu` +# `growtopia.js-linux-arm64-gnu` -This is the **aarch64-unknown-linux-gnu** binary for `` +This is the **aarch64-unknown-linux-gnu** binary for `growtopia.js` diff --git a/npm/linux-arm64-gnu/package.json b/npm/linux-arm64-gnu/package.json index 5759dcb..be98614 100644 --- a/npm/linux-arm64-gnu/package.json +++ b/npm/linux-arm64-gnu/package.json @@ -1,5 +1,5 @@ { - "name": "-linux-arm64-gnu", + "name": "growtopia.js-linux-arm64-gnu", "version": "2.0.0", "os": [ "linux" diff --git a/npm/linux-arm64-musl/README.md b/npm/linux-arm64-musl/README.md index 33b90ab..9766937 100644 --- a/npm/linux-arm64-musl/README.md +++ b/npm/linux-arm64-musl/README.md @@ -1,3 +1,3 @@ -# `-linux-arm64-musl` +# `growtopia.js-linux-arm64-musl` -This is the **aarch64-unknown-linux-musl** binary for `` +This is the **aarch64-unknown-linux-musl** binary for `growtopia.js` diff --git a/npm/linux-arm64-musl/package.json b/npm/linux-arm64-musl/package.json index a8d78f7..340147f 100644 --- a/npm/linux-arm64-musl/package.json +++ b/npm/linux-arm64-musl/package.json @@ -1,5 +1,5 @@ { - "name": "-linux-arm64-musl", + "name": "growtopia.js-linux-arm64-musl", "version": "2.0.0", "os": [ "linux" diff --git a/npm/linux-riscv64-gnu/README.md b/npm/linux-riscv64-gnu/README.md index cd132ca..f2a90ab 100644 --- a/npm/linux-riscv64-gnu/README.md +++ b/npm/linux-riscv64-gnu/README.md @@ -1,3 +1,3 @@ -# `-linux-riscv64-gnu` +# `growtopia.js-linux-riscv64-gnu` -This is the **riscv64gc-unknown-linux-gnu** binary for `` +This is the **riscv64gc-unknown-linux-gnu** binary for `growtopia.js` diff --git a/npm/linux-riscv64-gnu/package.json b/npm/linux-riscv64-gnu/package.json index f7473f8..e7569a7 100644 --- a/npm/linux-riscv64-gnu/package.json +++ b/npm/linux-riscv64-gnu/package.json @@ -1,5 +1,5 @@ { - "name": "-linux-riscv64-gnu", + "name": "growtopia.js-linux-riscv64-gnu", "version": "2.0.0", "os": [ "linux" diff --git a/npm/linux-x64-gnu/README.md b/npm/linux-x64-gnu/README.md index ef20e0a..44f9c43 100644 --- a/npm/linux-x64-gnu/README.md +++ b/npm/linux-x64-gnu/README.md @@ -1,3 +1,3 @@ -# `-linux-x64-gnu` +# `growtopia.js-linux-x64-gnu` -This is the **x86_64-unknown-linux-gnu** binary for `` +This is the **x86_64-unknown-linux-gnu** binary for `growtopia.js` diff --git a/npm/linux-x64-gnu/package.json b/npm/linux-x64-gnu/package.json index 7542f34..2100c2b 100644 --- a/npm/linux-x64-gnu/package.json +++ b/npm/linux-x64-gnu/package.json @@ -1,5 +1,5 @@ { - "name": "-linux-x64-gnu", + "name": "growtopia.js-linux-x64-gnu", "version": "2.0.0", "os": [ "linux" diff --git a/npm/linux-x64-musl/README.md b/npm/linux-x64-musl/README.md index a8ef7fa..a81cacd 100644 --- a/npm/linux-x64-musl/README.md +++ b/npm/linux-x64-musl/README.md @@ -1,3 +1,3 @@ -# `-linux-x64-musl` +# `growtopia.js-linux-x64-musl` -This is the **x86_64-unknown-linux-musl** binary for `` +This is the **x86_64-unknown-linux-musl** binary for `growtopia.js` diff --git a/npm/linux-x64-musl/package.json b/npm/linux-x64-musl/package.json index fe76286..a9c724f 100644 --- a/npm/linux-x64-musl/package.json +++ b/npm/linux-x64-musl/package.json @@ -1,5 +1,5 @@ { - "name": "-linux-x64-musl", + "name": "growtopia.js-linux-x64-musl", "version": "2.0.0", "os": [ "linux" diff --git a/npm/win32-arm64-msvc/README.md b/npm/win32-arm64-msvc/README.md index 6e30605..b3801f1 100644 --- a/npm/win32-arm64-msvc/README.md +++ b/npm/win32-arm64-msvc/README.md @@ -1,3 +1,3 @@ -# `-win32-arm64-msvc` +# `growtopia.js-win32-arm64-msvc` -This is the **aarch64-pc-windows-msvc** binary for `` +This is the **aarch64-pc-windows-msvc** binary for `growtopia.js` diff --git a/npm/win32-arm64-msvc/package.json b/npm/win32-arm64-msvc/package.json index 4aa550f..10564cf 100644 --- a/npm/win32-arm64-msvc/package.json +++ b/npm/win32-arm64-msvc/package.json @@ -1,5 +1,5 @@ { - "name": "-win32-arm64-msvc", + "name": "growtopia.js-win32-arm64-msvc", "version": "2.0.0", "os": [ "win32" diff --git a/npm/win32-ia32-msvc/README.md b/npm/win32-ia32-msvc/README.md index cab1797..37e55c5 100644 --- a/npm/win32-ia32-msvc/README.md +++ b/npm/win32-ia32-msvc/README.md @@ -1,3 +1,3 @@ -# `-win32-ia32-msvc` +# `growtopia.js-win32-ia32-msvc` -This is the **i686-pc-windows-msvc** binary for `` +This is the **i686-pc-windows-msvc** binary for `growtopia.js` diff --git a/npm/win32-ia32-msvc/package.json b/npm/win32-ia32-msvc/package.json index 73e6d1f..fc907cb 100644 --- a/npm/win32-ia32-msvc/package.json +++ b/npm/win32-ia32-msvc/package.json @@ -1,5 +1,5 @@ { - "name": "-win32-ia32-msvc", + "name": "growtopia.js-win32-ia32-msvc", "version": "2.0.0", "os": [ "win32" diff --git a/npm/win32-x64-msvc/README.md b/npm/win32-x64-msvc/README.md index f6a7ae9..dd838ad 100644 --- a/npm/win32-x64-msvc/README.md +++ b/npm/win32-x64-msvc/README.md @@ -1,3 +1,3 @@ -# `-win32-x64-msvc` +# `growtopia.js-win32-x64-msvc` -This is the **x86_64-pc-windows-msvc** binary for `` +This is the **x86_64-pc-windows-msvc** binary for `growtopia.js` diff --git a/npm/win32-x64-msvc/package.json b/npm/win32-x64-msvc/package.json index e03f295..a0f19dc 100644 --- a/npm/win32-x64-msvc/package.json +++ b/npm/win32-x64-msvc/package.json @@ -1,5 +1,5 @@ { - "name": "-win32-x64-msvc", + "name": "growtopia.js-win32-x64-msvc", "version": "2.0.0", "os": [ "win32" diff --git a/package.json b/package.json index 9ed5bb9..6161b51 100644 --- a/package.json +++ b/package.json @@ -75,5 +75,23 @@ "test": "ava", "universal": "napi universal", "version": "napi version" + }, + "optionalDependencies": { + "growtopia.js-win32-x64-msvc": "2.0.0", + "growtopia.js-darwin-x64": "2.0.0", + "growtopia.js-linux-x64-gnu": "2.0.0", + "growtopia.js-darwin-arm64": "2.0.0", + "growtopia.js-android-arm64": "2.0.0", + "growtopia.js-linux-arm64-gnu": "2.0.0", + "growtopia.js-linux-arm64-musl": "2.0.0", + "growtopia.js-win32-arm64-msvc": "2.0.0", + "growtopia.js-linux-arm-gnueabihf": "2.0.0", + "growtopia.js-linux-arm-musleabihf": "2.0.0", + "growtopia.js-linux-x64-musl": "2.0.0", + "growtopia.js-freebsd-x64": "2.0.0", + "growtopia.js-win32-ia32-msvc": "2.0.0", + "growtopia.js-android-arm-eabi": "2.0.0", + "growtopia.js-darwin-universal": "2.0.0", + "growtopia.js-linux-riscv64-gnu": "2.0.0" } -} +} \ No newline at end of file