@startinblox/core 0.19.1-beta.9 → 0.19.2-beta.1

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
@@ -13011,7 +13011,7 @@ const RangeMixin = {
13011
13011
  async setRangeAttribute(resources) {
13012
13012
  if (resources) {
13013
13013
  const getRangeValue = async (resource) => {
13014
- let res = await store.getData(resource["@id"], this.context || base_context, void 0, void 0, true);
13014
+ let res = await store.getData(resource["@id"], this.context || base_context);
13015
13015
  if (res === null) {
13016
13016
  res = resource;
13017
13017
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@startinblox/core",
3
- "version": "0.19.1-beta.9",
3
+ "version": "0.19.2-beta.1",
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",