@ibgib/space-gib 0.0.16 → 0.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/bootstrap.mjs +34 -35
- package/dist/client/chunk-3KXGJIIO.mjs +18 -0
- package/dist/client/chunk-UWWP4CK6.mjs +2665 -0
- package/dist/client/index.mjs +7 -12
- package/dist/client/script.mjs +1 -2
- package/dist/server/server.mjs +372 -358
- package/ibgib_e2e_error.log +85 -0
- package/package.json +6 -6
- package/src/client/AUTO-GENERATED-version.mts +1 -1
- package/src/client/bootstrap.mts +18 -2
- package/src/server/server.mts +16 -4
- package/dist/client/bootstrap.mjs.map +0 -7
- package/dist/client/chunk-6BYQ5JSY.mjs +0 -19
- package/dist/client/chunk-6BYQ5JSY.mjs.map +0 -7
- package/dist/client/chunk-QPR6ILY2.mjs +0 -2507
- package/dist/client/chunk-QPR6ILY2.mjs.map +0 -7
- package/dist/client/index.mjs.map +0 -7
- package/dist/client/script.mjs.map +0 -7
- package/dist/server/server.mjs.map +0 -7
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../src/client/script.mts"],
|
|
4
|
-
"sourcesContent": ["/**\n * script.mts\n *\n * Early initialization script for the space-gib SPA.\n * Runs as soon as the HTML is parsed (before DOMContentLoaded).\n */\n\nconsole.log('space-gib early script executing...');\n\nimport { getSpaceGibShellSvc } from \"./ui/shell/space-gib-shell-service.mjs\";\n\n// Initialize the UI shell singleton\ngetSpaceGibShellSvc();\n"],
|
|
5
|
-
"mappings": "sEAOA,QAAQ,IAAI,qCAAqC,EAKjDA,EAAoB",
|
|
6
|
-
"names": ["getSpaceGibShellSvc"]
|
|
7
|
-
}
|