@spiffcommerce/core 17.3.1-alpha.0 → 17.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/dist/index.js CHANGED
@@ -943,7 +943,7 @@ const he = y`
943
943
  word
944
944
  }
945
945
  sku
946
-
946
+ skuCode
947
947
  weight
948
948
  workflows {
949
949
  id
@@ -396,7 +396,7 @@
396
396
  word
397
397
  }
398
398
  sku
399
-
399
+ skuCode
400
400
  weight
401
401
  workflows {
402
402
  id
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "17.3.1-alpha.0",
3
+ "version": "17.4.0",
4
4
  "description": "Core client API for interacting with the Spiff Commerce backend.",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/index.umd.cjs",