@naturalcycles/dev-lib 19.4.3 → 19.4.4
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 +2 -2
- package/readme.md +0 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@naturalcycles/dev-lib",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "19.4.
|
|
4
|
+
"version": "19.4.4",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@biomejs/biome": "^2",
|
|
7
7
|
"@commitlint/cli": "^19",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"@eslint/js": "^9",
|
|
10
10
|
"@inquirer/prompts": "^7",
|
|
11
11
|
"@naturalcycles/js-lib": "^15",
|
|
12
|
-
"@naturalcycles/nodejs-lib": "^
|
|
12
|
+
"@naturalcycles/nodejs-lib": "^15",
|
|
13
13
|
"@stylistic/eslint-plugin": "^5",
|
|
14
14
|
"@vitest/coverage-v8": "^3",
|
|
15
15
|
"@vitest/eslint-plugin": "^1",
|
package/readme.md
CHANGED
|
@@ -60,8 +60,6 @@ All files are linted and _prettified_ upon commit (using `husky`, `lint-staged`
|
|
|
60
60
|
### Folder structure
|
|
61
61
|
|
|
62
62
|
- `/dist` target dir to put compiled files into (`*.js` and additional files like `*.json`)
|
|
63
|
-
- `/dist-cjs` target for CommonJS files
|
|
64
|
-
- `/dist-esm` target for ES Modules
|
|
65
63
|
- `/src` for all source files
|
|
66
64
|
- `/scripts` for all non-production source files / scripts.
|
|
67
65
|
- `/src/test` for generic test-related files and utilities, integration tests.
|