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.
@@ -110,7 +110,7 @@ function _toPropertyKey(arg) {
110
110
 
111
111
  function linkKapsule (kapsulePropName, kapsuleType) {
112
112
  var dummyK = new kapsuleType(); // To extract defaults
113
-
113
+ dummyK._destructor && dummyK._destructor();
114
114
  return {
115
115
  linkProp: function linkProp(prop) {
116
116
  // link property config
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "3d-force-graph",
3
- "version": "1.72.1",
3
+ "version": "1.72.2",
4
4
  "description": "UI component for a 3D force-directed graph using ThreeJS and d3-force-3d layout engine",
5
5
  "type": "module",
6
6
  "unpkg": "dist/3d-force-graph.min.js",
@@ -53,16 +53,16 @@
53
53
  "three-render-objects": "1"
54
54
  },
55
55
  "devDependencies": {
56
- "@babel/core": "^7.22.9",
57
- "@babel/preset-env": "^7.22.9",
56
+ "@babel/core": "^7.22.10",
57
+ "@babel/preset-env": "^7.22.10",
58
58
  "@rollup/plugin-babel": "^6.0.3",
59
- "@rollup/plugin-commonjs": "^25.0.3",
60
- "@rollup/plugin-node-resolve": "^15.1.0",
59
+ "@rollup/plugin-commonjs": "^25.0.4",
60
+ "@rollup/plugin-node-resolve": "^15.2.0",
61
61
  "@rollup/plugin-terser": "^0.4.3",
62
- "postcss": "^8.4.27",
62
+ "postcss": "^8.4.28",
63
63
  "rimraf": "^5.0.1",
64
- "rollup": "^3.27.2",
65
- "rollup-plugin-dts": "^5.3.1",
64
+ "rollup": "^3.28.0",
65
+ "rollup-plugin-dts": "^6.0.0",
66
66
  "rollup-plugin-postcss": "^4.0.2",
67
67
  "typescript": "^5.1.6"
68
68
  },