@mamba/pos
Advanced tools
Comparing version 1.0.0-prealpha.6 to 1.0.0-prealpha.7
import { State } from '../../simulator/libs/main.js'; | ||
export const NAMESPACE = '$Cancellation'; | ||
export const NAMESPACE = 'Cancel'; | ||
@@ -5,0 +5,0 @@ export const SETTINGS = { |
{ | ||
"name": "@mamba/pos", | ||
"version": "1.0.0-prealpha.6", | ||
"version": "1.0.0-prealpha.7", | ||
"description": "Mamba web environment wrapper and simulator", | ||
@@ -17,5 +17,5 @@ "author": "Stone Payments - Mamba Team", | ||
"dependencies": { | ||
"@mamba/app": "^1.0.0-prealpha.6", | ||
"@mamba/switch": "^1.0.0-prealpha.6" | ||
"@mamba/app": "^1.0.0-prealpha.7", | ||
"@mamba/switch": "^1.0.0-prealpha.7" | ||
} | ||
} |
@@ -20,4 +20,2 @@ import Signal from './signal.js'; | ||
Object.keys(driverModules).forEach(driverRef => { | ||
if (__DEV__ && __BROWSER__) console.groupCollapsed(driverRef); | ||
const driverModule = driverModules[driverRef]; | ||
@@ -31,2 +29,4 @@ const driver = {}; | ||
if (__DEV__ && __BROWSER__) console.groupCollapsed(driverRef); | ||
/** Set the simulator default settings for the driver */ | ||
@@ -33,0 +33,0 @@ if (driverModule.SETTINGS) { |
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
290413