vis-dev-utils 4.0.42 → 4.0.43

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.42
10
- * @date 2023-11-10T11:33:16.975Z
9
+ * @version 4.0.43
10
+ * @date 2023-11-10T13:01:13.936Z
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.42
10
- * @date 2023-11-10T11:33:16.975Z
9
+ * @version 4.0.43
10
+ * @date 2023-11-10T13:01:13.936Z
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.42
10
- * @date 2023-11-10T11:33:16.975Z
9
+ * @version 4.0.43
10
+ * @date 2023-11-10T13:01:13.936Z
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.42
10
- * @date 2023-11-10T11:33:16.975Z
9
+ * @version 4.0.43
10
+ * @date 2023-11-10T13:01:13.936Z
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
@@ -1,4 +1,4 @@
1
- export declare type OptionalOptions<Options> = {
1
+ export type OptionalOptions<Options> = {
2
2
  [Key in keyof Options]?: undefined | (Options[Key] extends Array<infer Member> ? Array<OptionalOptions<Member>> : Options[Key] extends ReadonlyArray<infer Member> ? ReadonlyArray<OptionalOptions<Member>> : OptionalOptions<Options[Key]>);
3
3
  };
4
4
  //# sourceMappingURL=util.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"util.d.ts","sourceRoot":"","sources":["../src/module/util.ts"],"names":[],"mappings":"AAAA,oBAAY,eAAe,CAAC,OAAO,IAAI;KACpC,GAAG,IAAI,MAAM,OAAO,CAAC,CAAC,EACnB,SAAS,GACT,CAAC,OAAO,CAAC,GAAG,CAAC,SAAS,KAAK,CAAC,MAAM,MAAM,CAAC,GACrC,KAAK,CAAC,eAAe,CAAC,MAAM,CAAC,CAAC,GAC9B,OAAO,CAAC,GAAG,CAAC,SAAS,aAAa,CAAC,MAAM,MAAM,CAAC,GAChD,aAAa,CAAC,eAAe,CAAC,MAAM,CAAC,CAAC,GACtC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC;CACvC,CAAC"}
1
+ {"version":3,"file":"util.d.ts","sourceRoot":"","sources":["../src/module/util.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,CAAC,OAAO,IAAI;KACpC,GAAG,IAAI,MAAM,OAAO,CAAC,CAAC,EACnB,SAAS,GACT,CAAC,OAAO,CAAC,GAAG,CAAC,SAAS,KAAK,CAAC,MAAM,MAAM,CAAC,GACrC,KAAK,CAAC,eAAe,CAAC,MAAM,CAAC,CAAC,GAC9B,OAAO,CAAC,GAAG,CAAC,SAAS,aAAa,CAAC,MAAM,MAAM,CAAC,GAChD,aAAa,CAAC,eAAe,CAAC,MAAM,CAAC,CAAC,GACtC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC;CACvC,CAAC"}
@@ -4,8 +4,8 @@
4
4
  *
5
5
  * Development utilities for the Vis family projects.
6
6
  *
7
- * @version 4.0.42
8
- * @date 2023-11-10T11:33:16.975Z
7
+ * @version 4.0.43
8
+ * @date 2023-11-10T13:01:13.936Z
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.42
8
- * @date 2023-11-10T11:33:16.975Z
7
+ * @version 4.0.43
8
+ * @date 2023-11-10T13:01:13.936Z
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.42",
3
+ "version": "4.0.43",
4
4
  "description": "Development utilities for the Vis family projects.",
5
5
  "homepage": "http://visjs.org/",
6
6
  "license": "(Apache-2.0 OR MIT)",
@@ -105,7 +105,7 @@
105
105
  "rollup-plugin-typescript2": "0.36.0",
106
106
  "tmp": "0.2.1",
107
107
  "tmp-promise": "3.0.2",
108
- "typescript": "4.7.4",
108
+ "typescript": "4.9.5",
109
109
  "yargs": "17.7.2"
110
110
  },
111
111
  "devDependencies": {