@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.
Files changed (2) hide show
  1. package/README.md +11 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,6 +7,17 @@
7
7
  [![Node.js](https://img.shields.io/badge/Node.js-%3E%3D18.0.0-green)](https://nodejs.org/)
8
8
  [![Deno Compatible](https://img.shields.io/badge/Deno-Compatible-black)](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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentcommerce/fc-connect-sdk",
3
- "version": "0.1.55",
3
+ "version": "0.1.56",
4
4
  "description": "Fluent Commerce SDK - Deno & Node.js Compatible",
5
5
  "type": "module",
6
6
  "main": "dist/cjs/index.js",