@openfn/language-kobotoolbox 2.0.1 → 2.1.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.
@@ -34,12 +34,8 @@
34
34
  "apiVersion": {
35
35
  "title": "API Version",
36
36
  "type": "string",
37
- "default": "v2",
37
+ "placeholder": "v2",
38
38
  "description": "Kobotoolbox API version to use",
39
- "enum": [
40
- "v1",
41
- "v2"
42
- ],
43
39
  "minLength": 1,
44
40
  "examples": [
45
41
  "v2"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfn/language-kobotoolbox",
3
- "version": "2.0.1",
3
+ "version": "2.1.0",
4
4
  "description": "A Kobo Toolbox Language Pack for OpenFn",
5
5
  "homepage": "https://docs.openfn.org",
6
6
  "repository": {