@friggframework/api-module-pipedrive 0.8.16 → 0.8.17
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.
- package/CHANGELOG.md +27 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
|
1
|
+
# v0.8.17 (Mon Jan 09 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Merge remote-tracking branch 'origin/main' into gitbook-updates [#48](https://github.com/friggframework/frigg/pull/48) ([@seanspeaks](https://github.com/seanspeaks))
|
|
6
|
+
- Bump independent versions \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
|
|
7
|
+
- A lot of changes all rolled into one [#21](https://github.com/friggframework/frigg/pull/21) ([@seanspeaks](https://github.com/seanspeaks))
|
|
8
|
+
- Updated API modules with support for sls offline, and made sure optional chaining with discriminators was in place ([@seanspeaks](https://github.com/seanspeaks))
|
|
9
|
+
- Fixing dependencies across all API Modules ([@seanspeaks](https://github.com/seanspeaks))
|
|
10
|
+
- More import issues (Exports are named objects, imports needed to object destructure) ([@seanspeaks](https://github.com/seanspeaks))
|
|
11
|
+
- Updates to API Modules for proper export/imports ([@seanspeaks](https://github.com/seanspeaks))
|
|
12
|
+
- Merge remote-tracking branch 'origin/main' into simplify-mongoose-models ([@seanspeaks](https://github.com/seanspeaks))
|
|
13
|
+
- Update all api modules to use module-plugin models ([@seanspeaks](https://github.com/seanspeaks))
|
|
14
|
+
- Add READMEs for all packages and api-modules [#20](https://github.com/friggframework/frigg/pull/20) ([@seanspeaks](https://github.com/seanspeaks))
|
|
15
|
+
- Add READMEs for all packages and api-modules ([@seanspeaks](https://github.com/seanspeaks))
|
|
16
|
+
|
|
17
|
+
#### ⚠️ Pushed to `main`
|
|
18
|
+
|
|
19
|
+
- Merge branch 'main' into gitbook-updates ([@seanspeaks](https://github.com/seanspeaks))
|
|
20
|
+
- Finish initial formatting and publishing of all modules ([@seanspeaks](https://github.com/seanspeaks))
|
|
21
|
+
|
|
22
|
+
#### Authors: 1
|
|
23
|
+
|
|
24
|
+
- Sean Matthews ([@seanspeaks](https://github.com/seanspeaks))
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
1
28
|
# v0.8.14 (Tue Dec 06 2022)
|
|
2
29
|
|
|
3
30
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.8.
|
|
2
|
+
"version": "0.8.17",
|
|
3
3
|
"name": "@friggframework/api-module-pipedrive",
|
|
4
4
|
"prettier": "@friggframework/prettier-config",
|
|
5
5
|
"description": "",
|
|
@@ -11,16 +11,16 @@
|
|
|
11
11
|
"author": "",
|
|
12
12
|
"license": "MIT",
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@friggframework/eslint-config": "^1.0.
|
|
15
|
-
"@friggframework/test-environment": "^1.1.
|
|
14
|
+
"@friggframework/eslint-config": "^1.0.8",
|
|
15
|
+
"@friggframework/test-environment": "^1.1.5",
|
|
16
16
|
"eslint": "^8.22.0",
|
|
17
17
|
"jest": "^28.1.3",
|
|
18
18
|
"prettier": "^2.7.1",
|
|
19
19
|
"sinon": "^14.0.0"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@friggframework/assertions": "^1.0.
|
|
23
|
-
"@friggframework/module-plugin": "^1.0.
|
|
22
|
+
"@friggframework/assertions": "^1.0.6",
|
|
23
|
+
"@friggframework/module-plugin": "^1.0.18"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "3470c88c17cae4728d60f871bbf3543a69e7f005"
|
|
26
26
|
}
|