@vercel/flags-core 1.5.1 → 1.6.0-7d29945-20260616152249
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 +3 -9
- package/dist/{chunk-JTIP7QPD.cjs → chunk-LPIUDLYE.cjs} +488 -254
- package/dist/chunk-LPIUDLYE.cjs.map +1 -0
- package/dist/{chunk-AXRUQULC.cjs → chunk-NHWFZTK2.cjs} +487 -253
- package/dist/chunk-NHWFZTK2.cjs.map +1 -0
- package/dist/{chunk-ITF6ZJ32.js → chunk-PSYHUXJC.js} +433 -199
- package/dist/chunk-PSYHUXJC.js.map +1 -0
- package/dist/{chunk-4B7CLR4J.js → chunk-S62BO7JU.js} +433 -199
- package/dist/chunk-S62BO7JU.js.map +1 -0
- package/dist/index.default.cjs +2 -2
- package/dist/index.default.d.cts +18 -3
- package/dist/index.default.d.ts +18 -3
- package/dist/index.default.js +1 -1
- package/dist/index.next-js.cjs +2 -2
- package/dist/index.next-js.d.cts +18 -3
- package/dist/index.next-js.d.ts +18 -3
- 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-4B7CLR4J.js.map +0 -1
- package/dist/chunk-AXRUQULC.cjs.map +0 -1
- package/dist/chunk-ITF6ZJ32.js.map +0 -1
- package/dist/chunk-JTIP7QPD.cjs.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,10 @@
|
|
|
1
1
|
# @vercel/flags-core
|
|
2
2
|
|
|
3
|
-
## 1.
|
|
3
|
+
## 1.6.0-7d29945-20260616152249
|
|
4
4
|
|
|
5
|
-
###
|
|
6
|
-
|
|
7
|
-
- [#395](https://github.com/vercel/flags/pull/395) [`b0150af`](https://github.com/vercel/flags/commit/b0150af9c8190f0db0efc25409fab89769cab6a7) Thanks [@lucleray](https://github.com/lucleray)! - Reduce log noise from stream reconnects.
|
|
5
|
+
### Minor Changes
|
|
8
6
|
|
|
9
|
-
|
|
10
|
-
underlying error is now surfaced only once retries are exhausted (via the
|
|
11
|
-
existing "Max retry count exceeded" log). The stream/polling initialization
|
|
12
|
-
timeout warnings were also reworded to make clear the client keeps connecting
|
|
13
|
-
in the background while serving fallback values.
|
|
7
|
+
- [#401](https://github.com/vercel/flags/pull/401) [`cff7fcb`](https://github.com/vercel/flags/commit/cff7fcba75f97c70e983814620d9a35dc0a6212e) Thanks [@luismeyer](https://github.com/luismeyer)! - Add aggregated flag evaluation telemetry and a `clientName` option for the Vercel Flags client.
|
|
14
8
|
|
|
15
9
|
## 1.5.0
|
|
16
10
|
|