aberlaas-init 2.23.0 → 2.24.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.
|
@@ -143,7 +143,7 @@ describe('init/libdocs', () => {
|
|
|
143
143
|
node: `>=${nodeVersion}`,
|
|
144
144
|
},
|
|
145
145
|
|
|
146
|
-
files: ['
|
|
146
|
+
files: ['./*.js'],
|
|
147
147
|
exports: { '.': './main.js' },
|
|
148
148
|
// Some tools have trouble parsing the .exports field, so we keep the
|
|
149
149
|
// .main field for backward compatibility
|
|
@@ -143,7 +143,7 @@ describe('init/monorepo', () => {
|
|
|
143
143
|
node: `>=${nodeVersion}`,
|
|
144
144
|
},
|
|
145
145
|
|
|
146
|
-
files: ['
|
|
146
|
+
files: ['./*.js'],
|
|
147
147
|
exports: { '.': './main.js' },
|
|
148
148
|
// Some tools have trouble parsing the .exports field, so we keep the
|
|
149
149
|
// .main field for backward compatibility
|
package/lib/layouts/libdocs.js
CHANGED
package/lib/layouts/module.js
CHANGED
package/lib/layouts/monorepo.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aberlaas-init",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.24.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "aberlaas init command: Setup the repository with all needed config",
|
|
6
6
|
"author": "Tim Carry <tim@pixelastic.com>",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
},
|
|
38
38
|
"main": "./lib/main.js",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"aberlaas-helper": "2.
|
|
41
|
-
"aberlaas-versions": "2.
|
|
42
|
-
"firost": "5.
|
|
40
|
+
"aberlaas-helper": "2.24.0",
|
|
41
|
+
"aberlaas-versions": "2.24.0",
|
|
42
|
+
"firost": "5.6.1",
|
|
43
43
|
"gilmore": "1.2.0",
|
|
44
44
|
"golgoth": "3.1.0"
|
|
45
45
|
},
|