@pipedream/mapbox 0.2.0 → 0.2.1
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.
|
|
9
|
+
version: "0.1.1",
|
|
10
10
|
type: "action",
|
|
11
11
|
props: {
|
|
12
12
|
mapbox,
|
|
@@ -42,6 +42,12 @@ export default {
|
|
|
42
42
|
description: "Describes whether the tileset must be used with an access token from your Mapbox account. Default is `true`.",
|
|
43
43
|
optional: true,
|
|
44
44
|
},
|
|
45
|
+
syncDir: {
|
|
46
|
+
type: "dir",
|
|
47
|
+
accessMode: "read",
|
|
48
|
+
sync: true,
|
|
49
|
+
optional: true,
|
|
50
|
+
},
|
|
45
51
|
},
|
|
46
52
|
async run({ $ }) {
|
|
47
53
|
// Create Tileset Source
|