@vercel/flags-core 1.8.0-dc5b343-20260826091710 → 1.8.0

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 CHANGED
@@ -1,10 +1,10 @@
1
1
  # @vercel/flags-core
2
2
 
3
- ## 1.8.0-dc5b343-20260826091710
3
+ ## 1.8.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - [#453](https://github.com/vercel/flags/pull/453) [`135c300`](https://github.com/vercel/flags/commit/135c300c851f88bff0e8460af8cbc587ce8a1ea2) Thanks [@luismeyer](https://github.com/luismeyer)! - Add a `metricEnvironment` client option for associating evaluation metrics with an environment when sending them to the ingestion endpoint.
7
+ - [#453](https://github.com/vercel/flags/pull/453) [`cc8c266`](https://github.com/vercel/flags/commit/cc8c26648cb499a2c191c58a5354d5da5d359dcd) Thanks [@luismeyer](https://github.com/luismeyer)! - Add a `metricEnvironment` client option for associating evaluation metrics with an environment when sending them to the ingestion endpoint.
8
8
 
9
9
  ## 1.7.1
10
10
 
@@ -508,7 +508,7 @@ function bulkEvaluate(flags, shared) {
508
508
  }
509
509
 
510
510
  // package.json
511
- var version = "1.8.0-dc5b343-20260826091710";
511
+ var version = "1.8.0";
512
512
 
513
513
  // src/lib/report-value.ts
514
514
  function internalReportValue(key, value, data) {
@@ -2499,4 +2499,4 @@ var {
2499
2499
 
2500
2500
 
2501
2501
  exports.ResolutionReason = ResolutionReason; exports.evaluate = evaluate; exports.FallbackNotFoundError = FallbackNotFoundError; exports.FallbackEntryNotFoundError = FallbackEntryNotFoundError; exports.Controller = Controller; exports.flagsClient = flagsClient; exports.resetDefaultFlagsClient = resetDefaultFlagsClient; exports.createClient = createClient;
2502
- //# sourceMappingURL=chunk-LQGQZOVR.cjs.map
2502
+ //# sourceMappingURL=chunk-C3FUDFOP.cjs.map