@activepieces/piece-github 0.2.1 → 0.2.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,14 +1,15 @@
1
1
  {
2
2
  "name": "@activepieces/piece-github",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "dependencies": {
5
5
  "@sinclair/typebox": "0.26.8",
6
6
  "axios": "1.2.4",
7
+ "lodash": "4.17.21",
7
8
  "nanoid": "3.3.4",
8
- "@activepieces/pieces-framework": "0.3.13",
9
- "@activepieces/shared": "0.3.11",
10
- "@activepieces/pieces-common": "0.0.1",
11
- "tslib": "2.4.1"
9
+ "@activepieces/pieces-framework": "0.3.27",
10
+ "@activepieces/shared": "0.3.44",
11
+ "@activepieces/pieces-common": "0.0.7",
12
+ "tslib": "2.5.3"
12
13
  },
13
14
  "main": "./src/index.js",
14
15
  "types": "./src/index.d.ts"
package/src/index.js CHANGED
@@ -1,15 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.github = void 0;
4
- const tslib_1 = require("tslib");
5
- const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
4
  const pieces_framework_1 = require("@activepieces/pieces-framework");
7
5
  const trigger_1 = require("./lib/trigger");
8
6
  exports.github = (0, pieces_framework_1.createPiece)({
9
- name: 'github',
10
7
  displayName: "Github",
11
8
  logoUrl: 'https://cdn.activepieces.com/pieces/github.png',
12
- version: package_json_1.default.version,
13
9
  actions: [],
14
10
  authors: ['kanarelo'],
15
11
  triggers: trigger_1.githubTriggers,
package/src/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../packages/pieces/github/src/index.ts"],"names":[],"mappings":";;;;AAAA,2EAA0C;AAC1C,qEAA6D;AAC7D,2CAA+C;AAElC,QAAA,MAAM,GAAG,IAAA,8BAAW,EAAC;IAChC,IAAI,EAAE,QAAQ;IACd,WAAW,EAAE,QAAQ;IACrB,OAAO,EAAE,gDAAgD;IACzD,OAAO,EAAE,sBAAW,CAAC,OAAO;IAC5B,OAAO,EAAE,EAAE;IACX,OAAO,EAAE,CAAC,UAAU,CAAC;IACrB,QAAQ,EAAE,wBAAc;CACzB,CAAC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../packages/pieces/github/src/index.ts"],"names":[],"mappings":";;;AAAA,qEAA6D;AAC7D,2CAA+C;AAElC,QAAA,MAAM,GAAG,IAAA,8BAAW,EAAC;IAChC,WAAW,EAAE,QAAQ;IACrB,OAAO,EAAE,gDAAgD;IACzD,OAAO,EAAE,EAAE;IACX,OAAO,EAAE,CAAC,UAAU,CAAC;IACrB,QAAQ,EAAE,wBAAc;CACzB,CAAC,CAAC"}