Skip to content

Commit

Permalink
bump version, use licence ref, fix depedencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mblackstock committed Dec 30, 2023
1 parent 11351de commit f522ae5
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 9 deletions.
13 changes: 13 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -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.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit f522ae5

Please sign in to comment.