@shopify/app-bridge-host
Advanced tools
Comparing version 5.0.0-snapshot-20240606004411 to 5.0.0-snapshot-20240606015512
{ | ||
"name": "@shopify/app-bridge-host", | ||
"version": "5.0.0-snapshot-20240606004411", | ||
"version": "5.0.0-snapshot-20240606015512", | ||
"types": "index.d.ts", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -7,3 +7,3 @@ import type { Feature } from '../../../../withFeature'; | ||
export * from './types'; | ||
export * as actions from './actions'; | ||
export * from './actions'; | ||
export { asyncFeaturesReducer, setFeaturesAvailable, defaultFeaturesStore, setFeature }; | ||
@@ -10,0 +10,0 @@ export interface WithFeature { |
import { featuresActionCreatorsMap } from './actionCreators.js'; | ||
import featuresReducer, { defaultFeaturesStore, asyncFeaturesReducer } from './reducer.js'; | ||
export { setFeature, setFeaturesAvailable } from './reducer.js'; | ||
import * as actions from './actions.js'; | ||
export { actions }; | ||
export { requestUpdate, update } from './actions.js'; | ||
@@ -7,0 +6,0 @@ /** |
@@ -6,2 +6,3 @@ import type { Feature } from '../../../../withFeature'; | ||
export * from './types'; | ||
export * from './actions'; | ||
export default reducer; | ||
@@ -8,0 +9,0 @@ export { defaultPOSStore }; |
import posReducer, { defaultPOSStore } from './reducer.js'; | ||
import * as actions from './actions.js'; | ||
export { setDevice, setLocation, setUser } from './actions.js'; | ||
@@ -4,0 +5,0 @@ /** |
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
266863
6514