ce-storefront 0.15.25 → 0.15.27

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 CHANGED
@@ -3,9 +3,9 @@
3
3
  <!-- Start Summary [summary] -->
4
4
  ## Summary
5
5
 
6
- CE Storefront APIs: CE Storefront APIs
6
+ CE Storefront APIs: Customer-facing e-commerce API for building exceptional shopping experiences
7
7
 
8
- Commerce Engine Storefront APIs
8
+ Public-facing API for Commerce Engine storefronts, enabling seamless shopping experiences with product browsing, cart management, checkout processing, user accounts, and order tracking. Perfect for building web, mobile, and headless commerce applications.
9
9
 
10
10
  For more information about the API: [Commerce Engine API Reference Documentation](https://llm-docs.commercengine.io)
11
11
  <!-- End Summary [summary] -->
@@ -2,7 +2,7 @@
2
2
 
3
3
  ## Overview
4
4
 
5
- Commerce Engine Storefront APIs
5
+ Public-facing API for Commerce Engine storefronts, enabling seamless shopping experiences with product browsing, cart management, checkout processing, user accounts, and order tracking. Perfect for building web, mobile, and headless commerce applications.
6
6
 
7
7
  Commerce Engine API Reference Documentation
8
8
  <https://llm-docs.commercengine.io>
@@ -46,8 +46,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
46
46
  export declare const SDK_METADATA: {
47
47
  readonly language: "typescript";
48
48
  readonly openapiDocVersion: "1.0";
49
- readonly sdkVersion: "0.15.25";
50
- readonly genVersion: "2.698.4";
51
- readonly userAgent: "speakeasy-sdk/typescript 0.15.25 2.698.4 1.0 ce-storefront";
49
+ readonly sdkVersion: "0.15.27";
50
+ readonly genVersion: "2.707.0";
51
+ readonly userAgent: "speakeasy-sdk/typescript 0.15.27 2.707.0 1.0 ce-storefront";
52
52
  };
53
53
  //# sourceMappingURL=config.d.ts.map
package/esm/lib/config.js CHANGED
@@ -39,8 +39,8 @@ export function serverURLFromOptions(options) {
39
39
  export const SDK_METADATA = {
40
40
  language: "typescript",
41
41
  openapiDocVersion: "1.0",
42
- sdkVersion: "0.15.25",
43
- genVersion: "2.698.4",
44
- userAgent: "speakeasy-sdk/typescript 0.15.25 2.698.4 1.0 ce-storefront",
42
+ sdkVersion: "0.15.27",
43
+ genVersion: "2.707.0",
44
+ userAgent: "speakeasy-sdk/typescript 0.15.27 2.707.0 1.0 ce-storefront",
45
45
  };
46
46
  //# sourceMappingURL=config.js.map
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "..": {
20
20
  "name": "ce-storefront",
21
- "version": "0.15.25",
21
+ "version": "0.15.27",
22
22
  "dependencies": {
23
23
  "zod": "^3.20.0"
24
24
  },
package/jsr.json CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  {
4
4
  "name": "ce-storefront",
5
- "version": "0.15.25",
5
+ "version": "0.15.27",
6
6
  "exports": {
7
7
  ".": "./src/index.ts",
8
8
  "./models/errors": "./src/models/errors/index.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ce-storefront",
3
- "version": "0.15.25",
3
+ "version": "0.15.27",
4
4
  "author": "TarkAI",
5
5
  "type": "module",
6
6
  "main": "./esm/index.js",
package/src/lib/config.ts CHANGED
@@ -80,7 +80,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
80
80
  export const SDK_METADATA = {
81
81
  language: "typescript",
82
82
  openapiDocVersion: "1.0",
83
- sdkVersion: "0.15.25",
84
- genVersion: "2.698.4",
85
- userAgent: "speakeasy-sdk/typescript 0.15.25 2.698.4 1.0 ce-storefront",
83
+ sdkVersion: "0.15.27",
84
+ genVersion: "2.707.0",
85
+ userAgent: "speakeasy-sdk/typescript 0.15.27 2.707.0 1.0 ce-storefront",
86
86
  } as const;