@spiffcommerce/core 12.9.5 → 12.9.6

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
@@ -212,6 +212,7 @@ var t=require("@apollo/client"),e=require("lodash.clonedeep"),A=require("react/j
212
212
  }
213
213
  integrationProduct {
214
214
  id
215
+ externalProductId
215
216
  }
216
217
  }
217
218
  }
package/dist/module.js CHANGED
@@ -212,6 +212,7 @@ import{CommandContext as t,AssetType as A,BringForwardCommand as e,BringToFrontC
212
212
  }
213
213
  integrationProduct {
214
214
  id
215
+ externalProductId
215
216
  }
216
217
  }
217
218
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "12.9.5",
3
+ "version": "12.9.6",
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",