@fieldnotes/core 0.8.1 → 0.8.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.cjs +3 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/index.d.cts +0 -875
- package/dist/index.d.ts +0 -875
package/dist/index.cjs
CHANGED
|
@@ -2018,7 +2018,8 @@ function loadImages(elements) {
|
|
|
2018
2018
|
done();
|
|
2019
2019
|
};
|
|
2020
2020
|
img.onerror = done;
|
|
2021
|
-
|
|
2021
|
+
const sep = el.src.includes("?") ? "&" : "?";
|
|
2022
|
+
img.src = `${el.src}${sep}_cors=1`;
|
|
2022
2023
|
}
|
|
2023
2024
|
});
|
|
2024
2025
|
}
|
|
@@ -3927,7 +3928,7 @@ var UpdateLayerCommand = class {
|
|
|
3927
3928
|
};
|
|
3928
3929
|
|
|
3929
3930
|
// src/index.ts
|
|
3930
|
-
var VERSION = "0.8.
|
|
3931
|
+
var VERSION = "0.8.2";
|
|
3931
3932
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3932
3933
|
0 && (module.exports = {
|
|
3933
3934
|
AddElementCommand,
|