@htmlbricks/hb-pad-joystick 0.66.27 → 0.67.0
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/main.iife.js +1 -3
- package/main.iife.js.map +1 -1
- package/manifest.json +3 -2
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -229,7 +229,8 @@
|
|
|
229
229
|
}
|
|
230
230
|
}
|
|
231
231
|
],
|
|
232
|
-
"iifeIntegrity": "sha384-
|
|
232
|
+
"iifeIntegrity": "sha384-Hfb/qY6JMPTKJ9B+jg6OUYYw7/59IE+Vk7rqhafKQNKFyGJt4VEh/qsEhdo1n8t2",
|
|
233
|
+
"dependencies": [],
|
|
233
234
|
"screenshots": [],
|
|
234
235
|
"licenses": [
|
|
235
236
|
{
|
|
@@ -249,5 +250,5 @@
|
|
|
249
250
|
"size": {},
|
|
250
251
|
"iifePath": "main.iife.js",
|
|
251
252
|
"repoName": "@htmlbricks/hb-pad-joystick",
|
|
252
|
-
"version": "0.
|
|
253
|
+
"version": "0.67.0"
|
|
253
254
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-pad-joystick",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.67.0",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Touch-friendly directional control: either a four-way D-pad that emits cardinal directions or an analog joystick (html5-joystick-new) that streams position and cardinal direction with customizable colors.",
|
|
6
6
|
"licenses": [
|