@zuplo/runtime 6.67.20 → 6.67.22

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.
@@ -5927,7 +5927,7 @@ export declare type MonetizationInboundPolicyOptions = {
5927
5927
  /**
5928
5928
  * The function that runs after a backend response is available and returns meter usage values for final metering.
5929
5929
  */
5930
- finalFunction?: {
5930
+ finalMetersFunction?: {
5931
5931
  /**
5932
5932
  * Specifies the export to load your custom final function, e.g. `default`, `resolveFinalMeters`.
5933
5933
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zuplo/runtime",
3
3
  "type": "module",
4
- "version": "6.67.20",
4
+ "version": "6.67.22",
5
5
  "repository": "https://github.com/zuplo/zuplo",
6
6
  "author": "Zuplo, Inc.",
7
7
  "exports": {