@spiffcommerce/core 14.2.1 → 14.2.2

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/main.js CHANGED
@@ -625,6 +625,10 @@ var t=require("@apollo/client"),e=require("lodash.clonedeep"),i=require("react/j
625
625
  id
626
626
  name
627
627
  createdAt
628
+ metadata {
629
+ key
630
+ value
631
+ }
628
632
  }
629
633
  }
630
634
  }
package/dist/module.js CHANGED
@@ -625,6 +625,10 @@ import{CommandContext as t,AssetType as e,BringForwardCommand as A,BringToFrontC
625
625
  id
626
626
  name
627
627
  createdAt
628
+ metadata {
629
+ key
630
+ value
631
+ }
628
632
  }
629
633
  }
630
634
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "14.2.1",
3
+ "version": "14.2.2",
4
4
  "description": "Core client API for interacting with the Spiff Commerce backend.",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/main.js",