From f522ae5e8a45cedde48d273937c73fb74dd656ef Mon Sep 17 00:00:00 2001 From: Mike Blackstock Date: Sat, 30 Dec 2023 14:22:59 -0800 Subject: [PATCH] bump version, use licence ref, fix depedencies --- LICENSE | 13 +++++++++++++ package-lock.json | 10 +++++----- package.json | 8 ++++---- 3 files changed, 22 insertions(+), 9 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e9f08f4 --- /dev/null +++ b/LICENSE @@ -0,0 +1,13 @@ +Copyright (c) 2023 Michael Blackstock and other contributors + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index db521a5..80e29b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "node-red-contrib-influxdb", - "version": "0.6.1", + "version": "0.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.6.1", + "version": "0.7.0", "license": "Apache-2.0", "dependencies": { - "@influxdata/influxdb-client": "^1.33.2", - "influx": "5.9.3", - "lodash": "4.17.21" + "@influxdata/influxdb-client": "~1.33.2", + "influx": "~5.9.3", + "lodash": "~4.17.21" }, "engines": { "node": ">=10" diff --git a/package.json b/package.json index 3bc72aa..15b1ba1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-influxdb", - "version": "0.6.1", + "version": "0.7.0", "description": "Node-RED nodes to save and query data from an influxdb time series database", "main": "influxdb.js", "scripts": { @@ -32,9 +32,9 @@ } }, "dependencies": { - "influx": "5.9.3", - "@influxdata/influxdb-client": "^1.33.2", - "lodash": "4.17.21" + "influx": "~5.9.3", + "@influxdata/influxdb-client": "~1.33.2", + "lodash": "~4.17.21" }, "engines": { "node": ">=10"