pipedrive 13.3.2 → 13.3.3
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +2 -0
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
@@ -7,6 +7,8 @@ The file format of it is based on [Keep a Changelog](http://keepachangelog.com/e
|
|
7
7
|
For public Changelog covering all changes done to Pipedrive’s API, webhooks and app extensions platforms, see [public Changelog](https://pipedrive.readme.io/docs/changelog) with discussion area in [Developers Community](https://devcommunity.pipedrive.com/c/documentation/changelog/19).
|
8
8
|
|
9
9
|
## [Unreleased]
|
10
|
+
### Changed
|
11
|
+
- Added babel/runtime to dependencies
|
10
12
|
|
11
13
|
## 13.3.2
|
12
14
|
### Changed
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "pipedrive",
|
3
|
-
"version": "13.3.
|
3
|
+
"version": "13.3.3",
|
4
4
|
"description": "Pipedrive REST client for NodeJS",
|
5
5
|
"license": "MIT",
|
6
6
|
"main": "dist/index.js",
|
@@ -18,8 +18,9 @@
|
|
18
18
|
"fs": false
|
19
19
|
},
|
20
20
|
"dependencies": {
|
21
|
-
"
|
22
|
-
"lodash": "^4.17.21"
|
21
|
+
"@babel/runtime": "^7.17.0",
|
22
|
+
"lodash": "^4.17.21",
|
23
|
+
"superagent": "^5.3.0"
|
23
24
|
},
|
24
25
|
"devDependencies": {
|
25
26
|
"@babel/cli": "^7.0.0",
|