@activepieces/piece-date-helper 0.0.5 → 0.0.7

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-date-helper",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "dependencies": {
5
5
  "@sinclair/typebox": "0.26.8",
6
6
  "axios": "^1.6.3",
@@ -9,8 +9,8 @@
9
9
  "lodash": "4.17.21",
10
10
  "nanoid": "3.3.6",
11
11
  "semver": "7.6.0",
12
- "@activepieces/pieces-framework": "0.7.18",
13
- "@activepieces/shared": "0.10.78",
12
+ "@activepieces/pieces-framework": "0.7.24",
13
+ "@activepieces/shared": "0.10.93",
14
14
  "tslib": "1.14.1"
15
15
  },
16
16
  "main": "./src/index.js",
package/src/index.js CHANGED
@@ -10,14 +10,14 @@ const format_date_1 = require("./lib/actions/format-date");
10
10
  const get_current_date_1 = require("./lib/actions/get-current-date");
11
11
  const next_day_of_week_1 = require("./lib/actions/next-day-of-week");
12
12
  const next_day_of_year_1 = require("./lib/actions/next-day-of-year");
13
- const description = `Effortlessly manipulate, format, and extract time units for all your date and time needs.`;
13
+ const description = `Manipulate, format, and extract time units for all your date and time needs.`;
14
14
  exports.utilityDate = (0, pieces_framework_1.createPiece)({
15
15
  displayName: 'Date Helper',
16
16
  auth: pieces_framework_1.PieceAuth.None(),
17
17
  minimumSupportedRelease: '0.8.0',
18
18
  categories: [shared_1.PieceCategory.CORE],
19
19
  logoUrl: 'https://cdn.activepieces.com/pieces/calendar_piece.svg',
20
- authors: ['Salem-Alaa', 'joeworkman'],
20
+ authors: ["joeworkman", "kishanprmr", "MoShizzle", "abuaboud"],
21
21
  actions: [
22
22
  get_current_date_1.getCurrentDate,
23
23
  format_date_1.formatDateAction,
package/src/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../packages/pieces/community/date-helper/src/index.ts"],"names":[],"mappings":";;;AAAA,qEAAwE;AACxE,iDAAqD;AACrD,uEAAwE;AACxE,mEAAqE;AACrE,yEAAoE;AACpE,2DAA6D;AAC7D,qEAAgE;AAChE,qEAA+D;AAC/D,qEAA+D;AAE/D,MAAM,WAAW,GAAG,2FAA2F,CAAC;AAEnG,QAAA,WAAW,GAAG,IAAA,8BAAW,EAAC;IACrC,WAAW,EAAE,aAAa;IAC1B,IAAI,EAAE,4BAAS,CAAC,IAAI,EAAE;IACtB,uBAAuB,EAAE,OAAO;IAChC,UAAU,EAAE,CAAC,sBAAa,CAAC,IAAI,CAAC;IAChC,OAAO,EAAE,wDAAwD;IACjE,OAAO,EAAE,CAAC,YAAY,EAAE,YAAY,CAAC;IACrC,OAAO,EAAE;QACP,iCAAc;QACd,8BAAgB;QAChB,qCAAgB;QAChB,sCAAoB;QACpB,yCAAqB;QACrB,gCAAa;QACb,gCAAa;KACd;IACD,QAAQ,EAAE,EAAE;IACZ,WAAW,EAAE,WAAW;CACzB,CAAC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../packages/pieces/community/date-helper/src/index.ts"],"names":[],"mappings":";;;AAAA,qEAAwE;AACxE,iDAAqD;AACrD,uEAAwE;AACxE,mEAAqE;AACrE,yEAAoE;AACpE,2DAA6D;AAC7D,qEAAgE;AAChE,qEAA+D;AAC/D,qEAA+D;AAE/D,MAAM,WAAW,GAAG,8EAA8E,CAAC;AAEtF,QAAA,WAAW,GAAG,IAAA,8BAAW,EAAC;IACrC,WAAW,EAAE,aAAa;IAC1B,IAAI,EAAE,4BAAS,CAAC,IAAI,EAAE;IACtB,uBAAuB,EAAE,OAAO;IAChC,UAAU,EAAE,CAAC,sBAAa,CAAC,IAAI,CAAC;IAChC,OAAO,EAAE,wDAAwD;IACjE,OAAO,EAAE,CAAC,YAAY,EAAC,YAAY,EAAC,WAAW,EAAC,UAAU,CAAC;IAC3D,OAAO,EAAE;QACP,iCAAc;QACd,8BAAgB;QAChB,qCAAgB;QAChB,sCAAoB;QACpB,yCAAqB;QACrB,gCAAa;QACb,gCAAa;KACd;IACD,QAAQ,EAAE,EAAE;IACZ,WAAW,EAAE,WAAW;CACzB,CAAC,CAAC"}