@adminide-stack/integration-api
Advanced tools
Comparing version 9.0.6-alpha.40 to 9.0.6-alpha.47
@@ -660,3 +660,3 @@ import*as Apollo from'@apollo/client/index.js';const defaultOptions = {}; | ||
function useFilterIntegrationConfigurationSuspenseQuery(baseOptions) { | ||
const options = { | ||
const options = baseOptions === Apollo.skipToken ? baseOptions : { | ||
...defaultOptions, | ||
@@ -987,3 +987,3 @@ ...baseOptions | ||
function useGetAllIntegrationConfigurationsSuspenseQuery(baseOptions) { | ||
const options = { | ||
const options = baseOptions === Apollo.skipToken ? baseOptions : { | ||
...defaultOptions, | ||
@@ -1126,3 +1126,3 @@ ...baseOptions | ||
function useGetIntegrationConfigurationSuspenseQuery(baseOptions) { | ||
const options = { | ||
const options = baseOptions === Apollo.skipToken ? baseOptions : { | ||
...defaultOptions, | ||
@@ -1129,0 +1129,0 @@ ...baseOptions |
{ | ||
"name": "@adminide-stack/integration-api", | ||
"version": "9.0.6-alpha.40", | ||
"version": "9.0.6-alpha.47", | ||
"description": "Integration core for higher packages to depend on", | ||
@@ -24,3 +24,3 @@ "license": "ISC", | ||
"dependencies": { | ||
"@adminide-stack/core": "9.0.6-alpha.40", | ||
"@adminide-stack/core": "9.0.6-alpha.47", | ||
"xstate": "^5.16.0" | ||
@@ -34,3 +34,3 @@ }, | ||
}, | ||
"gitHead": "98fb3bd1ce5dfcddf753b123098648ea05195c4c" | ||
"gitHead": "3d5285747c7c837b70d7dd5cd6693d8a8f11b4a3" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
222938
4137
+ Added@adminide-stack/core@9.0.6-alpha.47(transitive)
- Removed@adminide-stack/core@9.0.6-alpha.40(transitive)