aberlaas-init 2.10.0 → 2.12.0

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/lib/module.js CHANGED
@@ -19,6 +19,7 @@ export default {
19
19
  const homepage = `https://projects.pixelastic.com/${name}`;
20
20
 
21
21
  const type = 'module';
22
+ const sideEffects = false;
22
23
  const license = 'MIT';
23
24
  const engines = {
24
25
  node: `>=${nodeVersion}`,
@@ -67,6 +68,7 @@ export default {
67
68
 
68
69
  // Compatibility
69
70
  type,
71
+ sideEffects,
70
72
  license,
71
73
  engines,
72
74
  packageManager,
package/lib/monorepo.js CHANGED
@@ -149,6 +149,7 @@ export default {
149
149
 
150
150
  // Compatibility
151
151
  type: 'module',
152
+ sideEffects: false,
152
153
  license: sharedProjectData.license,
153
154
  engines,
154
155
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "aberlaas-init",
3
3
  "type": "module",
4
4
  "description": "aberlaas init command: Setup the repository with all needed config",
5
- "version": "2.10.0",
5
+ "version": "2.12.0",
6
6
  "repository": "pixelastic/aberlaas",
7
7
  "homepage": "https://projects.pixelastic.com/aberlaas/",
8
8
  "author": "Tim Carry (@pixelastic)",
@@ -39,5 +39,5 @@
39
39
  "firost": "4.3.0",
40
40
  "gilmore": "1.0.0"
41
41
  },
42
- "gitHead": "bcdaf87c198a588e02b5539c222f611e356d3079"
42
+ "gitHead": "208f1d76e2843fbe54c2bfb442d28675b217dccf"
43
43
  }
@@ -12,4 +12,5 @@ nodeLinker: node-modules
12
12
  nmMode: hardlinks-local
13
13
 
14
14
  # Make sure each workspace has its own local node_modules
15
+ # This greatly limit dependency leaking between modules
15
16
  nmHoistingLimits: workspaces