simple-keyboard 3.8.5 → 3.8.7

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/README.md CHANGED
@@ -63,6 +63,10 @@ Want to create your own module? Check out the [Modules page](https://hodgef.com/
63
63
 
64
64
  > Note: If you don't want to support old browsers, you can use the Modern Browsers bundle ([index.modern.js](https://github.com/hodgef/simple-keyboard/blob/master/build)).
65
65
 
66
+ ## 🔶 Community Libraries & Integrations
67
+ Check out useful community modules for simple-keyboard:<br />
68
+ https://github.com/hodgef/simple-keyboard/wiki/Community-Libraries-&-Integrations
69
+
66
70
  ## ✅ Contributing
67
71
 
68
72
  PRs and issues are always welcome. Feel free to submit any issues you have at:
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * simple-keyboard v3.8.5
3
+ * simple-keyboard v3.8.7
4
4
  * https://github.com/hodgef/simple-keyboard
5
5
  *
6
6
  * Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
package/build/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * simple-keyboard v3.8.5
3
+ * simple-keyboard v3.8.7
4
4
  * https://github.com/hodgef/simple-keyboard
5
5
  *
6
6
  * Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * simple-keyboard v3.8.5 (index.modern.esm.js - Modern Browsers bundle, ESM output)
3
+ * simple-keyboard v3.8.7 (index.modern.esm.js - Modern Browsers bundle, ESM output)
4
4
  * https://github.com/hodgef/simple-keyboard
5
5
  *
6
6
  * NOTE: This modern browsers bundle (index.modern.esm.js) removes all polyfills
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * simple-keyboard v3.8.5 (index.modern.js - Modern Browsers bundle)
3
+ * simple-keyboard v3.8.7 (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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simple-keyboard",
3
- "version": "3.8.5",
3
+ "version": "3.8.7",
4
4
  "description": "On-screen Javascript Virtual Keyboard",
5
5
  "main": "build/index.js",
6
6
  "scripts": {
@@ -65,7 +65,7 @@
65
65
  "postcss-loader": "^8.1.1",
66
66
  "style-loader": "^4.0.0",
67
67
  "terser-webpack-plugin": "^5.3.10",
68
- "typescript": "^5.6.2",
68
+ "typescript": "^5.6.3",
69
69
  "url-loader": "^4.1.1",
70
70
  "webpack": "^5.95.0",
71
71
  "webpack-cli": "^5.1.3",