From bb4345fb509f215c9f66bb811d136fddfd54d300 Mon Sep 17 00:00:00 2001 From: Stephen McLaughlin <44235289+Steve-Mcl@users.noreply.github.com> Date: Thu, 12 May 2022 22:35:54 +0100 Subject: [PATCH] move client script and shared func to iife prevent global polution with other nodes doing this --- storage/mongodb/66-mongodb.html | 208 ++++++++++++++++---------------- storage/mongodb/package.json | 2 +- 2 files changed, 105 insertions(+), 105 deletions(-) diff --git a/storage/mongodb/66-mongodb.html b/storage/mongodb/66-mongodb.html index b1201b1d..b51ff91a 100644 --- a/storage/mongodb/66-mongodb.html +++ b/storage/mongodb/66-mongodb.html @@ -42,37 +42,6 @@ - - - diff --git a/storage/mongodb/package.json b/storage/mongodb/package.json index 96f88106..fcbd7df4 100644 --- a/storage/mongodb/package.json +++ b/storage/mongodb/package.json @@ -1,6 +1,6 @@ { "name" : "node-red-node-mongodb", - "version" : "0.2.5", + "version" : "0.2.6", "description" : "Node-RED nodes to talk to a Mongo database", "dependencies" : { "mongodb" : "^3.6.3"