@openfn/language-asana 4.3.0 → 5.0.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.
- package/dist/index.cjs +0 -3
- package/dist/index.js +0 -3
- package/package.json +1 -1
- package/types/Adaptor.d.ts +1 -1
package/dist/index.cjs
CHANGED
|
@@ -36,7 +36,6 @@ __export(src_exports, {
|
|
|
36
36
|
fnIf: () => import_language_common3.fnIf,
|
|
37
37
|
getTask: () => getTask,
|
|
38
38
|
getTasks: () => getTasks,
|
|
39
|
-
http: () => import_language_common3.http,
|
|
40
39
|
lastReferenceValue: () => import_language_common3.lastReferenceValue,
|
|
41
40
|
merge: () => import_language_common3.merge,
|
|
42
41
|
request: () => request2,
|
|
@@ -66,7 +65,6 @@ __export(Adaptor_exports, {
|
|
|
66
65
|
fnIf: () => import_language_common3.fnIf,
|
|
67
66
|
getTask: () => getTask,
|
|
68
67
|
getTasks: () => getTasks,
|
|
69
|
-
http: () => import_language_common3.http,
|
|
70
68
|
lastReferenceValue: () => import_language_common3.lastReferenceValue,
|
|
71
69
|
merge: () => import_language_common3.merge,
|
|
72
70
|
request: () => request2,
|
|
@@ -337,7 +335,6 @@ var src_default = Adaptor_exports;
|
|
|
337
335
|
fnIf,
|
|
338
336
|
getTask,
|
|
339
337
|
getTasks,
|
|
340
|
-
http,
|
|
341
338
|
lastReferenceValue,
|
|
342
339
|
merge,
|
|
343
340
|
request,
|
package/dist/index.js
CHANGED
|
@@ -23,7 +23,6 @@ __export(Adaptor_exports, {
|
|
|
23
23
|
fnIf: () => fnIf,
|
|
24
24
|
getTask: () => getTask,
|
|
25
25
|
getTasks: () => getTasks,
|
|
26
|
-
http: () => http,
|
|
27
26
|
lastReferenceValue: () => lastReferenceValue,
|
|
28
27
|
merge: () => merge,
|
|
29
28
|
request: () => request2,
|
|
@@ -124,7 +123,6 @@ import {
|
|
|
124
123
|
fields,
|
|
125
124
|
fn,
|
|
126
125
|
fnIf,
|
|
127
|
-
http,
|
|
128
126
|
lastReferenceValue,
|
|
129
127
|
merge,
|
|
130
128
|
sourceValue,
|
|
@@ -317,7 +315,6 @@ export {
|
|
|
317
315
|
fnIf,
|
|
318
316
|
getTask,
|
|
319
317
|
getTasks,
|
|
320
|
-
http,
|
|
321
318
|
lastReferenceValue,
|
|
322
319
|
merge,
|
|
323
320
|
request2 as request,
|
package/package.json
CHANGED
package/types/Adaptor.d.ts
CHANGED
|
@@ -193,4 +193,4 @@ export type StoryOptions = any;
|
|
|
193
193
|
* Options provided to the Asana API request
|
|
194
194
|
*/
|
|
195
195
|
export type RequestOptions = any;
|
|
196
|
-
export { alterState, cursor, dataPath, dataValue, dateFns, each, field, fields, fn, fnIf,
|
|
196
|
+
export { alterState, cursor, dataPath, dataValue, dateFns, each, field, fields, fn, fnIf, lastReferenceValue, merge, sourceValue, as } from "@openfn/language-common";
|