@openfn/language-odoo 1.0.9 → 2.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 CHANGED
@@ -36,7 +36,6 @@ __export(src_exports, {
36
36
  field: () => import_language_common2.field,
37
37
  fields: () => import_language_common2.fields,
38
38
  fn: () => import_language_common2.fn,
39
- http: () => import_language_common2.http,
40
39
  lastReferenceValue: () => import_language_common2.lastReferenceValue,
41
40
  merge: () => import_language_common2.merge,
42
41
  read: () => read,
@@ -59,7 +58,6 @@ __export(Adaptor_exports, {
59
58
  field: () => import_language_common2.field,
60
59
  fields: () => import_language_common2.fields,
61
60
  fn: () => import_language_common2.fn,
62
- http: () => import_language_common2.http,
63
61
  lastReferenceValue: () => import_language_common2.lastReferenceValue,
64
62
  merge: () => import_language_common2.merge,
65
63
  read: () => read,
@@ -192,7 +190,6 @@ var src_default = Adaptor_exports;
192
190
  field,
193
191
  fields,
194
192
  fn,
195
- http,
196
193
  lastReferenceValue,
197
194
  merge,
198
195
  read,
package/dist/index.js CHANGED
@@ -17,7 +17,6 @@ __export(Adaptor_exports, {
17
17
  field: () => field,
18
18
  fields: () => fields,
19
19
  fn: () => fn,
20
- http: () => http,
21
20
  lastReferenceValue: () => lastReferenceValue,
22
21
  merge: () => merge,
23
22
  read: () => read,
@@ -39,7 +38,6 @@ import {
39
38
  field,
40
39
  fields,
41
40
  fn,
42
- http,
43
41
  lastReferenceValue,
44
42
  merge,
45
43
  sourceValue
@@ -165,7 +163,6 @@ export {
165
163
  field,
166
164
  fields,
167
165
  fn,
168
- http,
169
166
  lastReferenceValue,
170
167
  merge,
171
168
  read,
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@openfn/language-odoo",
3
3
  "label": "Odoo",
4
- "version": "1.0.9",
5
- "description": "OpenFn odoo adaptor",
4
+ "version": "2.0.0",
5
+ "description": "OpenFn adaptor for Odoo",
6
6
  "type": "module",
7
7
  "exports": {
8
8
  ".": {
@@ -21,7 +21,7 @@
21
21
  ],
22
22
  "dependencies": {
23
23
  "odoo-await": "^3.4.1",
24
- "@openfn/language-common": "3.0.1"
24
+ "@openfn/language-common": "3.0.2"
25
25
  },
26
26
  "devDependencies": {
27
27
  "assertion-error": "2.0.0",
@@ -113,4 +113,4 @@ export type CreateOptions = {
113
113
  */
114
114
  downloadNewRecord: boolean;
115
115
  };
116
- export { dataPath, dataValue, dateFns, each, field, fields, fn, http, lastReferenceValue, merge, sourceValue } from "@openfn/language-common";
116
+ export { dataPath, dataValue, dateFns, each, field, fields, fn, lastReferenceValue, merge, sourceValue } from "@openfn/language-common";