@shopware-ag/dive 1.16.4 → 1.16.5

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": "@shopware-ag/dive",
3
- "version": "1.16.4",
3
+ "version": "1.16.5",
4
4
  "description": "Shopware Spatial Framework",
5
5
  "type": "module",
6
6
  "main": "./build/dive.cjs",
package/src/dive.ts CHANGED
@@ -277,7 +277,9 @@ export default class DIVE {
277
277
  },
278
278
  };
279
279
 
280
- console.log(`DIVE ${pkgjson.version} initialized`);
280
+ console.log(
281
+ `DIVE ${pkgjson.version} initialized ${process.env.NODE_ENV === 'development' ? 'in development mode' : ''}`,
282
+ );
281
283
  }
282
284
 
283
285
  public Dispose(): void {