@perceptimagery/dita-configurator-staging 0.1.6101 → 0.1.6102

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -111,7 +111,7 @@ var __publicField = (obj, key, value) => {
111
111
  host: "https://api.sprie.io"
112
112
  };
113
113
  const config = Object.freeze(Config$1);
114
- const version = "0.1.6101";
114
+ const version = "0.1.6102";
115
115
  function modifyLensArr(arr, element) {
116
116
  const index = arr.findIndex((e) => e["sku"] === element["sku"]);
117
117
  if (index !== -1) {
@@ -37351,7 +37351,7 @@ var __publicField = (obj, key, value) => {
37351
37351
  const Modelscene = model;
37352
37352
  const rgbeLoader = new RGBELoader();
37353
37353
  rgbeLoader.load(
37354
- "https://threejs.org/examples/textures/equirectangular/royal_esplanade_1k.hdr",
37354
+ "https://sprie-jarvis-public.s3.eu-west-2.amazonaws.com/royal_esplanade_1k_desaturated.hdr",
37355
37355
  (environmentMap) => {
37356
37356
  const env = environmentMap;
37357
37357
  env.mapping = EquirectangularReflectionMapping;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@perceptimagery/dita-configurator-staging",
3
- "version": "0.1.6101",
3
+ "version": "0.1.6102",
4
4
  "author": "Abhishek Deb <abhishek@perceptimagery.com>",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.js",