@activepieces/piece-dropbox 0.1.0 → 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@activepieces/piece-dropbox",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "dependencies": {
5
5
  "@sinclair/typebox": "0.24.51",
6
6
  "axios": "1.2.4",
@@ -8,8 +8,8 @@
8
8
  "nanoid": "3.3.4"
9
9
  },
10
10
  "peerDependencies": {
11
- "@activepieces/framework": "0.1.0",
12
- "@activepieces/shared": "0.1.0",
11
+ "@activepieces/framework": "0.1.2",
12
+ "@activepieces/shared": "0.1.2",
13
13
  "tslib": "2.4.1"
14
14
  },
15
15
  "main": "./src/index.js",
@@ -6,7 +6,7 @@ const framework_1 = require("@activepieces/framework");
6
6
  exports.dropboxCreateNewFolder = (0, framework_1.createAction)({
7
7
  name: 'create_new_dropbox_folder',
8
8
  description: 'Create a new empty folder in your Dropbox',
9
- displayName: 'Create new folder',
9
+ displayName: 'Create New Folder',
10
10
  props: {
11
11
  authentication: framework_1.Property.OAuth2({
12
12
  description: "",
@@ -6,7 +6,7 @@ const framework_1 = require("@activepieces/framework");
6
6
  exports.dropboxCreateNewTextFile = (0, framework_1.createAction)({
7
7
  name: 'create_new_dropbox_text_file',
8
8
  description: 'Create a new text file in your Dropbox from text input',
9
- displayName: 'Create new text file',
9
+ displayName: 'Create New Text File',
10
10
  props: {
11
11
  authentication: framework_1.Property.OAuth2({
12
12
  description: "",