@pipedream/google_slides 0.1.1 → 0.1.2

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.
@@ -4,7 +4,7 @@ export default {
4
4
  key: "google_slides-create-presentation",
5
5
  name: "Create Presentation",
6
6
  description: "Create a blank presentation or duplicate an existing presentation. [See the docs here](https://developers.google.com/slides/api/guides/presentations#copy_an_existing_presentation)",
7
- version: "0.0.2",
7
+ version: "0.0.3",
8
8
  type: "action",
9
9
  props: {
10
10
  app,
@@ -4,7 +4,7 @@ export default {
4
4
  key: "google_slides-find-presentation",
5
5
  name: "Find a Presentation",
6
6
  description: "Find a presentation on Google Drive. [See the docs here](https://developers.google.com/slides/api/samples/presentation#list_existing_presentation_files)",
7
- version: "0.0.2",
7
+ version: "0.0.3",
8
8
  type: "action",
9
9
  props: {
10
10
  app,
@@ -4,7 +4,7 @@ export default {
4
4
  key: "google_slides-merge-data",
5
5
  name: "Merge Data",
6
6
  description: "Merge data into a presentation. [See the docs here](https://developers.google.com/slides/api/guides/merge)",
7
- version: "0.0.1",
7
+ version: "0.0.2",
8
8
  type: "action",
9
9
  props: {
10
10
  app,
@@ -4,7 +4,7 @@ export default {
4
4
  key: "google_slides-refresh-chart",
5
5
  name: "Refresh a chart",
6
6
  description: "Refresh a chart from Sheets. [See the docs here](https://developers.google.com/slides/api/samples/elements#refresh_a_chart_from_sheets)",
7
- version: "0.0.2",
7
+ version: "0.0.3",
8
8
  type: "action",
9
9
  props: {
10
10
  app,
@@ -1,5 +1,5 @@
1
1
  import slides from "@googleapis/slides";
2
- import googleDrive from "../google_drive/google_drive.app.mjs";
2
+ import googleDrive from "@pipedream/google_drive";
3
3
 
4
4
  export default {
5
5
  ...googleDrive,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipedream/google_slides",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Pipedream Google Slides Components",
5
5
  "main": "google_slides.app.mjs",
6
6
  "keywords": [
@@ -10,10 +10,10 @@
10
10
  "homepage": "https://pipedream.com/apps/google_slides",
11
11
  "author": "Pipedream <support@pipedream.com> (https://pipedream.com/)",
12
12
  "dependencies": {
13
- "@googleapis/slides": "^0.7.1",
14
13
  "@googleapis/drive": "^2.3.0",
14
+ "@googleapis/slides": "^0.7.1",
15
+ "@pipedream/google_drive": "^1.0.3",
15
16
  "@pipedream/platform": "^0.9.0",
16
- "axios": "^0.21.1",
17
17
  "mime-db": "^1.51.0",
18
18
  "uuid": "^8.3.2"
19
19
  },
@@ -6,7 +6,7 @@ export default {
6
6
  type: "source",
7
7
  name: "New Presentation (Instant)",
8
8
  description: "Emit new event each time a new presentation is created in a drive.",
9
- version: "0.0.3",
9
+ version: "0.0.4",
10
10
  hooks: {
11
11
  ...newFilesInstant.hooks,
12
12
  async deploy() {