@spiffcommerce/core 12.4.1 → 12.4.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
@@ -558,6 +558,7 @@ var t=require("@apollo/client"),e=require("lodash.clonedeep"),A=require("react/j
558
558
  mutation CreateBundle($collectionId: String) {
559
559
  bundleCreate(collectionId: $collectionId) {
560
560
  id
561
+ bundleOwnerId
561
562
  metadata {
562
563
  key
563
564
  value
package/dist/module.js CHANGED
@@ -558,6 +558,7 @@ import{CommandContext as A,AssetType as t,BringForwardCommand as e,BringToFrontC
558
558
  mutation CreateBundle($collectionId: String) {
559
559
  bundleCreate(collectionId: $collectionId) {
560
560
  id
561
+ bundleOwnerId
561
562
  metadata {
562
563
  key
563
564
  value
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "12.4.1",
3
+ "version": "12.4.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",