@doswiftly/storefront-sdk 11.3.1 → 11.4.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 +10 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 11.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 9bd60e8: Version sync with `@doswiftly/storefront-operations` (linked release pair). No SDK code changes in this version — the new `OrderByToken` query and `Order.accessToken` field land in the operations package and are accessed by your storefront's GraphQL codegen directly from `node_modules/@doswiftly/storefront-operations/queries.graphql`.
|
|
8
|
+
|
|
9
|
+
**For storefronts using `@doswiftly/storefront-operations` codegen** — after upgrading, regenerate types to pick up `OrderByTokenDocument` and the updated `OrderFragment` (now includes `accessToken`). The SDK's existing exports (CartClient, AuthClient, React providers, stores, middleware pipeline) are unchanged.
|
|
10
|
+
|
|
11
|
+
See the `@doswiftly/storefront-operations` changelog entry for the full operation contract, security considerations (rate-limit, email guard, Cache-Control), and storage best practices.
|
|
12
|
+
|
|
3
13
|
## 11.3.1
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@doswiftly/storefront-sdk",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.4.0",
|
|
4
4
|
"description": "Storefront runtime SDK for DoSwiftly Commerce — layered transport, middleware pipeline, React providers, Zustand stores, cache strategies. 0 runtime dependencies in core.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|