@bfwk/command
Advanced tools
Comparing version 0.6.7003 to 0.7.0
@@ -6,13 +6,10 @@ # Change Log | ||
## 0.6.7003 (2021-04-21) | ||
# [0.7.0](https://github.com/salesforce/builder-framework/compare/v0.6.49...v0.7.0) (2021-07-28) | ||
**Note:** Version bump only for package @bfwk/command | ||
### Features | ||
* refactor from lbf to bfwk @W-9091273 ([#1](https://github.com/salesforce/builder-framework/issues/1)) ([5300a61](https://github.com/salesforce/builder-framework/commit/5300a6117f7f1c763442d7e50d157443e22c1e36)) | ||
## [0.6.7](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.6.6...v0.6.7) (2021-04-05) | ||
@@ -19,0 +16,0 @@ |
@@ -67,3 +67,3 @@ import { ReactiveMembrane, throttle } from '@bfwk/utils'; | ||
let keyComboBuffer = []; | ||
let lastKeyTime = Date.now(); | ||
const lastKeyTime = Date.now(); | ||
const defaultConfig = { | ||
@@ -151,3 +151,3 @@ throttleTime: 200, | ||
}; | ||
let currShortcutId = createShortcutId(shortcut); | ||
const currShortcutId = createShortcutId(shortcut); | ||
keyComboBuffer.push(currShortcutId); | ||
@@ -194,3 +194,3 @@ resetBufferIfNeeded(false); | ||
function createShortcutId(shortcut, isLabel) { | ||
let keyEntryInfo = []; | ||
const keyEntryInfo = []; | ||
if (shortcut.ctrlOrCmd) { | ||
@@ -197,0 +197,0 @@ const ctrOrCmd = isMac() ? `cmd` : `ctrl`; |
{ | ||
"name": "@bfwk/command", | ||
"version": "0.6.7003", | ||
"version": "0.7.0", | ||
"description": "LBF Command Pattern", | ||
@@ -9,3 +9,4 @@ "type": "module", | ||
"files": [ | ||
"dist/types" | ||
"dist/types", | ||
"index.xml" | ||
], | ||
@@ -31,5 +32,5 @@ "publishConfig": { | ||
"dependencies": { | ||
"@bfwk/error-handler": "0.6.7003", | ||
"@bfwk/pub-sub": "0.6.7003", | ||
"@bfwk/utils": "0.6.7003" | ||
"@bfwk/error-handler": "0.7.0", | ||
"@bfwk/pub-sub": "0.7.0", | ||
"@bfwk/utils": "0.7.0" | ||
}, | ||
@@ -36,0 +37,0 @@ "devDependencies": { |
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
35040
10
+ Added@bfwk/error-handler@0.7.0(transitive)
+ Added@bfwk/instrumentation@0.7.0(transitive)
+ Added@bfwk/pub-sub@0.7.0(transitive)
+ Added@bfwk/utils@0.7.0(transitive)
- Removed@bfwk/error-handler@0.6.7003(transitive)
- Removed@bfwk/instrumentation@0.6.7003(transitive)
- Removed@bfwk/pub-sub@0.6.7003(transitive)
- Removed@bfwk/utils@0.6.7003(transitive)
Updated@bfwk/error-handler@0.7.0
Updated@bfwk/pub-sub@0.7.0
Updated@bfwk/utils@0.7.0