@pavezzi/piece-hello-world 0.0.4 → 0.0.5

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,10 +1,10 @@
1
1
  {
2
2
  "name": "@pavezzi/piece-hello-world",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "type": "commonjs",
5
5
  "description": "Hello World piece for Activepieces testing",
6
- "main": "dist/index.js",
7
- "types": "dist/index.d.ts",
6
+ "main": "src/index.js",
7
+ "types": "src/index.d.ts",
8
8
  "files": [
9
9
  "src"
10
10
  ],
@@ -35,4 +35,4 @@
35
35
  "resolutions": {
36
36
  "rollup": "npm:@rollup/wasm-node"
37
37
  }
38
- }
38
+ }
package/src/index.js CHANGED
@@ -2,13 +2,14 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.helloWorld = void 0;
4
4
  const pieces_framework_1 = require("@activepieces/pieces-framework");
5
+ const greet_1 = require("./lib/actions/greet");
5
6
  exports.helloWorld = (0, pieces_framework_1.createPiece)({
6
7
  displayName: "Hello-world",
7
8
  auth: pieces_framework_1.PieceAuth.None(),
8
9
  minimumSupportedRelease: '0.36.1',
9
- logoUrl: "https://cdn.activepieces.com/pieces/hello-world.png",
10
+ logoUrl: "https://cdn.activepieces.com/pieces/activepieces.png",
10
11
  authors: [],
11
- actions: [],
12
+ actions: [greet_1.greetAction],
12
13
  triggers: [],
13
14
  });
14
15
  //# sourceMappingURL=index.js.map
package/src/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../packages/pieces/community/hello-world/src/index.ts"],"names":[],"mappings":";;;AACI,qEAAwE;AAE3D,QAAA,UAAU,GAAG,IAAA,8BAAW,EAAC;IACpC,WAAW,EAAE,aAAa;IAC1B,IAAI,EAAE,4BAAS,CAAC,IAAI,EAAE;IACtB,uBAAuB,EAAE,QAAQ;IACjC,OAAO,EAAE,qDAAqD;IAC9D,OAAO,EAAE,EAAE;IACX,OAAO,EAAE,EAAE;IACX,QAAQ,EAAE,EAAE;CACb,CAAC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../packages/pieces/community/hello-world/src/index.ts"],"names":[],"mappings":";;;AAAC,qEAAwE;AACxE,+CAAkD;AAElC,QAAA,UAAU,GAAG,IAAA,8BAAW,EAAC;IACpC,WAAW,EAAE,aAAa;IAC1B,IAAI,EAAE,4BAAS,CAAC,IAAI,EAAE;IACtB,uBAAuB,EAAE,QAAQ;IACjC,OAAO,EAAE,sDAAsD;IAC/D,OAAO,EAAE,EAAE;IACX,OAAO,EAAE,CAAC,mBAAW,CAAC;IACtB,QAAQ,EAAE,EAAE;CACb,CAAC,CAAC"}