@naturalcycles/dev-lib 15.28.1 → 15.28.3
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/cfg/tsconfig.json +1 -0
- package/package.json +3 -3
package/cfg/tsconfig.json
CHANGED
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
// specifying these explicitly for better IDE compatibility (but they're on by default with module=nodenext)
|
|
21
21
|
"esModuleInterop": true,
|
|
22
22
|
"allowSyntheticDefaultImports": true,
|
|
23
|
+
// "verbatimModuleSyntax": true, // not enabled, since we'll need a lint rule to enforce `import type`
|
|
23
24
|
// Faster compilation in general
|
|
24
25
|
// Support for external compilers (e.g esbuild)
|
|
25
26
|
// Speedup in Jest by using "isolatedModules" in 'ts-jest' config
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@naturalcycles/dev-lib",
|
|
3
|
-
"version": "15.28.
|
|
3
|
+
"version": "15.28.3",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"prepare": "husky",
|
|
6
6
|
"tsn-debug": "tsn testScript.ts",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@types/node": "^22.0.0",
|
|
31
31
|
"@types/yargs": "^16.0.0",
|
|
32
32
|
"eslint": "^9.15.0",
|
|
33
|
-
"eslint-plugin-import-x": "^4.
|
|
33
|
+
"eslint-plugin-import-x": "^4.6.1",
|
|
34
34
|
"eslint-plugin-jest": "^28.0.0",
|
|
35
35
|
"eslint-plugin-jsdoc": "^50.0.0",
|
|
36
36
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"jest": "^29.0.0",
|
|
55
55
|
"stylelint": "^16.0.2",
|
|
56
|
-
"stylelint-config-standard-scss": "^
|
|
56
|
+
"stylelint-config-standard-scss": "^14.0.0"
|
|
57
57
|
},
|
|
58
58
|
"files": [
|
|
59
59
|
"dist",
|