@openfn/language-msgraph 0.8.1 → 0.8.3
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/ast.json +1 -1
- package/package.json +2 -2
package/ast.json
CHANGED
|
@@ -509,7 +509,7 @@
|
|
|
509
509
|
"operation"
|
|
510
510
|
],
|
|
511
511
|
"docs": {
|
|
512
|
-
"description": "
|
|
512
|
+
"description": "Execute a function only when the condition returns true",
|
|
513
513
|
"tags": [
|
|
514
514
|
{
|
|
515
515
|
"title": "public",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openfn/language-msgraph",
|
|
3
3
|
"label": "Microsoft Graph",
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.3",
|
|
5
5
|
"description": "Microsoft Graph Language Pack for OpenFn",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"exports": {
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"undici": "^5.29.0",
|
|
25
25
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz",
|
|
26
|
-
"@openfn/language-common": "3.0.
|
|
26
|
+
"@openfn/language-common": "3.0.3"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"assertion-error": "2.0.0",
|