We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2614d67 commit b720eacCopy full SHA for b720eac
components/pryv/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pryv",
3
- "version": "2.3.8",
+ "version": "2.3.9",
4
"description": "Pryv JavaScript library",
5
"keywords": [
6
"Pryv",
@@ -14,6 +14,9 @@
14
"type": "git",
15
"url": "git://github.com/pryv/lib-js"
16
},
17
+ "dependencies": {
18
+ "superagent": "^8.0.6"
19
+ },
20
"license": "BSD-3-Clause",
21
"author": "Pryv S.A. <info@pryv.com> (https://pryv.com)",
22
"main": "src/index.js",
0 commit comments