@nodert-win10-rs3/windows.graphics.directx.direct3d11
Advanced tools
Comparing version 0.3.2 to 0.4.0
@@ -16,8 +16,8 @@ // Copyright (c) Microsoft Corporation, Nadav Bar, and Felix Rieseberg | ||
var path = require('path'); | ||
var fs = require('fs'); | ||
const path = require('path'); | ||
const fs = require('fs'); | ||
var npmScope = 'nodert-win10-rs3'; | ||
const npmScope = 'nodert-win10-rs3'; | ||
// this little trick makes node.js Tools for VS load intellisense for the module | ||
// This little trick makes Node.js Tools for VS load IntelliSense for the module | ||
if (fs.existsSync(path.join(__dirname, 'NodeRT_Windows_Graphics_DirectX_Direct3D11.d.js)'))) { | ||
@@ -36,2 +36,3 @@ module.exports = require('./NodeRT_Windows_Graphics_DirectX_Direct3D11.d.js'); | ||
namespaceRegistry = {}; | ||
Object.defineProperty(global, '__winRtNamespaces__', { | ||
@@ -38,0 +39,0 @@ configurable: true, |
{ | ||
"name": "@nodert-win10-rs3/windows.graphics.directx.direct3d11", | ||
"version": "0.3.2", | ||
"version": "0.4.0", | ||
"description": "Use the Windows.Graphics.DirectX.Direct3D11 UWP API directly from Node.js", | ||
@@ -23,3 +23,3 @@ "main": "lib/main.js", | ||
"dependencies" : { | ||
"nan" : "latest" | ||
"nan" : "latest" | ||
}, | ||
@@ -26,0 +26,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
171655