@ibgib/space-gib 0.0.24 → 0.0.26
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 +1 -1
- package/dist/client/{chunk-7PVWSU7S.mjs → chunk-4S4RYXGE.mjs} +1 -1
- package/dist/client/{chunk-XCTEIL2Y.mjs → chunk-CITOSYSX.mjs} +1 -1
- package/dist/client/{chunk-4OYF47M6.mjs → chunk-GL6JISTC.mjs} +1 -1
- package/dist/client/index.mjs +25 -25
- package/dist/client/script.mjs +1 -1
- package/dist/server/server.mjs +1 -1
- package/package.json +4 -4
- package/src/client/AUTO-GENERATED-version.mts +1 -1
package/dist/client/script.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{l as e}from"./chunk-
|
|
1
|
+
import{l as e}from"./chunk-CITOSYSX.mjs";import"./chunk-4S4RYXGE.mjs";console.log("space-gib early script executing...");e();
|
package/dist/server/server.mjs
CHANGED
|
@@ -25802,7 +25802,7 @@ async function authenticateContextIntrinsically({
|
|
|
25802
25802
|
throw new Error(`(UNEXPECTED) sagaFrame.data falsy? (E: b61cc82d25984c92f75db74a5a855b26)`);
|
|
25803
25803
|
}
|
|
25804
25804
|
if (!currSessionIdentity) {
|
|
25805
|
-
console.error(`${lc2}[NAG]
|
|
25805
|
+
console.error(`${lc2}[NAG] (NOT THROWN) sagaFrame.data.sessionIdentityTjpAddr logic needs to be added in coordinator (E: 4fc47800a1086c917a47381824280826)`);
|
|
25806
25806
|
if (sagaFrame.data.sessionIdentityTjpAddr) {
|
|
25807
25807
|
errors.push("Context has no session identity, but sync saga frame shows a session identity (sagaFrame.data.sessionIdentityTjpAddr is truthy). (E: 69dd6cdc2e1859c0f3d62958c4339826)");
|
|
25808
25808
|
return errors;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ibgib/space-gib",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.26",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "ibgib storage and provider service — SaaS at ibgib.space",
|
|
6
6
|
"scripts": {
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
"build:test": "tsc -p tsconfig.test.json"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@ibgib/core-gib": "^0.1.
|
|
15
|
+
"@ibgib/core-gib": "^0.1.82",
|
|
16
16
|
"@ibgib/helper-gib": "^0.0.39",
|
|
17
17
|
"@ibgib/ts-gib": "^0.5.36",
|
|
18
|
-
"@ibgib/web-gib": "^0.0.
|
|
19
|
-
"@ibgib/node-gib": "^0.0.
|
|
18
|
+
"@ibgib/web-gib": "^0.0.68",
|
|
19
|
+
"@ibgib/node-gib": "^0.0.27"
|
|
20
20
|
},
|
|
21
21
|
"engines": {
|
|
22
22
|
"node": ">=20.0.0"
|