Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "keycon", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Keyboard Controller", | ||
@@ -19,6 +19,3 @@ "main": "./dist/keycon.js", | ||
"build": "rollup -c && npm run declaration && print-sizes ./dist ", | ||
"declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json", | ||
"doc": "rm -rf ./doc && jsdoc -c jsdoc.json", | ||
"release": "npm run build && npm run doc && release --dirs dist,doc", | ||
"release:init": "npm run build && npm run doc && release -i --dirs dist,doc" | ||
"declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json" | ||
}, | ||
@@ -43,3 +40,2 @@ "repository": { | ||
"@daybrush/jsdoc": "^0.3.7", | ||
"@daybrush/release": "^0.2.4", | ||
"daybrush-jsdoc-template": "^1.5.3", | ||
@@ -46,0 +42,0 @@ "print-sizes": "^0.1.0", |
@@ -1,6 +0,6 @@ | ||
import keycon, { getKey, getCombi } from "./KeyController"; | ||
import keycon, * as others from "./index"; | ||
(keycon as any).getKey = getKey; | ||
(keycon as any).getCombi = getCombi; | ||
for (const name in others) { | ||
(keycon as any)[name] = (others as any)[name]; | ||
} | ||
export default keycon; |
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
6
0
12286
11
372
1