diff --git a/examples/three/.vs/ProjectSettings.json b/examples/three/.vs/ProjectSettings.json deleted file mode 100644 index f8b4888..0000000 --- a/examples/three/.vs/ProjectSettings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "CurrentProjectSetting": null -} \ No newline at end of file diff --git a/examples/three/.vs/VSWorkspaceState.json b/examples/three/.vs/VSWorkspaceState.json deleted file mode 100644 index 6b61141..0000000 --- a/examples/three/.vs/VSWorkspaceState.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "ExpandedNodes": [ - "" - ], - "PreviewInSolutionExplorer": false -} \ No newline at end of file diff --git a/examples/three/.vs/slnx.sqlite b/examples/three/.vs/slnx.sqlite deleted file mode 100644 index e7dc8f8..0000000 Binary files a/examples/three/.vs/slnx.sqlite and /dev/null differ diff --git a/examples/three/.vs/three/v16/.suo b/examples/three/.vs/three/v16/.suo deleted file mode 100644 index cd29938..0000000 Binary files a/examples/three/.vs/three/v16/.suo and /dev/null differ diff --git a/index.d.ts b/index.d.ts index 9ff7785..af78f36 100644 --- a/index.d.ts +++ b/index.d.ts @@ -95,19 +95,19 @@ declare module "3d-core-raub" { * does the same thing as `new Image()`. For more info see * [image-raub](https://github.com/node-3d/image-raub#image-for-nodejs). */ - Image: typeof Image, + Image: Image, /** * This constructor spawns a new platform window **with a web-document like interface**. * For more info see [glfw-raub](https://github.com/node-3d/glfw-raub#class-document). */ - Document: typeof Document, + Document: TGlfw['Document'], /** * This constructor spawns a new OS window. * For more info see [glfw-raub](https://github.com/node-3d/glfw-raub#class-window). */ - Window: typeof Window, + Window: TGlfw['Window'], /** * A WebGL context instance. This is **almost** the same as real WebGL stuff. diff --git a/package-lock.json b/package-lock.json index 3a87515..7fc7dae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,9 +10,9 @@ "license": "MIT", "dependencies": { "addon-tools-raub": "^7.4.0", - "glfw-raub": "^5.3.0", + "glfw-raub": "^5.3.1", "image-raub": "^4.2.0", - "webgl-raub": "^4.0.2" + "webgl-raub": "^4.0.3" }, "devDependencies": { "@types/node": "^20.8.3", @@ -729,9 +729,9 @@ "dev": true }, "node_modules/glfw-raub": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/glfw-raub/-/glfw-raub-5.3.0.tgz", - "integrity": "sha512-7xRKes3S46E/FY4zkvfaCEmuFV9SoNDgAex8MiJ0omoevmmkChR9YcIjtwnh9ViTaPZa1F1AK4fQH8rDMBiESg==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/glfw-raub/-/glfw-raub-5.3.1.tgz", + "integrity": "sha512-q6vFP703EJ0M5XyaqQ+U0ZfWR0pSzBF8kc3Pkh2RJCFiqsGnj7GqIvtL3Xz5FpZdVJPxmBJGnxCWpSuTSbaWfg==", "hasInstallScript": true, "dependencies": { "addon-tools-raub": "^7.4.0", @@ -1411,9 +1411,9 @@ } }, "node_modules/webgl-raub": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/webgl-raub/-/webgl-raub-4.0.2.tgz", - "integrity": "sha512-keUThmq61TbV1bHssdVbLQz28OXlxftxcBjCPeTLRvy7qk/41zWUR07qWa5B98EWwPaXGV8TUBfSxOS0yXTSog==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/webgl-raub/-/webgl-raub-4.0.3.tgz", + "integrity": "sha512-lGSyOIVQt1VJWQBLN+pYImylsaw7lKJD1qnKKmh94KKf2qkqdfH87h3sGStK3NHuM/QaPk950ukPAoS6F6XZGQ==", "hasInstallScript": true, "dependencies": { "addon-tools-raub": "^7.4.0", diff --git a/package.json b/package.json index 31119af..cc9d89e 100644 --- a/package.json +++ b/package.json @@ -46,8 +46,8 @@ "dependencies": { "addon-tools-raub": "^7.4.0", "image-raub": "^4.2.0", - "glfw-raub": "^5.3.0", - "webgl-raub": "^4.0.2" + "glfw-raub": "^5.3.1", + "webgl-raub": "^4.0.3" }, "devDependencies": { "@types/node": "^20.8.3",