@friggframework/api-module-pipedrive 2.1.0-canary.63.699128f.0 → 2.1.0-canary.68.7de2366.0

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 (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  # pipedrive
2
2
 
3
- This is the API Module for pipedrive that allows the [Frigg](https://friggframework.org) code to talk to the pipedrive API.
3
+ This is the API Module for pipedrive that allows the [Frigg](https://friggframework.org) code to talk to the pipedrive
4
+ API.
4
5
 
5
- Read more on the [Frigg documentation site](https://docs.friggframework.org/api-modules/list/pipedrive
6
+ Read more on the [Frigg documentation site](https://docs.friggframework.org/api-modules/list/pipedrive
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@friggframework/api-module-pipedrive",
3
- "version": "2.1.0-canary.63.699128f.0",
3
+ "version": "2.1.0-canary.68.7de2366.0",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -30,5 +30,5 @@
30
30
  "publishConfig": {
31
31
  "access": "public"
32
32
  },
33
- "gitHead": "699128f77c48ef44bebfb61fac203bcfe96a2a34"
33
+ "gitHead": "7de2366de0cab7e186788d8f226029781af8312c"
34
34
  }