aberlaas-helper 2.10.0 → 2.14.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/main.js CHANGED
@@ -1,4 +1,4 @@
1
- import path from 'path';
1
+ import path from 'node:path';
2
2
  import { _ } from 'golgoth';
3
3
  import { exists, firostImport, glob } from 'firost';
4
4
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "aberlaas-helper",
3
3
  "type": "module",
4
4
  "description": "aberlaas shared helper: Common methods used by all commands",
5
- "version": "2.10.0",
5
+ "version": "2.14.0",
6
6
  "repository": "pixelastic/aberlaas",
7
7
  "homepage": "https://projects.pixelastic.com/aberlaas/",
8
8
  "author": "Tim Carry (@pixelastic)",
@@ -24,7 +24,7 @@
24
24
  "serve": "../../scripts/local/serve",
25
25
  "ci": "../../scripts/local/ci",
26
26
  "release": "../../scripts/local/release",
27
- "update": "node ../../scripts/meta/update.js",
27
+ "update-dependencies": "node ../../scripts/meta/update-dependencies.js",
28
28
  "test:meta": "../../scripts/local/test-meta",
29
29
  "test": "../../scripts/local/test",
30
30
  "test:watch": "../../scripts/local/test-watch",
@@ -34,8 +34,8 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "find-up": "7.0.0",
37
- "firost": "4.3.0",
37
+ "firost": "5.0.0",
38
38
  "golgoth": "2.4.0"
39
39
  },
40
- "gitHead": "bcdaf87c198a588e02b5539c222f611e356d3079"
40
+ "gitHead": "b11b18726a6b600b33161e5d3fee313565a2a214"
41
41
  }
package/lib/versions.js DELETED
@@ -1,13 +0,0 @@
1
- export const nodeVersion = '18.18.0';
2
- export const yarnVersion = '4.5.0';
3
- export const norskaVersion = '2.9.0';
4
- export const norskaThemeDocsVersion = '5.0.3';
5
- export const lernaVersion = '4.0.0';
6
-
7
- export default {
8
- nodeVersion,
9
- yarnVersion,
10
- norskaVersion,
11
- norskaThemeDocsVersion,
12
- lernaVersion,
13
- };