@campxdev/shared 3.0.7 → 3.0.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@campxdev/shared",
3
- "version": "3.0.7",
3
+ "version": "3.0.9",
4
4
  "main": "./exports.ts",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
@@ -45,8 +45,6 @@ export const batchOptions = (() => {
45
45
  return batchesWithSuffixes
46
46
  }
47
47
 
48
- console.log(baseBatches, 'baseBatches')
49
-
50
48
  // Return standard batches for other tenants
51
49
  return baseBatches
52
50
  })()