@rebilly/instruments 9.78.0 → 9.78.1
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 +1 -6
- package/dist/index.js +1 -1
- package/dist/index.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1 @@
|
|
|
1
|
-
## [9.78.
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Features
|
|
5
|
-
|
|
6
|
-
* **instruments:** allow api consumer configuration in instruments ([#7413](https://github.com/Rebilly/rebilly/issues/7413)) ([1113f8c](https://github.com/Rebilly/rebilly/commit/1113f8ccfd0e2d29573da96499c8513335b9440c))
|
|
1
|
+
## [9.78.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.78.0...instruments/core-v9.78.1) (2024-09-09)
|
package/dist/index.js
CHANGED
|
@@ -6220,7 +6220,7 @@ function C$1({ options: t2 }) {
|
|
|
6220
6220
|
}
|
|
6221
6221
|
function o2() {
|
|
6222
6222
|
const i = {
|
|
6223
|
-
"REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
6223
|
+
"REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@8f3d8a1`
|
|
6224
6224
|
};
|
|
6225
6225
|
return t2.apiKey && (i["REB-APIKEY"] = t2.apiKey), i;
|
|
6226
6226
|
}
|