@stackframe/stack 2.4.22 → 2.4.23

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.
@@ -58,9 +58,9 @@ var import_stack_sc = require("@stackframe/stack-sc");
58
58
  var cookie = __toESM(require("cookie"));
59
59
  var import_sessions = require("@stackframe/stack-shared/dist/sessions");
60
60
  var import_use_trigger = require("@stackframe/stack-shared/dist/hooks/use-trigger");
61
- var import_strings = require("@stackframe/stack-shared/src/utils/strings");
61
+ var import_strings = require("@stackframe/stack-shared/dist/utils/strings");
62
62
  var NextNavigation = (0, import_compile_time.scrambleDuringCompileTime)(NextNavigationUnscrambled);
63
- var clientVersion = "js @stackframe/stack@2.4.22";
63
+ var clientVersion = "js @stackframe/stack@2.4.23";
64
64
  function permissionDefinitionScopeToType(scope) {
65
65
  return { "any-team": "team", "specific-team": "team", "global": "global" }[scope.type];
66
66
  }