vis-dev-utils 4.0.15 → 4.0.17

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.15
10
- * @date 2023-04-17T18:46:24.639Z
9
+ * @version 4.0.17
10
+ * @date 2023-04-25T04:34:51.223Z
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.15
10
- * @date 2023-04-17T18:46:24.639Z
9
+ * @version 4.0.17
10
+ * @date 2023-04-25T04:34:51.223Z
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.15
10
- * @date 2023-04-17T18:46:24.639Z
9
+ * @version 4.0.17
10
+ * @date 2023-04-25T04:34:51.223Z
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.15
10
- * @date 2023-04-17T18:46:24.639Z
9
+ * @version 4.0.17
10
+ * @date 2023-04-25T04:34:51.223Z
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.15
8
- * @date 2023-04-17T18:46:24.639Z
7
+ * @version 4.0.17
8
+ * @date 2023-04-25T04:34:51.223Z
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.15
8
- * @date 2023-04-17T18:46:24.639Z
7
+ * @version 4.0.17
8
+ * @date 2023-04-25T04:34:51.223Z
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.15",
3
+ "version": "4.0.17",
4
4
  "description": "Development utilities for the Vis family projects.",
5
5
  "homepage": "http://visjs.org/",
6
6
  "license": "(Apache-2.0 OR MIT)",
@@ -26,7 +26,6 @@
26
26
  "style-fix": "prettier --write .",
27
27
  "lint": "eslint --ext .js,.ts .",
28
28
  "lint-fix": "eslint --fix --ext .js,.ts .",
29
- "postinstall": "opencollective postinstall || exit 0",
30
29
  "prepublishOnly": "npm run build",
31
30
  "test": "run-s test:unit test:interop",
32
31
  "test:interop": "node interop.js",
@@ -119,22 +118,21 @@
119
118
  "@types/npm": "7.19.0",
120
119
  "@types/prettier": "2.7.2",
121
120
  "@types/puppeteer": "5.4.7",
122
- "@types/sinon": "10.0.13",
121
+ "@types/sinon": "10.0.14",
123
122
  "@types/tmp": "0.2.3",
124
123
  "@types/yargs": "17.0.24",
125
124
  "eslint": "8.37.0",
126
125
  "fs-extra": "11.1.1",
127
126
  "husky": "8.0.3",
128
- "lint-staged": "13.2.0",
127
+ "lint-staged": "13.2.1",
129
128
  "mocha": "10.2.0",
130
129
  "npm-run-all": "4.1.5",
131
- "opencollective": "1.0.3",
132
130
  "rimraf": "4.4.1",
133
131
  "rollup-plugin-node-externals": "5.1.2",
134
132
  "sinon": "15.0.3",
135
133
  "snap-shot-it": "7.9.10"
136
134
  },
137
- "collective": {
135
+ "funding": {
138
136
  "type": "opencollective",
139
137
  "url": "https://opencollective.com/visjs"
140
138
  }