vis-dev-utils 4.0.43 → 4.0.44
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/babel-register/index.js
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
*
|
|
7
7
|
* Development utilities for the Vis family projects.
|
|
8
8
|
*
|
|
9
|
-
* @version 4.0.
|
|
10
|
-
* @date 2023-11-
|
|
9
|
+
* @version 4.0.44
|
|
10
|
+
* @date 2023-11-11T18:46:09.646Z
|
|
11
11
|
*
|
|
12
12
|
* @copyright (c) 2011-2017 Almende B.V, http://almende.com
|
|
13
13
|
* @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
|
package/bin/ci-utils.js
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
*
|
|
7
7
|
* Development utilities for the Vis family projects.
|
|
8
8
|
*
|
|
9
|
-
* @version 4.0.
|
|
10
|
-
* @date 2023-11-
|
|
9
|
+
* @version 4.0.44
|
|
10
|
+
* @date 2023-11-11T18:46:09.646Z
|
|
11
11
|
*
|
|
12
12
|
* @copyright (c) 2011-2017 Almende B.V, http://almende.com
|
|
13
13
|
* @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
*
|
|
7
7
|
* Development utilities for the Vis family projects.
|
|
8
8
|
*
|
|
9
|
-
* @version 4.0.
|
|
10
|
-
* @date 2023-11-
|
|
9
|
+
* @version 4.0.44
|
|
10
|
+
* @date 2023-11-11T18:46:09.646Z
|
|
11
11
|
*
|
|
12
12
|
* @copyright (c) 2011-2017 Almende B.V, http://almende.com
|
|
13
13
|
* @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
|
package/bin/test-e2e-interop.js
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
*
|
|
7
7
|
* Development utilities for the Vis family projects.
|
|
8
8
|
*
|
|
9
|
-
* @version 4.0.
|
|
10
|
-
* @date 2023-11-
|
|
9
|
+
* @version 4.0.44
|
|
10
|
+
* @date 2023-11-11T18:46:09.646Z
|
|
11
11
|
*
|
|
12
12
|
* @copyright (c) 2011-2017 Almende B.V, http://almende.com
|
|
13
13
|
* @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
*
|
|
5
5
|
* Development utilities for the Vis family projects.
|
|
6
6
|
*
|
|
7
|
-
* @version 4.0.
|
|
8
|
-
* @date 2023-11-
|
|
7
|
+
* @version 4.0.44
|
|
8
|
+
* @date 2023-11-11T18:46:09.646Z
|
|
9
9
|
*
|
|
10
10
|
* @copyright (c) 2011-2017 Almende B.V, http://almende.com
|
|
11
11
|
* @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
*
|
|
5
5
|
* Development utilities for the Vis family projects.
|
|
6
6
|
*
|
|
7
|
-
* @version 4.0.
|
|
8
|
-
* @date 2023-11-
|
|
7
|
+
* @version 4.0.44
|
|
8
|
+
* @date 2023-11-11T18:46:09.646Z
|
|
9
9
|
*
|
|
10
10
|
* @copyright (c) 2011-2017 Almende B.V, http://almende.com
|
|
11
11
|
* @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vis-dev-utils",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.44",
|
|
4
4
|
"description": "Development utilities for the Vis family projects.",
|
|
5
5
|
"homepage": "http://visjs.org/",
|
|
6
6
|
"license": "(Apache-2.0 OR MIT)",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"@babel/register": "7.22.15",
|
|
75
75
|
"@babel/runtime-corejs3": "7.23.2",
|
|
76
76
|
"@rollup/plugin-babel": "6.0.4",
|
|
77
|
-
"@rollup/plugin-commonjs": "25.0.
|
|
77
|
+
"@rollup/plugin-commonjs": "25.0.7",
|
|
78
78
|
"@rollup/plugin-json": "6.0.1",
|
|
79
79
|
"@rollup/plugin-node-resolve": "15.2.3",
|
|
80
80
|
"@rollup/plugin-terser": "0.4.4",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"yargs": "17.7.2"
|
|
110
110
|
},
|
|
111
111
|
"devDependencies": {
|
|
112
|
-
"@types/babel__core": "7.20.
|
|
112
|
+
"@types/babel__core": "7.20.4",
|
|
113
113
|
"@types/chai": "4.3.7",
|
|
114
114
|
"@types/chai-fs": "2.0.2",
|
|
115
115
|
"@types/cheerio": "0.22.32",
|