@activepieces/pieces-common 0.4.7 → 0.4.8

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/pieces-common",
3
- "version": "0.4.7",
3
+ "version": "0.4.8",
4
4
  "type": "commonjs",
5
5
  "dependencies": {
6
6
  "@anthropic-ai/sdk": "0.39.0",
@@ -14,8 +14,8 @@
14
14
  "openai": "4.67.1",
15
15
  "replicate": "0.34.1",
16
16
  "semver": "7.6.0",
17
- "zod": "3.25.7",
18
- "@activepieces/pieces-framework": "0.11.0",
17
+ "zod": "3.25.23",
18
+ "@activepieces/pieces-framework": "0.13.0",
19
19
  "@activepieces/shared": "0.12.0",
20
20
  "tslib": "1.14.1"
21
21
  },
@@ -53,7 +53,7 @@ function createCustomApiCallAction({ auth, baseUrl, authMapping, description, di
53
53
  props: (_a) => tslib_1.__awaiter(this, [_a], void 0, function* ({ auth }) {
54
54
  var _b;
55
55
  return {
56
- url: pieces_framework_1.Property.ShortText(Object.assign({ displayName: 'URL', description: `You can either use the full URL or the relative path to the base URL
56
+ url: pieces_framework_1.Property.ShortText(Object.assign({ displayName: 'URL', description: `You can either use the full URL or the relative path to the base URL
57
57
  i.e ${getBaseUrlForDescription(baseUrl, auth)}/resource or /resource`, required: true, defaultValue: baseUrl(auth) }, ((_b = props === null || props === void 0 ? void 0 : props.url) !== null && _b !== void 0 ? _b : {}))),
58
58
  };
59
59
  }),