@nodert-win10-rs3/windows.networking.vpn
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_Networking_Vpn.d.js)'))) { | ||
@@ -36,2 +36,3 @@ module.exports = require('./NodeRT_Windows_Networking_Vpn.d.js'); | ||
namespaceRegistry = {}; | ||
Object.defineProperty(global, '__winRtNamespaces__', { | ||
@@ -38,0 +39,0 @@ configurable: true, |
{ | ||
"name": "@nodert-win10-rs3/windows.networking.vpn", | ||
"version": "0.3.2", | ||
"version": "0.4.0", | ||
"description": "Use the Windows.Networking.Vpn UWP API directly from Node.js", | ||
@@ -71,3 +71,3 @@ "main": "lib/main.js", | ||
"dependencies" : { | ||
"nan" : "latest" | ||
"nan" : "latest" | ||
}, | ||
@@ -74,0 +74,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
800099