@startinblox/components-ds4go 3.1.1 → 3.1.2

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/dist/index.js CHANGED
@@ -1 +1 @@
1
- import "./index-Dmongh3N.js";
1
+ import "./index-juyC2UdH.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@startinblox/components-ds4go",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "description": "Startin'blox DS4GO",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -253,8 +253,8 @@ export class SolidFactBundle extends OrbitComponent {
253
253
  bundleSize: this.selectedFacts.length,
254
254
  offeredAccess: "40",
255
255
  pricingTier: "premium",
256
- // "dcat:endpointUrl": "https://api.stg.ds4go.startinblox.com/facts/", // ?
257
- previewLinks: this.selectedFacts.slice(0, 3).join(", "),
256
+ "dcat:endpointUrl": newFactBundleId,
257
+ previewLinks: this.selectedFacts.slice(0, 3).map(fact => fact["@id"]).join(", "),
258
258
  "dsif:pricing": {
259
259
  "dsif:costPerAPICall": 0.15,
260
260
  "dsif:setupFee": 50,