Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "poke43", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Touch based browser edit components", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
# Release Notes | ||
## 2.0.1 | ||
* Fix implementation quirk that required `poke43` to be global when using the ES module bundle | ||
## 2.0.0 | ||
@@ -4,0 +8,0 @@ |
import Hammer from 'hammerjs'; | ||
import poke43 from '../base'; | ||
import './styles/keyboard.scss'; | ||
@@ -4,0 +5,0 @@ import Key from './key'; |
@@ -1,5 +0,2 @@ | ||
import { | ||
name as LIB_NAME, | ||
version as LIB_VERSION | ||
} from '../package.json'; | ||
import poke43 from './base.js'; | ||
import './styles/base.scss'; | ||
@@ -44,7 +41,3 @@ import Editor, { | ||
const poke43 = { | ||
get [Symbol.toStringTag]() { | ||
return LIB_NAME; | ||
}, | ||
version: LIB_VERSION, | ||
Object.assign(poke43, { | ||
Poke, | ||
@@ -69,3 +62,3 @@ Editor, | ||
KeyboardKey | ||
}; | ||
}); | ||
@@ -72,0 +65,0 @@ export { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1089763
36
7184
3