node-red-contrib-pt1 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +46 -46
package/package.json CHANGED
@@ -1,46 +1,46 @@
1
- {
2
- "name": "node-red-contrib-pt1",
3
- "version": "1.0.0",
4
- "description": "PT1 first-order low-pass filter for smoothing noisy measurement values",
5
- "repository": {
6
- "type": "git",
7
- "url": "https://github.com/Wobi848/node-red-contrib-rpo-suite.git"
8
- },
9
- "bugs": {
10
- "url": "https://github.com/Wobi848/node-red-contrib-rpo-suite/issues"
11
- },
12
- "files": [
13
- "pt1.js",
14
- "pt1.html",
15
- "locales",
16
- "examples"
17
- ],
18
- "keywords": [
19
- "node-red",
20
- "pt1",
21
- "low-pass",
22
- "filter",
23
- "smooth",
24
- "lag",
25
- "measurement"
26
- ],
27
- "author": "sr.rpo",
28
- "license": "MIT",
29
- "node-red": {
30
- "version": "1.0.0",
31
- "nodes": {
32
- "pt1": "pt1.js"
33
- }
34
- },
35
- "engines": {
36
- "node": ">=14.0.0"
37
- },
38
- "scripts": {
39
- "test": "mocha \"test/**/*_spec.js\" --exit"
40
- },
41
- "devDependencies": {
42
- "mocha": "^10.2.0",
43
- "node-red": "^3.1.0",
44
- "node-red-node-test-helper": "^0.3.6"
45
- }
46
- }
1
+ {
2
+ "name": "node-red-contrib-pt1",
3
+ "version": "1.0.1",
4
+ "description": "PT1 first-order low-pass filter for smoothing noisy measurement values",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/Wobi848/node-red-contrib-rpo-suite.git"
8
+ },
9
+ "bugs": {
10
+ "url": "https://github.com/Wobi848/node-red-contrib-rpo-suite/issues"
11
+ },
12
+ "files": [
13
+ "pt1.js",
14
+ "pt1.html",
15
+ "locales",
16
+ "examples"
17
+ ],
18
+ "keywords": [
19
+ "node-red",
20
+ "pt1",
21
+ "low-pass",
22
+ "filter",
23
+ "smooth",
24
+ "lag",
25
+ "measurement"
26
+ ],
27
+ "author": "sr.rpo",
28
+ "license": "MIT",
29
+ "node-red": {
30
+ "version": ">=4.0.0",
31
+ "nodes": {
32
+ "pt1": "pt1.js"
33
+ }
34
+ },
35
+ "engines": {
36
+ "node": ">=14.0.0"
37
+ },
38
+ "scripts": {
39
+ "test": "mocha \"test/**/*_spec.js\" --exit"
40
+ },
41
+ "devDependencies": {
42
+ "mocha": "^10.2.0",
43
+ "node-red": "^3.1.0",
44
+ "node-red-node-test-helper": "^0.3.6"
45
+ }
46
+ }