|
1 | 1 | { |
2 | 2 | "name": "@wiotp/sdk", |
3 | | - "version": "0.8.1", |
| 3 | + "version": "0.8.2", |
4 | 4 | "description": "SDK for developing device, gateway, and application clients for IBM Watson IoT Platform", |
5 | 5 | "main": "dist/index.js", |
6 | 6 | "files": [ |
|
14 | 14 | "access": "public" |
15 | 15 | }, |
16 | 16 | "dependencies": { |
17 | | - "axios": "^1.6.5", |
| 17 | + "axios": "^1.7.9", |
18 | 18 | "bluebird": "^3.7.2", |
19 | 19 | "btoa": "^1.2.1", |
20 | 20 | "concat-stream": "^2.0.0", |
21 | 21 | "esm": "^3.2.25", |
22 | 22 | "events": "^3.3.0", |
23 | | - "form-data": "^4.0.0", |
| 23 | + "form-data": "^4.0.1", |
24 | 24 | "format": "^0.2.2", |
25 | | - "loglevel": "^1.8.1", |
| 25 | + "loglevel": "^1.9.2", |
26 | 26 | "mqtt": "^4.3.8", |
27 | | - "systeminformation": "^5.21.22", |
| 27 | + "systeminformation": "^5.25.11", |
28 | 28 | "tinycache": "^1.1.2", |
29 | 29 | "uuid": "^9.0.1", |
30 | | - "yaml": "^2.3.4", |
| 30 | + "yaml": "2.6.1", |
31 | 31 | "yargs": "^17.7.2" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | | - "@babel/cli": "^7.23.4", |
35 | | - "@babel/core": "^7.23.7", |
36 | | - "@babel/preset-env": "^7.23.8", |
37 | | - "@babel/register": "^7.23.7", |
38 | | - "@ibm-cloud/cloudant": "^0.8.2", |
| 34 | + "@babel/cli": "^7.26.4", |
| 35 | + "@babel/core": "^7.26.0", |
| 36 | + "@babel/preset-env": "^7.26.0", |
| 37 | + "@babel/register": "^7.25.9", |
| 38 | + "@ibm-cloud/cloudant": "^0.8.3", |
39 | 39 | "@istanbuljs/nyc-config-babel": "^3.0.0", |
40 | 40 | "babel-plugin-istanbul": "^6.1.1", |
41 | 41 | "babelify": "^10.0.0", |
42 | | - "browserify": "^17.0.0", |
43 | | - "chai": "^4.4.1", |
44 | | - "chai-as-promised": "^7.1.1", |
| 42 | + "browserify": "^17.0.1", |
| 43 | + "chai": "^4.5.0", |
| 44 | + "chai-as-promised": "^7.1.2", |
45 | 45 | "coveralls": "3.1.1", |
46 | | - "mocha": "^10.2.0", |
| 46 | + "mocha": "^10.8.2", |
47 | 47 | "mocha-steps": "^1.3.0", |
48 | 48 | "nyc": "15.1.0", |
49 | | - "rimraf": "^5.0.5", |
50 | | - "terser": "^5.26.0" |
| 49 | + "rimraf": "^5.0.10", |
| 50 | + "terser": "^5.37.0" |
51 | 51 | }, |
52 | 52 | "scripts": { |
53 | 53 | "clean": "rimraf dist/*", |
|
71 | 71 | { |
72 | 72 | "name": "Bryan Boyd", |
73 | 73 | |
| 74 | + }, |
| 75 | + { |
| 76 | + "name": "Amritha Raj Herle", |
| 77 | + |
74 | 78 | } |
75 | 79 | ], |
76 | 80 | "repository": { |
|
0 commit comments