zakeke-configurator-react 0.0.80 → 0.0.81

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 +3 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -49761,6 +49761,9 @@ class ZakekeEnvironment {
49761
49761
  let search = "id=" + fileId;
49762
49762
  search += '&rootUrl=' + encodeURIComponent(rootUrl);
49763
49763
  search += '&attachmentPoint=' + attachmentPoint;
49764
+ search += '&productId=' + this.zkProduct.get('modelID');
49765
+ search += '&environment=' + this.zkProduct.get('environment');
49766
+ search += '&token=' + this.token;
49764
49767
  link.search += search;
49765
49768
  const pageUrl = link.toString();
49766
49769
  resolve(pageUrl);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zakeke-configurator-react",
3
- "version": "0.0.80",
3
+ "version": "0.0.81",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/declarations/composer/Module/src/index.d.ts",