aberlaas-release 2.27.3 → 2.27.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.
@@ -49,7 +49,8 @@ __ = {
49
49
  message.push('Only in yarn:');
50
50
  message.push(' - ' + onlyInYarn.join('\n - '));
51
51
  }
52
- message.push('\nPlease check your .files key in package.json');
52
+ message.push('\nPlease check your .files key in package.json.');
53
+ message.push('You might need to prefix your patterns with ./');
53
54
  throw firostError(
54
55
  'ABERLAAS_RELEASE_NPM_YARN_DIFFERENT_PUBLISHED_FILES',
55
56
  message.join('\n'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aberlaas-release",
3
- "version": "2.27.3",
3
+ "version": "2.27.5",
4
4
  "type": "module",
5
5
  "description": "aberlaas release command: Release and publish new versions",
6
6
  "author": "Tim Carry <tim@pixelastic.com>",
@@ -19,12 +19,12 @@
19
19
  },
20
20
  "main": "./lib/main.js",
21
21
  "dependencies": {
22
- "aberlaas-helper": "2.27.3",
23
- "aberlaas-lint": "2.27.3",
24
- "aberlaas-test": "2.27.3",
22
+ "aberlaas-helper": "2.27.5",
23
+ "aberlaas-lint": "2.27.5",
24
+ "aberlaas-test": "2.27.5",
25
25
  "changelogen": "0.6.2",
26
26
  "cli-markdown": "3.5.1",
27
- "firost": "5.7.0",
27
+ "firost": "5.8.0",
28
28
  "gilmore": "1.2.0",
29
29
  "golgoth": "3.1.0",
30
30
  "keyleth": "0.2.0",