@qtoggle/qui 1.19.4 → 1.19.6

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.
@@ -1,4 +1,5 @@
1
1
 
2
+ import '$qui/lib/jquery-ui.js'
2
3
  import $ from '$qui/lib/jquery.module.js'
3
4
 
4
5
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@qtoggle/qui",
3
3
  "description": "A JavaScript UI library with batteries included.",
4
- "version": "1.19.4",
4
+ "version": "1.19.6",
5
5
  "author": {
6
6
  "name": "Calin Crisan",
7
7
  "email": "ccrisan@gmail.com"
@@ -12,7 +12,7 @@
12
12
  "keywords": [],
13
13
  "license": "Apache-2.0",
14
14
  "dependencies": {
15
- "jquery": "*",
15
+ "jquery": "^3",
16
16
  "jquery-mousewheel": "*",
17
17
  "jquery-ui-dist": "*",
18
18
  "js-logger": "*",
package/pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "qui-server"
3
- version = "1.19.4"
3
+ version = "1.19.6"
4
4
  description = "A fully fledged qToggle implementation written in Python"
5
5
  authors = [
6
6
  {name = "Calin Crisan", email = "ccrisan@gmail.com"},