vis-dev-utils 6.0.9 → 6.0.10

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 6.0.9
10
- * @date 2026-06-24T15:05:13.430Z
9
+ * @version 6.0.10
10
+ * @date 2026-06-24T17:56:23.009Z
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 6.0.9
10
- * @date 2026-06-24T15:05:13.430Z
9
+ * @version 6.0.10
10
+ * @date 2026-06-24T17:56:23.009Z
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 6.0.9
10
- * @date 2026-06-24T15:05:13.430Z
9
+ * @version 6.0.10
10
+ * @date 2026-06-24T17:56:23.009Z
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 6.0.9
10
- * @date 2026-06-24T15:05:13.430Z
9
+ * @version 6.0.10
10
+ * @date 2026-06-24T17:56:23.009Z
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 6.0.9
10
- * @date 2026-06-24T15:05:13.430Z
9
+ * @version 6.0.10
10
+ * @date 2026-06-24T17:56:23.009Z
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 6.0.9
8
- * @date 2026-06-24T15:05:13.430Z
7
+ * @version 6.0.10
8
+ * @date 2026-06-24T17:56:23.009Z
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 6.0.9
8
- * @date 2026-06-24T15:05:13.430Z
7
+ * @version 6.0.10
8
+ * @date 2026-06-24T17:56:23.009Z
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": "6.0.9",
3
+ "version": "6.0.10",
4
4
  "description": "Development utilities for the Vis family projects.",
5
5
  "homepage": "http://visjs.org/",
6
6
  "license": "(Apache-2.0 OR MIT)",
@@ -18,7 +18,7 @@
18
18
  ],
19
19
  "type": "module",
20
20
  "scripts": {
21
- "build": "run-s build:production build:declarations",
21
+ "build": "npm run build:production && npm run build:declarations",
22
22
  "build:declarations": "npx tsc --project tsconfig.declarations.json",
23
23
  "build:production": "rollup --config ./rollup.config.js",
24
24
  "clean": "shx rm -rf \"./{.nyc_output,.rpt2_cache}\" \"./{bin,coverage,declarations,dist,e2e,gen}/*\"",
@@ -27,7 +27,7 @@
27
27
  "lint": "eslint --ext .js,.ts .",
28
28
  "lint-fix": "eslint --fix --ext .js,.ts .",
29
29
  "prepublishOnly": "npm run build",
30
- "test": "run-s test:unit test:interop",
30
+ "test": "npm run test:unit && npm run test:interop",
31
31
  "test:interop": "node interop.js",
32
32
  "test:interop:debug": "npm run test:interop -- --fail-command \"$SHELL\"",
33
33
  "test:unit": "mocha --exit",
@@ -112,7 +112,7 @@
112
112
  "eslint-plugin-prettier": "4.2.1",
113
113
  "find-up": "7.0.0",
114
114
  "globby": "14.1.0",
115
- "jimp": "1.6.0",
115
+ "jimp": "1.6.1",
116
116
  "postcss-assets": "6.0.0",
117
117
  "prettier": "3.6.2",
118
118
  "puppeteer": "24.14.0",
@@ -140,7 +140,6 @@
140
140
  "husky": "9.1.7",
141
141
  "lint-staged": "16.1.2",
142
142
  "mocha": "11.7.1",
143
- "npm-run-all": "4.1.5",
144
143
  "rollup-plugin-esbuild": "6.2.1",
145
144
  "rollup-plugin-node-externals": "8.0.1",
146
145
  "shx": "0.4.0",