@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 +2 -2
- package/dist/{chunk-LQGQZOVR.cjs → chunk-C3FUDFOP.cjs} +2 -2
- package/dist/{chunk-LQGQZOVR.cjs.map → chunk-C3FUDFOP.cjs.map} +1 -1
- package/dist/{chunk-YHZ4KIXT.cjs → chunk-ID4ZKPA3.cjs} +2 -2
- package/dist/chunk-ID4ZKPA3.cjs.map +1 -0
- package/dist/{chunk-KC5KJTRW.js → chunk-ZROGU3V7.js} +2 -2
- package/dist/chunk-ZROGU3V7.js.map +1 -0
- package/dist/{chunk-UTWPGZLG.js → chunk-ZV3PRKK2.js} +2 -2
- package/dist/chunk-ZV3PRKK2.js.map +1 -0
- package/dist/index.default.cjs +2 -2
- package/dist/index.default.d.cts +1 -0
- package/dist/index.default.d.ts +1 -0
- package/dist/index.default.js +1 -1
- package/dist/index.next-js.cjs +2 -2
- package/dist/index.next-js.d.cts +1 -0
- package/dist/index.next-js.d.ts +1 -0
- package/dist/index.next-js.js +1 -1
- package/dist/openfeature.default.cjs +2 -2
- package/dist/openfeature.default.js +1 -1
- package/dist/openfeature.next-js.cjs +2 -2
- package/dist/openfeature.next-js.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-KC5KJTRW.js.map +0 -1
- package/dist/chunk-UTWPGZLG.js.map +0 -1
- package/dist/chunk-YHZ4KIXT.cjs.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# @vercel/flags-core
|
|
2
2
|
|
|
3
|
-
## 1.8.0
|
|
3
|
+
## 1.8.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
-
- [#453](https://github.com/vercel/flags/pull/453) [`
|
|
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
|
|
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-
|
|
2502
|
+
//# sourceMappingURL=chunk-C3FUDFOP.cjs.map
|