Skip to content

Commit

Permalink
chore: update to 384c0b6 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
vis-bot committed Oct 4, 2023
1 parent 9c23fa9 commit 1cae161
Show file tree
Hide file tree
Showing 31 changed files with 60 additions and 32 deletions.
9 changes: 8 additions & 1 deletion dist/vis-network.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* A dynamic, browser-based visualization library.
*
* @version 0.0.0-no-version
* @date 2023-09-29T15:41:43.803Z
* @date 2023-10-04T18:22:35.512Z
*
* @copyright (c) 2011-2017 Almende B.V, http://almende.com
* @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
Expand Down Expand Up @@ -7812,6 +7812,10 @@ function deepObjectAssignNonentry() {
}
var a = values[0];
var b = values[1];
if (a instanceof Date && b instanceof Date) {
a.setTime(b.getTime());
return a;
}
var _iterator = _createForOfIteratorHelper$7(_Reflect$ownKeys(b)),
_step;
try {
Expand Down Expand Up @@ -7844,6 +7848,9 @@ function clone(a) {
return clone(value);
});
} else if (_typeof$1(a) === "object" && a !== null) {
if (a instanceof Date) {
return new Date(a.getTime());
}
return deepObjectAssignNonentry({}, a);
} else {
return a;
Expand Down
2 changes: 1 addition & 1 deletion dist/vis-network.esm.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/vis-network.esm.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vis-network.esm.min.js.map

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion dist/vis-network.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* A dynamic, browser-based visualization library.
*
* @version 0.0.0-no-version
* @date 2023-09-29T15:41:43.803Z
* @date 2023-10-04T18:22:35.512Z
*
* @copyright (c) 2011-2017 Almende B.V, http://almende.com
* @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
Expand Down Expand Up @@ -7818,6 +7818,10 @@
}
var a = values[0];
var b = values[1];
if (a instanceof Date && b instanceof Date) {
a.setTime(b.getTime());
return a;
}
var _iterator = _createForOfIteratorHelper$7(_Reflect$ownKeys(b)),
_step;
try {
Expand Down Expand Up @@ -7850,6 +7854,9 @@
return clone(value);
});
} else if (_typeof$1(a) === "object" && a !== null) {
if (a instanceof Date) {
return new Date(a.getTime());
}
return deepObjectAssignNonentry({}, a);
} else {
return a;
Expand Down
2 changes: 1 addition & 1 deletion dist/vis-network.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/vis-network.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vis-network.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion esnext/esm/vis-network.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* A dynamic, browser-based visualization library.
*
* @version 0.0.0-no-version
* @date 2023-09-29T15:39:31.542Z
* @date 2023-10-04T18:20:36.923Z
*
* @copyright (c) 2011-2017 Almende B.V, http://almende.com
* @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
Expand Down
2 changes: 1 addition & 1 deletion esnext/esm/vis-network.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion esnext/umd/vis-network.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* A dynamic, browser-based visualization library.
*
* @version 0.0.0-no-version
* @date 2023-09-29T15:39:31.542Z
* @date 2023-10-04T18:20:36.923Z
*
* @copyright (c) 2011-2017 Almende B.V, http://almende.com
* @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
Expand Down
2 changes: 1 addition & 1 deletion esnext/umd/vis-network.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion peer/esm/vis-network.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* A dynamic, browser-based visualization library.
*
* @version 0.0.0-no-version
* @date 2023-09-29T15:39:31.542Z
* @date 2023-10-04T18:20:36.923Z
*
* @copyright (c) 2011-2017 Almende B.V, http://almende.com
* @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
Expand Down
2 changes: 1 addition & 1 deletion peer/esm/vis-network.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion peer/esm/vis-network.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion peer/esm/vis-network.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion peer/umd/vis-network.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* A dynamic, browser-based visualization library.
*
* @version 0.0.0-no-version
* @date 2023-09-29T15:39:31.542Z
* @date 2023-10-04T18:20:36.923Z
*
* @copyright (c) 2011-2017 Almende B.V, http://almende.com
* @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
Expand Down
2 changes: 1 addition & 1 deletion peer/umd/vis-network.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion peer/umd/vis-network.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion peer/umd/vis-network.min.js.map

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion standalone/esm/vis-network.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* A dynamic, browser-based visualization library.
*
* @version 0.0.0-no-version
* @date 2023-09-29T15:39:31.542Z
* @date 2023-10-04T18:20:36.923Z
*
* @copyright (c) 2011-2017 Almende B.V, http://almende.com
* @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
Expand Down Expand Up @@ -7771,6 +7771,10 @@ function deepObjectAssignNonentry() {
}
var a = values[0];
var b = values[1];
if (a instanceof Date && b instanceof Date) {
a.setTime(b.getTime());
return a;
}
var _iterator = _createForOfIteratorHelper$7(_Reflect$ownKeys(b)),
_step;
try {
Expand Down Expand Up @@ -7803,6 +7807,9 @@ function clone(a) {
return clone(value);
});
} else if (_typeof$1(a) === "object" && a !== null) {
if (a instanceof Date) {
return new Date(a.getTime());
}
return deepObjectAssignNonentry({}, a);
} else {
return a;
Expand Down
2 changes: 1 addition & 1 deletion standalone/esm/vis-network.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions standalone/esm/vis-network.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion standalone/esm/vis-network.min.js.map

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion standalone/umd/vis-network.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* A dynamic, browser-based visualization library.
*
* @version 0.0.0-no-version
* @date 2023-09-29T15:39:31.542Z
* @date 2023-10-04T18:20:36.923Z
*
* @copyright (c) 2011-2017 Almende B.V, http://almende.com
* @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
Expand Down Expand Up @@ -7776,6 +7776,10 @@
}
var a = values[0];
var b = values[1];
if (a instanceof Date && b instanceof Date) {
a.setTime(b.getTime());
return a;
}
var _iterator = _createForOfIteratorHelper$7(_Reflect$ownKeys(b)),
_step;
try {
Expand Down Expand Up @@ -7808,6 +7812,9 @@
return clone(value);
});
} else if (_typeof$1(a) === "object" && a !== null) {
if (a instanceof Date) {
return new Date(a.getTime());
}
return deepObjectAssignNonentry({}, a);
} else {
return a;
Expand Down
2 changes: 1 addition & 1 deletion standalone/umd/vis-network.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions standalone/umd/vis-network.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion standalone/umd/vis-network.min.js.map

Large diffs are not rendered by default.

0 comments on commit 1cae161

Please sign in to comment.