babylonjs-node-editor 5.11.0 → 5.12.0
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.
|
@@ -655,7 +655,7 @@ export class GraphCanvasComponent extends React.Component<IGraphCanvasComponentP
|
|
|
655
655
|
private _frameCandidate;
|
|
656
656
|
private _frames;
|
|
657
657
|
private _altKeyIsPressed;
|
|
658
|
-
private
|
|
658
|
+
private _multiKeyIsPressed;
|
|
659
659
|
private _oldY;
|
|
660
660
|
_frameIsMoving: boolean;
|
|
661
661
|
_isLoading: boolean;
|
|
@@ -3937,7 +3937,7 @@ declare module BABYLON.NodeEditor {
|
|
|
3937
3937
|
private _frameCandidate;
|
|
3938
3938
|
private _frames;
|
|
3939
3939
|
private _altKeyIsPressed;
|
|
3940
|
-
private
|
|
3940
|
+
private _multiKeyIsPressed;
|
|
3941
3941
|
private _oldY;
|
|
3942
3942
|
_frameIsMoving: boolean;
|
|
3943
3943
|
_isLoading: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "babylonjs-node-editor",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.12.0",
|
|
4
4
|
"main": "babylon.nodeEditor.js",
|
|
5
5
|
"types": "babylon.nodeEditor.module.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"clean": "rimraf dist && rimraf babylon*.*"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"babylonjs": "^5.
|
|
17
|
+
"babylonjs": "^5.12.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@dev/build-tools": "1.0.0",
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
"react-contextmenu": "RaananW/react-contextmenu",
|
|
28
28
|
"react-dom": "^17.0.2",
|
|
29
29
|
"rimraf": "^3.0.2",
|
|
30
|
-
"sass-loader": "^
|
|
31
|
-
"source-map-loader": "^
|
|
30
|
+
"sass-loader": "^13.0.0",
|
|
31
|
+
"source-map-loader": "^4.0.0",
|
|
32
32
|
"ts-loader": "^9.2.6",
|
|
33
33
|
"typescript": "^4.4.4",
|
|
34
|
-
"webpack": "^5.
|
|
35
|
-
"webpack-cli": "^4.
|
|
34
|
+
"webpack": "^5.73.0",
|
|
35
|
+
"webpack-cli": "^4.10.0",
|
|
36
36
|
"webpack-merge": "^5.8.0"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|