vis-dev-utils 4.0.18 → 4.0.20

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.
@@ -6,8 +6,8 @@
6
6
  *
7
7
  * Development utilities for the Vis family projects.
8
8
  *
9
- * @version 4.0.18
10
- * @date 2023-04-25T10:48:52.067Z
9
+ * @version 4.0.20
10
+ * @date 2023-04-26T02:22:13.753Z
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.18
10
- * @date 2023-04-25T10:48:52.067Z
9
+ * @version 4.0.20
10
+ * @date 2023-04-26T02:22:13.753Z
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.18
10
- * @date 2023-04-25T10:48:52.067Z
9
+ * @version 4.0.20
10
+ * @date 2023-04-26T02:22:13.753Z
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.18
10
- * @date 2023-04-25T10:48:52.067Z
9
+ * @version 4.0.20
10
+ * @date 2023-04-26T02:22:13.753Z
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
@@ -1222,7 +1222,7 @@ function retry () {
1222
1222
  'fs.realpath.native is not a function. Is fs being monkey-patched?',
1223
1223
  'Warning', 'fs-extra-WARN0003'
1224
1224
  );
1225
- }
1225
+ }
1226
1226
  } (fs$h));
1227
1227
 
1228
1228
  var makeDir$1 = {};
@@ -4,8 +4,8 @@
4
4
  *
5
5
  * Development utilities for the Vis family projects.
6
6
  *
7
- * @version 4.0.18
8
- * @date 2023-04-25T10:48:52.067Z
7
+ * @version 4.0.20
8
+ * @date 2023-04-26T02:22:13.753Z
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.18
8
- * @date 2023-04-25T10:48:52.067Z
7
+ * @version 4.0.20
8
+ * @date 2023-04-26T02:22:13.753Z
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.18",
3
+ "version": "4.0.20",
4
4
  "description": "Development utilities for the Vis family projects.",
5
5
  "homepage": "http://visjs.org/",
6
6
  "license": "(Apache-2.0 OR MIT)",
@@ -75,7 +75,7 @@
75
75
  "@babel/register": "7.21.0",
76
76
  "@babel/runtime-corejs3": "7.21.0",
77
77
  "@rollup/plugin-babel": "6.0.3",
78
- "@rollup/plugin-commonjs": "24.0.1",
78
+ "@rollup/plugin-commonjs": "24.1.0",
79
79
  "@rollup/plugin-json": "6.0.0",
80
80
  "@rollup/plugin-node-resolve": "15.0.2",
81
81
  "@rollup/plugin-terser": "0.4.1",
@@ -97,7 +97,7 @@
97
97
  "postcss-assets": "6.0.0",
98
98
  "prettier": "2.7.1",
99
99
  "puppeteer": "14.4.1",
100
- "rollup": "3.20.7",
100
+ "rollup": "3.21.0",
101
101
  "rollup-plugin-analyzer": "4.0.0",
102
102
  "rollup-plugin-copy": "3.4.0",
103
103
  "rollup-plugin-postcss": "4.0.2",
@@ -129,7 +129,7 @@
129
129
  "npm-run-all": "4.1.5",
130
130
  "rimraf": "4.4.1",
131
131
  "rollup-plugin-node-externals": "5.1.2",
132
- "sinon": "15.0.3",
132
+ "sinon": "15.0.4",
133
133
  "snap-shot-it": "7.9.10"
134
134
  },
135
135
  "funding": {