simple-keyboard 3.3.28 → 3.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/{types/components → components}/CandidateBox.d.ts +0 -0
- package/build/{types/components → components}/Keyboard.d.ts +0 -0
- package/build/css/index.css +1 -1
- package/build/{types/index.d.ts → index.d.ts} +0 -0
- package/build/index.js +1 -1
- package/build/{types/index.modern.d.ts → index.modern.d.ts} +0 -0
- package/build/index.modern.js +1 -1
- package/build/{types/interfaces.d.ts → interfaces.d.ts} +0 -0
- package/build/{types/polyfills.d.ts → polyfills.d.ts} +0 -0
- package/build/{types/services → services}/KeyboardLayout.d.ts +0 -0
- package/build/{types/services → services}/PhysicalKeyboard.d.ts +0 -0
- package/build/{types/services → services}/Utilities.d.ts +0 -0
- package/package.json +3 -4
- package/tsconfig.json +1 -1
|
File without changes
|
|
File without changes
|
package/build/css/index.css
CHANGED
|
File without changes
|
package/build/index.js
CHANGED
|
File without changes
|
package/build/index.modern.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* simple-keyboard v3.
|
|
3
|
+
* simple-keyboard v3.4.1 (index.modern.js - Modern Browsers bundle)
|
|
4
4
|
* https://github.com/hodgef/simple-keyboard
|
|
5
5
|
*
|
|
6
6
|
* NOTE: This modern browsers bundle (index.modern.js) removes all polyfills
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "simple-keyboard",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.4.1",
|
|
4
4
|
"description": "On-screen Javascript Virtual Keyboard",
|
|
5
5
|
"main": "build/index.js",
|
|
6
|
-
"types": "build/types/index.d.ts",
|
|
7
6
|
"scripts": {
|
|
8
7
|
"start": "webpack serve --config webpack.config.demo.js",
|
|
9
8
|
"build": "webpack && npm run build-modern && tsc",
|
|
@@ -63,7 +62,7 @@
|
|
|
63
62
|
"optimize-css-assets-webpack-plugin": "^6.0.1",
|
|
64
63
|
"postcss": "^8.4.1",
|
|
65
64
|
"postcss-loader": "^6.2.0",
|
|
66
|
-
"prettier": "^2.
|
|
65
|
+
"prettier": "^2.5.0",
|
|
67
66
|
"prettier-webpack-plugin": "^1.2.0",
|
|
68
67
|
"style-loader": "^3.3.1",
|
|
69
68
|
"terser-webpack-plugin": "^5.2.5",
|
|
@@ -71,7 +70,7 @@
|
|
|
71
70
|
"url-loader": "^4.1.1",
|
|
72
71
|
"webpack": "^5.40.0",
|
|
73
72
|
"webpack-cli": "^4.9.1",
|
|
74
|
-
"webpack-dev-server": "4.
|
|
73
|
+
"webpack-dev-server": "4.6.0"
|
|
75
74
|
},
|
|
76
75
|
"jest": {
|
|
77
76
|
"roots": [
|