Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ArrayZoneYour committed May 5, 2023
1 parent 79f811b commit f5d7295
Show file tree
Hide file tree
Showing 28 changed files with 75 additions and 75 deletions.
48 changes: 24 additions & 24 deletions Makefile
Expand Up @@ -432,76 +432,76 @@ publish-all: check-go-version
git push origin main "v$(ESBUILD_VERSION)"

publish-win32-x64: platform-win32-x64
test -n "$(OTP)" && cd npm/@esbuild/win32-x64 && npm publish --otp="$(OTP) --tag lynx --access public"
test -n "$(OTP)" && cd npm/@esbuild/win32-x64 && npm publish --access public --otp="$(OTP)" --tag lynx

publish-win32-ia32: platform-win32-ia32
test -n "$(OTP)" && cd npm/@esbuild/win32-ia32 && npm publish --otp="$(OTP) --tag lynx --access public"
test -n "$(OTP)" && cd npm/@esbuild/win32-ia32 && npm publish --access public --otp="$(OTP)" --tag lynx

publish-win32-arm64: platform-win32-arm64
test -n "$(OTP)" && cd npm/@esbuild/win32-arm64 && npm publish --otp="$(OTP) --tag lynx --access public"
test -n "$(OTP)" && cd npm/@esbuild/win32-arm64 && npm publish --access public --otp="$(OTP)" --tag lynx

publish-android-x64: platform-android-x64
test -n "$(OTP)" && cd npm/@esbuild/android-x64 && npm publish --otp="$(OTP) --tag lynx --access public"
test -n "$(OTP)" && cd npm/@esbuild/android-x64 && npm publish --access public --otp="$(OTP)" --tag lynx

publish-android-arm: platform-android-arm
test -n "$(OTP)" && cd npm/@esbuild/android-arm && npm publish --otp="$(OTP) --tag lynx --access public"
test -n "$(OTP)" && cd npm/@esbuild/android-arm && npm publish --access public --otp="$(OTP)" --tag lynx

publish-android-arm64: platform-android-arm64
test -n "$(OTP)" && cd npm/@esbuild/android-arm64 && npm publish --otp="$(OTP) --tag lynx --access public"
test -n "$(OTP)" && cd npm/@esbuild/android-arm64 && npm publish --access public --otp="$(OTP)" --tag lynx

publish-darwin-x64: platform-darwin-x64
test -n "$(OTP)" && cd npm/@esbuild/darwin-x64 && npm publish --otp="$(OTP) --tag lynx --access public"
test -n "$(OTP)" && cd npm/@esbuild/darwin-x64 && npm publish --access public --otp="$(OTP)" --tag lynx

publish-darwin-arm64: platform-darwin-arm64
test -n "$(OTP)" && cd npm/@esbuild/darwin-arm64 && npm publish --otp="$(OTP) --tag lynx --access public"
test -n "$(OTP)" && cd npm/@esbuild/darwin-arm64 && npm publish --access public --otp="$(OTP)" --tag lynx

publish-freebsd-x64: platform-freebsd-x64
test -n "$(OTP)" && cd npm/@esbuild/freebsd-x64 && npm publish --otp="$(OTP) --tag lynx --access public"
test -n "$(OTP)" && cd npm/@esbuild/freebsd-x64 && npm publish --access public --otp="$(OTP)" --tag lynx

publish-freebsd-arm64: platform-freebsd-arm64
test -n "$(OTP)" && cd npm/@esbuild/freebsd-arm64 && npm publish --otp="$(OTP) --tag lynx --access public"
test -n "$(OTP)" && cd npm/@esbuild/freebsd-arm64 && npm publish --access public --otp="$(OTP)" --tag lynx

publish-netbsd-x64: platform-netbsd-x64
test -n "$(OTP)" && cd npm/@esbuild/netbsd-x64 && npm publish --otp="$(OTP) --tag lynx --access public"
test -n "$(OTP)" && cd npm/@esbuild/netbsd-x64 && npm publish --access public --otp="$(OTP)" --tag lynx

publish-openbsd-x64: platform-openbsd-x64
test -n "$(OTP)" && cd npm/@esbuild/openbsd-x64 && npm publish --otp="$(OTP) --tag lynx --access public"
test -n "$(OTP)" && cd npm/@esbuild/openbsd-x64 && npm publish --access public --otp="$(OTP)" --tag lynx

publish-linux-x64: platform-linux-x64
test -n "$(OTP)" && cd npm/@esbuild/linux-x64 && npm publish --otp="$(OTP) --tag lynx --access public"
test -n "$(OTP)" && cd npm/@esbuild/linux-x64 && npm publish --access public --otp="$(OTP)" --tag lynx

publish-linux-ia32: platform-linux-ia32
test -n "$(OTP)" && cd npm/@esbuild/linux-ia32 && npm publish --otp="$(OTP) --tag lynx --access public"
test -n "$(OTP)" && cd npm/@esbuild/linux-ia32 && npm publish --access public --otp="$(OTP)" --tag lynx

publish-linux-arm: platform-linux-arm
test -n "$(OTP)" && cd npm/@esbuild/linux-arm && npm publish --otp="$(OTP) --tag lynx --access public"
test -n "$(OTP)" && cd npm/@esbuild/linux-arm && npm publish --access public --otp="$(OTP)" --tag lynx

publish-linux-arm64: platform-linux-arm64
test -n "$(OTP)" && cd npm/@esbuild/linux-arm64 && npm publish --otp="$(OTP) --tag lynx --access public"
test -n "$(OTP)" && cd npm/@esbuild/linux-arm64 && npm publish --access public --otp="$(OTP)" --tag lynx

publish-linux-loong64: platform-linux-loong64
test -n "$(OTP)" && cd npm/@esbuild/linux-loong64 && npm publish --otp="$(OTP) --tag lynx --access public"
test -n "$(OTP)" && cd npm/@esbuild/linux-loong64 && npm publish --access public --otp="$(OTP)" --tag lynx

publish-linux-mips64el: platform-linux-mips64el
test -n "$(OTP)" && cd npm/@esbuild/linux-mips64el && npm publish --otp="$(OTP) --tag lynx --access public"
test -n "$(OTP)" && cd npm/@esbuild/linux-mips64el && npm publish --access public --otp="$(OTP)" --tag lynx

publish-linux-ppc64: platform-linux-ppc64
test -n "$(OTP)" && cd npm/@esbuild/linux-ppc64 && npm publish --otp="$(OTP) --tag lynx --access public"
test -n "$(OTP)" && cd npm/@esbuild/linux-ppc64 && npm publish --access public --otp="$(OTP)" --tag lynx

publish-linux-riscv64: platform-linux-riscv64
test -n "$(OTP)" && cd npm/@esbuild/linux-riscv64 && npm publish --otp="$(OTP) --tag lynx --access public"
test -n "$(OTP)" && cd npm/@esbuild/linux-riscv64 && npm publish --access public --otp="$(OTP)" --tag lynx

publish-linux-s390x: platform-linux-s390x
test -n "$(OTP)" && cd npm/@esbuild/linux-s390x && npm publish --otp="$(OTP) --tag lynx --access public"
test -n "$(OTP)" && cd npm/@esbuild/linux-s390x && npm publish --access public --otp="$(OTP)" --tag lynx

publish-sunos-x64: platform-sunos-x64
test -n "$(OTP)" && cd npm/@esbuild/sunos-x64 && npm publish --otp="$(OTP) --tag lynx --access public"
test -n "$(OTP)" && cd npm/@esbuild/sunos-x64 && npm publish --access public --otp="$(OTP)" --tag lynx

publish-wasm: platform-wasm
test -n "$(OTP)" && cd npm/esbuild-wasm && npm publish --otp="$(OTP) --tag lynx --access public"
test -n "$(OTP)" && cd npm/esbuild-wasm && npm publish --access public --otp="$(OTP)" --tag lynx

publish-neutral: platform-neutral
test -n "$(OTP)" && cd npm/esbuild && npm publish --otp="$(OTP) --tag lynx --access public"
test -n "$(OTP)" && cd npm/esbuild && npm publish --access public --otp="$(OTP)" --tag lynx

publish-deno:
test -d deno/.git || (rm -fr deno && git clone git@github.com:esbuild/deno-esbuild.git deno)
Expand Down
2 changes: 1 addition & 1 deletion cmd/esbuild/version.go
@@ -1,3 +1,3 @@
package main

const esbuildVersion = "0.17.18-lynx.0"
const esbuildVersion = "0.17.18-lynx.1"
2 changes: 1 addition & 1 deletion lib/npm/node-install.ts
Expand Up @@ -248,7 +248,7 @@ async function checkAndPreparePackage(): Promise<void> {
try {
// First check for the binary package from our "optionalDependencies". This
// package should have been installed alongside this package at install time.
binPath = require.resolve(`${pkg.replace('@esbuild', '@speedy-js/esbuild')}-${subpath}`)
binPath = require.resolve(`${pkg.replace('@esbuild/', '@speedy-js/esbuild-')}/${subpath}`);
} catch (e) {
console.error(`[esbuild] Failed to find package "${pkg}" on the file system
Expand Down
4 changes: 2 additions & 2 deletions npm/@esbuild/android-arm/package.json
@@ -1,6 +1,6 @@
{
"name": "@esbuild/android-arm",
"version": "0.17.18-lynx.0",
"name": "@speedy-js/esbuild-android-arm",
"version": "0.17.18-lynx.1",
"description": "A WebAssembly shim for esbuild on Android ARM.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/@esbuild/android-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@speedy-js/esbuild-android-arm64",
"version": "0.17.18-lynx.0",
"version": "0.17.18-lynx.1",
"description": "The Android ARM 64-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/@esbuild/android-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@speedy-js/esbuild-android-x64",
"version": "0.17.18-lynx.0",
"version": "0.17.18-lynx.1",
"description": "A WebAssembly shim for esbuild on Android x64.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/@esbuild/darwin-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@speedy-js/esbuild-darwin-arm64",
"version": "0.17.18-lynx.0",
"version": "0.17.18-lynx.1",
"description": "The macOS ARM 64-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/@esbuild/darwin-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@speedy-js/esbuild-darwin-x64",
"version": "0.17.18-lynx.0",
"version": "0.17.18-lynx.1",
"description": "The macOS 64-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/@esbuild/freebsd-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@speedy-js/esbuild-freebsd-arm64",
"version": "0.17.18-lynx.0",
"version": "0.17.18-lynx.1",
"description": "The FreeBSD ARM 64-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/@esbuild/freebsd-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@speedy-js/esbuild-freebsd-x64",
"version": "0.17.18-lynx.0",
"version": "0.17.18-lynx.1",
"description": "The FreeBSD 64-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/@esbuild/linux-arm/package.json
@@ -1,6 +1,6 @@
{
"name": "@speedy-js/esbuild-linux-arm",
"version": "0.17.18-lynx.0",
"version": "0.17.18-lynx.1",
"description": "The Linux ARM binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/@esbuild/linux-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@speedy-js/esbuild-linux-arm64",
"version": "0.17.18-lynx.0",
"version": "0.17.18-lynx.1",
"description": "The Linux ARM 64-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/@esbuild/linux-ia32/package.json
@@ -1,6 +1,6 @@
{
"name": "@speedy-js/esbuild-linux-ia32",
"version": "0.17.18-lynx.0",
"version": "0.17.18-lynx.1",
"description": "The Linux 32-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions npm/@esbuild/linux-loong64/package.json
@@ -1,6 +1,6 @@
{
"name": "@esbuild/linux-loong64",
"version": "0.17.18-lynx.0",
"name": "@speedy-js/esbuild-linux-loong64",
"version": "0.17.18-lynx.1",
"description": "The Linux LoongArch 64-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/@esbuild/linux-mips64el/package.json
@@ -1,6 +1,6 @@
{
"name": "@speedy-js/esbuild-linux-mips64el",
"version": "0.17.18-lynx.0",
"version": "0.17.18-lynx.1",
"description": "The Linux MIPS 64-bit Little Endian binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/@esbuild/linux-ppc64/package.json
@@ -1,6 +1,6 @@
{
"name": "@speedy-js/esbuild-linux-ppc64",
"version": "0.17.18-lynx.0",
"version": "0.17.18-lynx.1",
"description": "The Linux PowerPC 64-bit Little Endian binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/@esbuild/linux-riscv64/package.json
@@ -1,6 +1,6 @@
{
"name": "@speedy-js/esbuild-linux-riscv64",
"version": "0.17.18-lynx.0",
"version": "0.17.18-lynx.1",
"description": "The Linux RISC-V 64-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/@esbuild/linux-s390x/package.json
@@ -1,6 +1,6 @@
{
"name": "@speedy-js/esbuild-linux-s390x",
"version": "0.17.18-lynx.0",
"version": "0.17.18-lynx.1",
"description": "The Linux IBM Z 64-bit Big Endian binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/@esbuild/linux-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@speedy-js/esbuild-linux-x64",
"version": "0.17.18-lynx.0",
"version": "0.17.18-lynx.1",
"description": "The Linux 64-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/@esbuild/netbsd-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@speedy-js/esbuild-netbsd-x64",
"version": "0.17.18-lynx.0",
"version": "0.17.18-lynx.1",
"description": "The NetBSD AMD64 binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/@esbuild/openbsd-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@speedy-js/esbuild-openbsd-x64",
"version": "0.17.18-lynx.0",
"version": "0.17.18-lynx.1",
"description": "The OpenBSD 64-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/@esbuild/sunos-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@speedy-js/esbuild-sunos-x64",
"version": "0.17.18-lynx.0",
"version": "0.17.18-lynx.1",
"description": "The illumos 64-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/@esbuild/win32-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@speedy-js/esbuild-win32-arm64",
"version": "0.17.18-lynx.0",
"version": "0.17.18-lynx.1",
"description": "The Windows ARM 64-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/@esbuild/win32-ia32/package.json
@@ -1,6 +1,6 @@
{
"name": "@speedy-js/esbuild-win32-ia32",
"version": "0.17.18-lynx.0",
"version": "0.17.18-lynx.1",
"description": "The Windows 32-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/@esbuild/win32-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@speedy-js/esbuild-win32-x64",
"version": "0.17.18-lynx.0",
"version": "0.17.18-lynx.1",
"description": "The Windows 64-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-wasm/package.json
@@ -1,6 +1,6 @@
{
"name": "@speedy-js/esbuild-wasm",
"version": "0.17.18-lynx.0",
"version": "0.17.18-lynx.1",
"description": "The cross-platform WebAssembly binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
46 changes: 23 additions & 23 deletions npm/esbuild/package.json
@@ -1,6 +1,6 @@
{
"name": "@speedy-js/esbuild",
"version": "0.17.18-lynx.0",
"version": "0.17.18-lynx.1",
"description": "An extremely fast JavaScript and CSS bundler and minifier.",
"repository": "https://github.com/evanw/esbuild",
"scripts": {
Expand All @@ -15,28 +15,28 @@
"esbuild": "bin/esbuild"
},
"optionalDependencies": {
"@speedy-js/esbuild-android-arm": "0.17.18-lynx.0",
"@speedy-js/esbuild-android-arm64": "0.17.18-lynx.0",
"@speedy-js/esbuild-android-x64": "0.17.18-lynx.0",
"@speedy-js/esbuild-darwin-arm64": "0.17.18-lynx.0",
"@speedy-js/esbuild-darwin-x64": "0.17.18-lynx.0",
"@speedy-js/esbuild-freebsd-arm64": "0.17.18-lynx.0",
"@speedy-js/esbuild-freebsd-x64": "0.17.18-lynx.0",
"@speedy-js/esbuild-linux-arm": "0.17.18-lynx.0",
"@speedy-js/esbuild-linux-arm64": "0.17.18-lynx.0",
"@speedy-js/esbuild-linux-ia32": "0.17.18-lynx.0",
"@speedy-js/esbuild-linux-loong64": "0.17.18-lynx.0",
"@speedy-js/esbuild-linux-mips64el": "0.17.18-lynx.0",
"@speedy-js/esbuild-linux-ppc64": "0.17.18-lynx.0",
"@speedy-js/esbuild-linux-riscv64": "0.17.18-lynx.0",
"@speedy-js/esbuild-linux-s390x": "0.17.18-lynx.0",
"@speedy-js/esbuild-linux-x64": "0.17.18-lynx.0",
"@speedy-js/esbuild-netbsd-x64": "0.17.18-lynx.0",
"@speedy-js/esbuild-openbsd-x64": "0.17.18-lynx.0",
"@speedy-js/esbuild-sunos-x64": "0.17.18-lynx.0",
"@speedy-js/esbuild-win32-arm64": "0.17.18-lynx.0",
"@speedy-js/esbuild-win32-ia32": "0.17.18-lynx.0",
"@speedy-js/esbuild-win32-x64": "0.17.18-lynx.0"
"@speedy-js/esbuild-android-arm": "0.17.18-lynx.1",
"@speedy-js/esbuild-android-arm64": "0.17.18-lynx.1",
"@speedy-js/esbuild-android-x64": "0.17.18-lynx.1",
"@speedy-js/esbuild-darwin-arm64": "0.17.18-lynx.1",
"@speedy-js/esbuild-darwin-x64": "0.17.18-lynx.1",
"@speedy-js/esbuild-freebsd-arm64": "0.17.18-lynx.1",
"@speedy-js/esbuild-freebsd-x64": "0.17.18-lynx.1",
"@speedy-js/esbuild-linux-arm": "0.17.18-lynx.1",
"@speedy-js/esbuild-linux-arm64": "0.17.18-lynx.1",
"@speedy-js/esbuild-linux-ia32": "0.17.18-lynx.1",
"@speedy-js/esbuild-linux-loong64": "0.17.18-lynx.1",
"@speedy-js/esbuild-linux-mips64el": "0.17.18-lynx.1",
"@speedy-js/esbuild-linux-ppc64": "0.17.18-lynx.1",
"@speedy-js/esbuild-linux-riscv64": "0.17.18-lynx.1",
"@speedy-js/esbuild-linux-s390x": "0.17.18-lynx.1",
"@speedy-js/esbuild-linux-x64": "0.17.18-lynx.1",
"@speedy-js/esbuild-netbsd-x64": "0.17.18-lynx.1",
"@speedy-js/esbuild-openbsd-x64": "0.17.18-lynx.1",
"@speedy-js/esbuild-sunos-x64": "0.17.18-lynx.1",
"@speedy-js/esbuild-win32-arm64": "0.17.18-lynx.1",
"@speedy-js/esbuild-win32-ia32": "0.17.18-lynx.1",
"@speedy-js/esbuild-win32-x64": "0.17.18-lynx.1"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion version.txt
@@ -1 +1 @@
0.17.18-lynx.0
0.17.18-lynx.1

0 comments on commit f5d7295

Please sign in to comment.