@sprucelabs/spruce-heartwood-utils 12.6.12 → 12.6.14

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.
@@ -106,6 +106,9 @@ function generateVcSource(options) {
106
106
  this.wasHit = true
107
107
  this.passedParams = Array.prototype.slice.call(arguments)
108
108
  }
109
+ setTriggerRenderHandler = function(handler) {
110
+ this.triggerRender = handler
111
+ }
109
112
  render = function() {
110
113
  return {
111
114
  id: '${vcId}',
@@ -115,6 +115,9 @@ function generateVcSource(options) {
115
115
  this.wasHit = true
116
116
  this.passedParams = Array.prototype.slice.call(arguments)
117
117
  }
118
+ setTriggerRenderHandler = function(handler) {
119
+ this.triggerRender = handler
120
+ }
118
121
  render = function() {
119
122
  return {
120
123
  id: '${vcId}',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sprucelabs/spruce-heartwood-utils",
3
3
  "description": "Heartwood Utilities",
4
- "version": "12.6.12",
4
+ "version": "12.6.14",
5
5
  "skill": {
6
6
  "namespace": "heartwood"
7
7
  },