@pipedream/mapbox 0.2.2 → 0.2.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.
@@ -6,7 +6,7 @@ export default {
6
6
  key: "mapbox-create-tileset",
7
7
  name: "Create Tileset",
8
8
  description: "Uploads and creates a new tileset from a data source. [See the documentation](https://docs.mapbox.com/api/maps/mapbox-tiling-service/)",
9
- version: "0.1.2",
9
+ version: "0.1.3",
10
10
  annotations: {
11
11
  destructiveHint: false,
12
12
  openWorldHint: true,
@@ -29,6 +29,7 @@ export default {
29
29
  type: "string",
30
30
  label: "File Path or URL",
31
31
  description: "A tileset source file. Provide either a file URL or a path to a file in the `/tmp` directory (for example, `/tmp/myFile.txt`)",
32
+ format: "file-ref",
32
33
  },
33
34
  recipe: {
34
35
  type: "object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipedream/mapbox",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Pipedream Mapbox Components",
5
5
  "main": "mapbox.app.mjs",
6
6
  "keywords": [
@@ -13,7 +13,7 @@
13
13
  "access": "public"
14
14
  },
15
15
  "dependencies": {
16
- "@pipedream/platform": "^3.1.0",
16
+ "@pipedream/platform": "^3.2.5",
17
17
  "form-data": "^4.0.4"
18
18
  }
19
19
  }