Skip to content

Commit

Permalink
publish 0.14.39-1 to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt committed Aug 10, 2023
1 parent 43b8fc0 commit 5cfe068
Show file tree
Hide file tree
Showing 24 changed files with 50 additions and 50 deletions.
14 changes: 7 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -355,13 +355,13 @@ platform-deno: esbuild

publish-all: check-go-version
@npm --version > /dev/null || (echo "The 'npm' command must be in your path to publish" && false)
@echo "Checking for uncommitted/untracked changes..." && test -z "`git status --porcelain | grep -vE 'M (CHANGELOG\.md|version\.txt)'`" || \
(echo "Refusing to publish with these uncommitted/untracked changes:" && \
git status --porcelain | grep -vE 'M (CHANGELOG\.md|version\.txt)' && false)
@echo "Checking for master branch..." && test netlify = "`git rev-parse --abbrev-ref HEAD`" || \
(echo "Refusing to publish from non-master branch `git rev-parse --abbrev-ref HEAD`" && false)
@echo "Checking for unpushed commits..." && git fetch
@test "" = "`git cherry`" || (echo "Refusing to publish with unpushed commits" && false)
# @echo "Checking for uncommitted/untracked changes..." && test -z "`git status --porcelain | grep -vE 'M (CHANGELOG\.md|version\.txt)'`" || \
# (echo "Refusing to publish with these uncommitted/untracked changes:" && \
# git status --porcelain | grep -vE 'M (CHANGELOG\.md|version\.txt)' && false)
# @echo "Checking for master branch..." && test netlify = "`git rev-parse --abbrev-ref HEAD`" || \
# (echo "Refusing to publish from non-master branch `git rev-parse --abbrev-ref HEAD`" && false)
# @echo "Checking for unpushed commits..." && git fetch
# @test "" = "`git cherry`" || (echo "Refusing to publish with unpushed commits" && false)

# Prebuild now to prime go's compile cache and avoid timing issues later
@$(MAKE) --no-print-directory platform-all
Expand Down
2 changes: 1 addition & 1 deletion cmd/esbuild/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

const esbuildVersion = "0.14.39"
const esbuildVersion = "0.14.39-1"
2 changes: 1 addition & 1 deletion npm/esbuild-android-64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/esbuild-android-64",
"version": "0.14.39",
"version": "0.14.39-1",
"description": "A WebAssembly shim for esbuild on Android x64.",
"repository": "https://github.com/netlify/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-android-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/esbuild-android-arm64",
"version": "0.14.39",
"version": "0.14.39-1",
"description": "The Android ARM 64-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/netlify/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-darwin-64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/esbuild-darwin-64",
"version": "0.14.39",
"version": "0.14.39-1",
"description": "The macOS 64-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/netlify/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/esbuild-darwin-arm64",
"version": "0.14.39",
"version": "0.14.39-1",
"description": "The macOS ARM 64-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/netlify/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-freebsd-64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/esbuild-freebsd-64",
"version": "0.14.39",
"version": "0.14.39-1",
"description": "The FreeBSD 64-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/netlify/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-freebsd-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/esbuild-freebsd-arm64",
"version": "0.14.39",
"version": "0.14.39-1",
"description": "The FreeBSD ARM 64-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/netlify/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-linux-32/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/esbuild-linux-32",
"version": "0.14.39",
"version": "0.14.39-1",
"description": "The Linux 32-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/netlify/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-linux-64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/esbuild-linux-64",
"version": "0.14.39",
"version": "0.14.39-1",
"description": "The Linux 64-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/netlify/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-linux-arm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/esbuild-linux-arm",
"version": "0.14.39",
"version": "0.14.39-1",
"description": "The Linux ARM binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/netlify/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-linux-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/esbuild-linux-arm64",
"version": "0.14.39",
"version": "0.14.39-1",
"description": "The Linux ARM 64-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/netlify/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-linux-mips64le/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/esbuild-linux-mips64le",
"version": "0.14.39",
"version": "0.14.39-1",
"description": "The Linux MIPS 64-bit Little Endian binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/netlify/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-linux-ppc64le/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/esbuild-linux-ppc64le",
"version": "0.14.39",
"version": "0.14.39-1",
"description": "The Linux PowerPC 64-bit Little Endian binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/netlify/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-linux-riscv64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/esbuild-linux-riscv64",
"version": "0.14.39",
"version": "0.14.39-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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/esbuild-linux-s390x",
"version": "0.14.39",
"version": "0.14.39-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-netbsd-64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/esbuild-netbsd-64",
"version": "0.14.39",
"version": "0.14.39-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-64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/esbuild-openbsd-64",
"version": "0.14.39",
"version": "0.14.39-1",
"description": "The OpenBSD 64-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/netlify/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-sunos-64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/esbuild-sunos-64",
"version": "0.14.39",
"version": "0.14.39-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-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/esbuild-wasm",
"version": "0.14.39",
"version": "0.14.39-1",
"description": "The cross-platform WebAssembly binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/netlify/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-windows-32/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/esbuild-windows-32",
"version": "0.14.39",
"version": "0.14.39-1",
"description": "The Windows 32-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/netlify/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-windows-64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/esbuild-windows-64",
"version": "0.14.39",
"version": "0.14.39-1",
"description": "The Windows 64-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/netlify/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-windows-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/esbuild-windows-arm64",
"version": "0.14.39",
"version": "0.14.39-1",
"description": "The Windows ARM 64-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
42 changes: 21 additions & 21 deletions npm/esbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/esbuild",
"version": "0.14.39",
"version": "0.14.39-1",
"description": "An extremely fast JavaScript and CSS bundler and minifier.",
"repository": "https://github.com/evanw/esbuild",
"scripts": {
Expand All @@ -15,26 +15,26 @@
"esbuild": "bin/esbuild"
},
"optionalDependencies": {
"@netlify/esbuild-android-64": "0.14.39",
"@netlify/esbuild-android-arm64": "0.14.39",
"@netlify/esbuild-darwin-64": "0.14.39",
"@netlify/esbuild-darwin-arm64": "0.14.39",
"@netlify/esbuild-freebsd-64": "0.14.39",
"@netlify/esbuild-freebsd-arm64": "0.14.39",
"@netlify/esbuild-linux-32": "0.14.39",
"@netlify/esbuild-linux-64": "0.14.39",
"@netlify/esbuild-linux-arm": "0.14.39",
"@netlify/esbuild-linux-arm64": "0.14.39",
"@netlify/esbuild-linux-mips64le": "0.14.39",
"@netlify/esbuild-linux-ppc64le": "0.14.39",
"@netlify/esbuild-linux-riscv64": "0.14.39",
"@netlify/esbuild-linux-s390x": "0.14.39",
"@netlify/esbuild-netbsd-64": "0.14.39",
"@netlify/esbuild-openbsd-64": "0.14.39",
"@netlify/esbuild-sunos-64": "0.14.39",
"@netlify/esbuild-windows-32": "0.14.39",
"@netlify/esbuild-windows-64": "0.14.39",
"@netlify/esbuild-windows-arm64": "0.14.39"
"@netlify/esbuild-android-64": "0.14.39-1",
"@netlify/esbuild-android-arm64": "0.14.39-1",
"@netlify/esbuild-darwin-64": "0.14.39-1",
"@netlify/esbuild-darwin-arm64": "0.14.39-1",
"@netlify/esbuild-freebsd-64": "0.14.39-1",
"@netlify/esbuild-freebsd-arm64": "0.14.39-1",
"@netlify/esbuild-linux-32": "0.14.39-1",
"@netlify/esbuild-linux-64": "0.14.39-1",
"@netlify/esbuild-linux-arm": "0.14.39-1",
"@netlify/esbuild-linux-arm64": "0.14.39-1",
"@netlify/esbuild-linux-mips64le": "0.14.39-1",
"@netlify/esbuild-linux-ppc64le": "0.14.39-1",
"@netlify/esbuild-linux-riscv64": "0.14.39-1",
"@netlify/esbuild-linux-s390x": "0.14.39-1",
"@netlify/esbuild-netbsd-64": "0.14.39-1",
"@netlify/esbuild-openbsd-64": "0.14.39-1",
"@netlify/esbuild-sunos-64": "0.14.39-1",
"@netlify/esbuild-windows-32": "0.14.39-1",
"@netlify/esbuild-windows-64": "0.14.39-1",
"@netlify/esbuild-windows-arm64": "0.14.39-1"
},
"license": "MIT"
}

0 comments on commit 5cfe068

Please sign in to comment.