Error Global Name

This commit is contained in:
2026-03-31 17:54:19 +02:00
parent 70a38f504b
commit 7c142eb677
4 changed files with 5 additions and 5 deletions

View File

@@ -1673,4 +1673,4 @@ var SigProUI = (function (exports, sigpro) {
return exports;
})({}, SigProCore);
})({}, SigPro);

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
{
"name": "sigpro-ui",
"version": "1.0.4",
"version": "1.0.5",
"repository": {
"type": "git",
"url": "https://github.com/natxocc/sigpro-ui.git"

View File

@@ -28,7 +28,7 @@ export default [
format: 'iife',
name: 'SigProUI',
globals: {
sigpro: 'SigProCore'
sigpro: 'SigPro'
}
}
},
@@ -41,7 +41,7 @@ export default [
format: 'iife',
name: 'SigProUI',
globals: {
sigpro: 'SigProCore'
sigpro: 'SigPro'
},
plugins: [terser()]
}