@dazn/kopytko-framework 2.1.3 → 2.1.4

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": "@dazn/kopytko-framework",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "description": "A modern Roku's Brightscript framework",
5
5
  "keywords": [
6
6
  "brightscript",
@@ -148,7 +148,7 @@ function HttpRequest(options as Object, httpInterceptors = [] as Object) as Obje
148
148
 
149
149
  ' @returns {Boolean}
150
150
  prototype.isCachingEnabled = function () as Boolean
151
- return getProperty(m.options, "enableCaching", true)
151
+ return getProperty(m._options, "enableCaching", true)
152
152
  end function
153
153
 
154
154
  prototype.setHeader = sub (name as String, value as Dynamic)