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",
"version": "1.0.4",
"version": "1.0.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@goauthentik/esbuild-plugin-live-reload",
"version": "1.0.4",
"version": "1.0.5",
"license": "MIT",
"dependencies": {
"find-free-ports": "^3.1.1"

View File

@ -1,9 +1,8 @@
{
"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.",
"license": "MIT",
"private": true,
"scripts": {
"build": "tsc -p ."
},