@activepieces/piece-text-helper 0.1.3 → 0.1.4
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 +3 -3
- package/src/index.js +5 -3
- package/src/index.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-text-helper",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@sinclair/typebox": "0.26.8",
|
|
6
6
|
"axios": "^1.6.3",
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"nanoid": "3.3.6",
|
|
12
12
|
"semver": "7.5.4",
|
|
13
13
|
"showdown": "2.1.0",
|
|
14
|
-
"@activepieces/pieces-framework": "0.7.
|
|
15
|
-
"@activepieces/shared": "0.10.
|
|
14
|
+
"@activepieces/pieces-framework": "0.7.15",
|
|
15
|
+
"@activepieces/shared": "0.10.68",
|
|
16
16
|
"tslib": "2.6.2"
|
|
17
17
|
},
|
|
18
18
|
"main": "./src/index.js",
|
package/src/index.js
CHANGED
|
@@ -2,17 +2,19 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.textHelper = void 0;
|
|
4
4
|
const pieces_framework_1 = require("@activepieces/pieces-framework");
|
|
5
|
+
const shared_1 = require("@activepieces/shared");
|
|
5
6
|
const concat_1 = require("./lib/actions/concat");
|
|
6
|
-
const replace_1 = require("./lib/actions/replace");
|
|
7
|
-
const split_1 = require("./lib/actions/split");
|
|
8
7
|
const find_1 = require("./lib/actions/find");
|
|
9
|
-
const markdown_to_html_1 = require("./lib/actions/markdown-to-html");
|
|
10
8
|
const html_to_markdown_1 = require("./lib/actions/html-to-markdown");
|
|
9
|
+
const markdown_to_html_1 = require("./lib/actions/markdown-to-html");
|
|
10
|
+
const replace_1 = require("./lib/actions/replace");
|
|
11
|
+
const split_1 = require("./lib/actions/split");
|
|
11
12
|
exports.textHelper = (0, pieces_framework_1.createPiece)({
|
|
12
13
|
displayName: 'Text Helper',
|
|
13
14
|
auth: pieces_framework_1.PieceAuth.None(),
|
|
14
15
|
logoUrl: 'https://cdn.activepieces.com/pieces/text-helper.svg',
|
|
15
16
|
authors: ['abaza738', 'joeworkman', 'AbdulTheActivePiecer'],
|
|
17
|
+
categories: [shared_1.PieceCategory.CORE],
|
|
16
18
|
actions: [concat_1.concat, replace_1.replace, split_1.split, find_1.find, markdown_to_html_1.markdownToHTML, html_to_markdown_1.htmlToMarkdown],
|
|
17
19
|
triggers: [],
|
|
18
20
|
});
|
package/src/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../packages/pieces/community/text-helper/src/index.ts"],"names":[],"mappings":";;;AAAA,qEAAwE;AACxE,iDAA8C;AAC9C,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../packages/pieces/community/text-helper/src/index.ts"],"names":[],"mappings":";;;AAAA,qEAAwE;AACxE,iDAAqD;AACrD,iDAA8C;AAC9C,6CAA0C;AAC1C,qEAAgE;AAChE,qEAAgE;AAChE,mDAAgD;AAChD,+CAA4C;AAE/B,QAAA,UAAU,GAAG,IAAA,8BAAW,EAAC;IACpC,WAAW,EAAE,aAAa;IAC1B,IAAI,EAAE,4BAAS,CAAC,IAAI,EAAE;IACtB,OAAO,EAAE,qDAAqD;IAC9D,OAAO,EAAE,CAAC,UAAU,EAAE,YAAY,EAAE,sBAAsB,CAAC;IAC3D,UAAU,EAAE,CAAC,sBAAa,CAAC,IAAI,CAAC;IAChC,OAAO,EAAE,CAAC,eAAM,EAAE,iBAAO,EAAE,aAAK,EAAE,WAAI,EAAE,iCAAc,EAAE,iCAAc,CAAC;IACvE,QAAQ,EAAE,EAAE;CACb,CAAC,CAAC"}
|