@fluentcommerce/fc-connect-sdk 0.1.55 โ 0.1.56
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/README.md +11 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,6 +7,17 @@
|
|
|
7
7
|
[](https://nodejs.org/)
|
|
8
8
|
[](https://deno.land/)
|
|
9
9
|
|
|
10
|
+
> [!CAUTION]
|
|
11
|
+
> **๐งช EXPERIMENTAL โ LABS PROJECT**
|
|
12
|
+
>
|
|
13
|
+
> This package is **NOT production-ready**. It is an internal labs experiment under active development.
|
|
14
|
+
>
|
|
15
|
+
> - **No stability guarantees** โ APIs, services, CLI options, and config may change or break between any release
|
|
16
|
+
> - **No support** โ this is not an officially supported Fluent Commerce product
|
|
17
|
+
> - **No warranty** โ provided as-is for experimentation and internal evaluation only
|
|
18
|
+
> - **Do NOT use in production** without thorough review and explicit sign-off from your team
|
|
19
|
+
> - **Pin to an exact version** (`@0.1.55`) if you depend on current behavior
|
|
20
|
+
|
|
10
21
|
TypeScript SDK for building **Fluent Commerce** integrations across Node.js, Deno, and the Versori platform.
|
|
11
22
|
|
|
12
23
|
- **Package:** [`@fluentcommerce/fc-connect-sdk`](https://www.npmjs.com/package/@fluentcommerce/fc-connect-sdk)
|