@cronvello/shop-sdk 0.2.3 → 0.3.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/dist/server.cjs CHANGED
@@ -5388,7 +5388,7 @@ function createShopClient(options = {}) {
5388
5388
  var CONTRACT_SHA256 = "32f132210ee188c28a330c9db5c6db6eaf5b7c3a65ecc041e029aca6e1335a60";
5389
5389
 
5390
5390
  // src/client/diagnose.ts
5391
- var SDK_VERSION = "0.2.3" ;
5391
+ var SDK_VERSION = "0.3.0" ;
5392
5392
  async function resolveBaseUrl(options) {
5393
5393
  const provider = options.client?.baseUrl ?? options.baseUrl ?? SHOP_API_URL;
5394
5394
  const value = typeof provider === "function" ? await provider() : provider;
package/dist/server.js CHANGED
@@ -5386,7 +5386,7 @@ function createShopClient(options = {}) {
5386
5386
  var CONTRACT_SHA256 = "32f132210ee188c28a330c9db5c6db6eaf5b7c3a65ecc041e029aca6e1335a60";
5387
5387
 
5388
5388
  // src/client/diagnose.ts
5389
- var SDK_VERSION = "0.2.3" ;
5389
+ var SDK_VERSION = "0.3.0" ;
5390
5390
  async function resolveBaseUrl(options) {
5391
5391
  const provider = options.client?.baseUrl ?? options.baseUrl ?? SHOP_API_URL;
5392
5392
  const value = typeof provider === "function" ? await provider() : provider;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cronvello/shop-sdk",
3
- "version": "0.2.3",
3
+ "version": "0.3.0",
4
4
  "description": "Typed, zero-dependency SDK for integrating Node and Next.js applications with node-shop.",
5
5
  "keywords": [
6
6
  "node-shop",