@commercengine/storefront-sdk-nextjs 0.1.5 → 0.1.7

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -617,7 +617,7 @@ const sdk = storefront(cookies());
617
617
 
618
618
  ## API Reference
619
619
 
620
- For complete API documentation of all available endpoints, visit [SDK DOCS REFERENCE](https://sdk-docs.commercengine.io/sdk/)
620
+ For complete API documentation of all available endpoints, visit [SDK DOCS REFERENCE](https://llm-docs.commercengine.io/sdk/)
621
621
 
622
622
  The Next.js SDK provides access to all the same endpoints as the core SDK:
623
623
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercengine/storefront-sdk-nextjs",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "description": "Next.js wrapper for the Commerce Engine Storefront SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -43,7 +43,7 @@
43
43
  "react-dom": ">=19.0.0"
44
44
  },
45
45
  "dependencies": {
46
- "@commercengine/storefront-sdk": "0.9.3"
46
+ "@commercengine/storefront-sdk": "0.10.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/node": "^24.3.0",