@nodert-win10-cu/windows.devices.bluetooth.advertisement
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-cu'; | ||
const npmScope = 'nodert-win10-cu'; | ||
// 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_Devices_Bluetooth_Advertisement.d.js)'))) { | ||
@@ -36,2 +36,3 @@ module.exports = require('./NodeRT_Windows_Devices_Bluetooth_Advertisement.d.js'); | ||
namespaceRegistry = {}; | ||
Object.defineProperty(global, '__winRtNamespaces__', { | ||
@@ -38,0 +39,0 @@ configurable: true, |
{ | ||
"name": "@nodert-win10-cu/windows.devices.bluetooth.advertisement", | ||
"version": "0.3.2", | ||
"version": "0.4.0", | ||
"description": "Use the Windows.Devices.Bluetooth.Advertisement UWP API directly from Node.js", | ||
@@ -33,3 +33,3 @@ "main": "lib/main.js", | ||
"dependencies" : { | ||
"nan" : "latest" | ||
"nan" : "latest" | ||
}, | ||
@@ -36,0 +36,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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
333832