sling-web-framework
Advanced tools
Comparing version 0.13.2 to 0.14.0
{ | ||
"name": "sling-web-framework", | ||
"version": "0.13.2", | ||
"version": "0.14.0", | ||
"description": "", | ||
@@ -12,5 +12,5 @@ "main": "dist/cjs/index.js", | ||
"dependencies": { | ||
"sling-web-helpers": "^0.13.0", | ||
"sling-web-sdk": "^0.13.2" | ||
"sling-web-helpers": "^0.14.0", | ||
"sling-web-sdk": "^0.14.0" | ||
} | ||
} |
@@ -100,3 +100,2 @@ import { globalHelper } from '../../node_modules/sling-web-helpers/src/index.js'; | ||
.reduce((result, obj) => ({ ...result, ...obj }), {}); | ||
if (this._shouldTriggerSdkCall()) { | ||
@@ -103,0 +102,0 @@ if (globalHelper.isFunction(this.getdata)) { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1487313
41102
+ Addedsling-web-component-sdk-connect@0.14.1(transitive)
+ Addedsling-web-helpers@0.14.1(transitive)
+ Addedsling-web-sdk@0.14.1(transitive)
- Removedsling-web-component-sdk-connect@0.13.0(transitive)
- Removedsling-web-helpers@0.13.0(transitive)
- Removedsling-web-sdk@0.13.2(transitive)
Updatedsling-web-helpers@^0.14.0
Updatedsling-web-sdk@^0.14.0