@stackframe/stack 2.4.9 → 2.4.10
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.
|
@@ -20,7 +20,7 @@ import { scrambleDuringCompileTime } from "@stackframe/stack-shared/dist/utils/c
|
|
|
20
20
|
import { isReactServer } from "@stackframe/stack-sc";
|
|
21
21
|
import * as cookie from "cookie";
|
|
22
22
|
var NextNavigation = scrambleDuringCompileTime(NextNavigationUnscrambled);
|
|
23
|
-
var clientVersion = "js @stackframe/stack@2.4.
|
|
23
|
+
var clientVersion = "js @stackframe/stack@2.4.10";
|
|
24
24
|
function permissionDefinitionScopeToType(scope) {
|
|
25
25
|
return { "any-team": "team", "specific-team": "team", "global": "global" }[scope.type];
|
|
26
26
|
}
|
package/dist/lib/stack-app.js
CHANGED
|
@@ -57,7 +57,7 @@ var import_compile_time = require("@stackframe/stack-shared/dist/utils/compile-t
|
|
|
57
57
|
var import_stack_sc = require("@stackframe/stack-sc");
|
|
58
58
|
var cookie = __toESM(require("cookie"));
|
|
59
59
|
var NextNavigation = (0, import_compile_time.scrambleDuringCompileTime)(NextNavigationUnscrambled);
|
|
60
|
-
var clientVersion = "js @stackframe/stack@2.4.
|
|
60
|
+
var clientVersion = "js @stackframe/stack@2.4.10";
|
|
61
61
|
function permissionDefinitionScopeToType(scope) {
|
|
62
62
|
return { "any-team": "team", "specific-team": "team", "global": "global" }[scope.type];
|
|
63
63
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stackframe/stack",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.10",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"styled-components": "^6.1.8",
|
|
45
45
|
"yup": "^1.4.0",
|
|
46
46
|
"@stackframe/stack-sc": "1.5.3",
|
|
47
|
-
"@stackframe/stack-shared": "2.4.
|
|
47
|
+
"@stackframe/stack-shared": "2.4.8"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"@mui/joy": "^5.0.0-beta.30",
|