3d-force-graph 1.72.1 → 1.72.2

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.
@@ -78,4 +78,4 @@ type ForceGraph3DInstance = ForceGraph3DGenericInstance<ForceGraph3DInstance>;
78
78
 
79
79
  declare function ForceGraph3D(configOptions?: ConfigOptions): ForceGraph3DInstance;
80
80
 
81
- export { ConfigOptions, ForceGraph3DGenericInstance, ForceGraph3DInstance, ForceGraph3D as default };
81
+ export { type ConfigOptions, type ForceGraph3DGenericInstance, type ForceGraph3DInstance, ForceGraph3D as default };
@@ -1,4 +1,4 @@
1
- // Version 1.72.1 3d-force-graph - https://github.com/vasturiano/3d-force-graph
1
+ // Version 1.72.2 3d-force-graph - https://github.com/vasturiano/3d-force-graph
2
2
  (function (global, factory) {
3
3
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
4
4
  typeof define === 'function' && define.amd ? define(factory) :
@@ -47485,7 +47485,7 @@ function InsertStackElement(node, body) {
47485
47485
 
47486
47486
  function linkKapsule (kapsulePropName, kapsuleType) {
47487
47487
  var dummyK = new kapsuleType(); // To extract defaults
47488
-
47488
+ dummyK._destructor && dummyK._destructor();
47489
47489
  return {
47490
47490
  linkProp: function linkProp(prop) {
47491
47491
  // link property config