@saasquatch/program-boilerplate 3.10.0-0 → 3.10.0-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.
Files changed (2) hide show
  1. package/dist/utils.js +1 -0
  2. package/package.json +2 -2
package/dist/utils.js CHANGED
@@ -192,6 +192,7 @@ function getTriggerSchema(body) {
192
192
  contexts.push(Object.assign(Object.assign({}, standardData), { event: {
193
193
  key: event.key,
194
194
  id: event.id,
195
+ isModification: event.isModification,
195
196
  dateTriggered: event.dateTriggered,
196
197
  fields: event.fields,
197
198
  } }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saasquatch/program-boilerplate",
3
- "version": "3.10.0-0",
3
+ "version": "3.10.0-2",
4
4
  "description": "Boilerplate for writing programs",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -37,7 +37,7 @@
37
37
  "dependencies": {
38
38
  "@saasquatch/jsonata-paths-extractor": "^1.0.1",
39
39
  "@saasquatch/logger": "^1.5.1",
40
- "@saasquatch/schema": "^1.28.2",
40
+ "@saasquatch/schema": "^1.28.11-3",
41
41
  "bson-objectid": "^1.3.1",
42
42
  "compression": "^1.7.4",
43
43
  "express": "^4.17.1",