@lancom/shared 0.0.428 → 0.0.430

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.
@@ -76,7 +76,7 @@ export default {
76
76
  'Free Setup on all Black prints',
77
77
  'Standard turn around time of 5-10 days',
78
78
  'Same or next day rush service available',
79
- 'Pickup from warehouse in Arndell Park'
79
+ 'Pickup from warehouse in Mount Druitt'
80
80
  ]
81
81
  // info: 'DIGITAL - minimum 12'
82
82
  }, {
@@ -306,7 +306,7 @@
306
306
  ]
307
307
  };
308
308
 
309
- return [productsSchema, breadcrumbSchema, this.$store.state.shop?.schema].filter(s => !!s);
309
+ return [productsSchema, breadcrumbSchema, this.$store.state.shop?.shopSchema].filter(s => !!s);
310
310
  },
311
311
  methods: {
312
312
  ...mapActions([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lancom/shared",
3
- "version": "0.0.428",
3
+ "version": "0.0.430",
4
4
  "description": "lancom common scripts",
5
5
  "author": "e.tokovenko <e.tokovenko@gmail.com>",
6
6
  "repository": {