@adminide-stack/integration-api
Advanced tools
Comparing version 3.1.2-alpha.94 to 3.1.2-alpha.97
@@ -23,2 +23,4 @@ "use strict"; | ||
IApplicationRoles["Guest"] = "GUEST"; | ||
/** Role is unknown */ | ||
IApplicationRoles["Unknown"] = "UNKNOWN"; | ||
})(IApplicationRoles = exports.IApplicationRoles || (exports.IApplicationRoles = {})); | ||
@@ -25,0 +27,0 @@ var ICacheControlScope; |
{ | ||
"name": "@adminide-stack/integration-api", | ||
"version": "3.1.2-alpha.94", | ||
"version": "3.1.2-alpha.97", | ||
"description": "Integration core for higher packages to depend on", | ||
@@ -22,3 +22,3 @@ "license": "ISC", | ||
"dependencies": { | ||
"@adminide-stack/core": "3.1.2-alpha.94", | ||
"@adminide-stack/core": "3.1.2-alpha.97", | ||
"xstate": "^4.35.2" | ||
@@ -32,3 +32,3 @@ }, | ||
}, | ||
"gitHead": "1a776133d0e9864c5c374b593d6ab4b8ad3a845f" | ||
"gitHead": "bc6a3d9885e9ea577c609ae109fe4dcc5cbdca9d" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
3373
204311
+ Added@adminide-stack/core@3.1.2-alpha.97(transitive)
- Removed@adminide-stack/core@3.1.2-alpha.94(transitive)