jqtree 1.8.4 → 1.8.5

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/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jqTree",
3
- "version": "1.8.4",
3
+ "version": "1.8.5",
4
4
  "main": [
5
5
  "jqtree.css",
6
6
  "jqtree-circle.png",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jqtree",
3
- "version": "1.8.4",
3
+ "version": "1.8.5",
4
4
  "description": "Tree widget for jQuery",
5
5
  "keywords": [
6
6
  "jquery-plugin",
@@ -39,7 +39,6 @@
39
39
  "@babel/core": "^7.24.9",
40
40
  "@babel/preset-env": "^7.24.8",
41
41
  "@babel/preset-typescript": "^7.24.7",
42
- "@codecov/rollup-plugin": "0.0.1-beta.10",
43
42
  "@playwright/test": "^1.45.2",
44
43
  "@rollup/plugin-babel": "^6.0.4",
45
44
  "@rollup/plugin-node-resolve": "^15.2.3",
package/src/version.ts CHANGED
@@ -1,3 +1,3 @@
1
- const version = "1.8.4";
1
+ const version = "1.8.5";
2
2
 
3
3
  export default version;
@@ -1,5 +1,5 @@
1
1
  /*
2
- JqTree 1.8.4
2
+ JqTree 1.8.5
3
3
 
4
4
  Copyright 2024 Marco Braak
5
5
 
@@ -20,7 +20,7 @@ limitations under the License.
20
20
  var jqtree = (function (exports) {
21
21
  'use strict';
22
22
 
23
- const version = "1.8.4";
23
+ const version = "1.8.5";
24
24
 
25
25
  let Position = /*#__PURE__*/function (Position) {
26
26
  Position[Position["Before"] = 1] = "Before";