@rebilly/instruments 9.80.2 → 9.80.3
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/CHANGELOG.md +6 -1
- package/dist/index.js +1 -1
- package/dist/index.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1 +1,6 @@
|
|
|
1
|
-
## [9.80.
|
|
1
|
+
## [9.80.3](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.80.2...instruments/core-v9.80.3) (2024-09-16)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **revel:** Add new font options ([#7565](https://github.com/Rebilly/rebilly/issues/7565)) ([28e0469](https://github.com/Rebilly/rebilly/commit/28e0469edaf659f238764f169db80b1ced9d40ae))
|
package/dist/index.js
CHANGED
|
@@ -6220,7 +6220,7 @@ function C$1({ options: e2 }) {
|
|
|
6220
6220
|
}
|
|
6221
6221
|
function o2() {
|
|
6222
6222
|
const i = {
|
|
6223
|
-
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
6223
|
+
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@28e0469`
|
|
6224
6224
|
};
|
|
6225
6225
|
return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
|
|
6226
6226
|
}
|