esbuild-plugin-live-reload: Publish. (#14624)

This commit is contained in:
Teffen Ellis
2025-05-21 22:32:36 +02:00
committed by GitHub
parent 614740a4ff
commit 74268500b0
2 changed files with 3 additions and 4 deletions

View File

@ -1,12 +1,12 @@
{ {
"name": "@goauthentik/esbuild-plugin-live-reload", "name": "@goauthentik/esbuild-plugin-live-reload",
"version": "1.0.4", "version": "1.0.5",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@goauthentik/esbuild-plugin-live-reload", "name": "@goauthentik/esbuild-plugin-live-reload",
"version": "1.0.4", "version": "1.0.5",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"find-free-ports": "^3.1.1" "find-free-ports": "^3.1.1"

View File

@ -1,9 +1,8 @@
{ {
"name": "@goauthentik/esbuild-plugin-live-reload", "name": "@goauthentik/esbuild-plugin-live-reload",
"version": "1.0.4", "version": "1.0.5",
"description": "ESBuild plugin to watch for file changes and trigger client-side reloads.", "description": "ESBuild plugin to watch for file changes and trigger client-side reloads.",
"license": "MIT", "license": "MIT",
"private": true,
"scripts": { "scripts": {
"build": "tsc -p ." "build": "tsc -p ."
}, },