@ibgib/space-gib 0.0.25 → 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.
@@ -1 +1 @@
1
- import{l as e}from"./chunk-KQUAM2F6.mjs";import"./chunk-AGISDFVA.mjs";console.log("space-gib early script executing...");e();
1
+ import{l as e}from"./chunk-CITOSYSX.mjs";import"./chunk-4S4RYXGE.mjs";console.log("space-gib early script executing...");e();
@@ -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][not thrown] sagaFrame.data.sessionIdentityTjpAddr logic needs to be added in coordinator (E: 4fc47800a1086c917a47381824280826)`);
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.25",
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.81",
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.67",
19
- "@ibgib/node-gib": "^0.0.26"
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"
@@ -8,4 +8,4 @@
8
8
  /**
9
9
  * Version of space-gib, auto-updated by the build process.
10
10
  */
11
- export const AUTO_GENERATED_VERSION = '0.0.25';
11
+ export const AUTO_GENERATED_VERSION = '0.0.26';