@saasquatch/program-boilerplate 3.10.2-0 → 4.0.0

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/dist/utils.d.ts CHANGED
@@ -72,7 +72,7 @@ export declare function numToEquality(num: number): string;
72
72
  /**
73
73
  * Converts a trigger context into the relevant information for the specified trigger type.
74
74
  * @param body the body of the trigger
75
- * @return object[] The transformed data that is relevant for the trigger type
75
+ * @return TriggerSchemaObject[] The transformed data that is relevant for the trigger type
76
76
  */
77
77
  export declare function getTriggerSchema(body: ProgramTriggerBody): TriggerSchemaObject[];
78
78
  /**
package/dist/utils.js CHANGED
@@ -169,7 +169,7 @@ function numToEquality(num) {
169
169
  /**
170
170
  * Converts a trigger context into the relevant information for the specified trigger type.
171
171
  * @param body the body of the trigger
172
- * @return object[] The transformed data that is relevant for the trigger type
172
+ * @return TriggerSchemaObject[] The transformed data that is relevant for the trigger type
173
173
  */
174
174
  function getTriggerSchema(body) {
175
175
  var _a;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saasquatch/program-boilerplate",
3
- "version": "3.10.2-0",
3
+ "version": "4.0.0",
4
4
  "description": "Boilerplate for writing programs",
5
5
  "main": "dist/index.js",
6
6
  "files": [