@startinblox/core 0.19.3 → 0.19.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -13014,7 +13014,7 @@ const RangeMixin = {
13014
13014
  async setRangeAttribute(resources) {
13015
13015
  if (resources) {
13016
13016
  const getRangeValue = async (resource) => {
13017
- let res = await store.getData(resource["@id"], this.context || base_context, void 0, void 0, true);
13017
+ let res = await store.getData(resource["@id"], this.context || base_context);
13018
13018
  if (res === null) {
13019
13019
  res = resource;
13020
13020
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@startinblox/core",
3
- "version": "0.19.3",
3
+ "version": "0.19.4",
4
4
  "description": "This is a series of web component respecting both the web components standards and the Linked Data Platform convention.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",