1 Commits
1.0.4 ... 1.0.5

Author SHA1 Message Date
7c142eb677 Error Global Name 2026-03-31 17:54:19 +02:00
4 changed files with 5 additions and 5 deletions

View File

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

File diff suppressed because one or more lines are too long

View File

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

View File

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