@evenicanpm/common-core 2.0.0 → 2.4.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/.turbo/turbo-biome$colon$format.log +7 -0
- package/CHANGELOG.md +3 -0
- package/package.json +2 -3
- package/tsconfig.json +1 -5
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
|
|
2
|
+
[43m[30m WARN [39m[49m Failed to replace env in config: ${NPM_TOKEN}
|
|
3
|
+
../../apps/strapi | [43m[30m WARN [39m[49m Unsupported engine: wanted: {"node":">=18.0.0 <=22.x.x"} (current: {"node":"v24.16.0","pnpm":"11.0.0"})
|
|
4
|
+
[2m$ pnpm dlx @biomejs/biome check --write .[22m
|
|
5
|
+
[43m[30m WARN [39m[49m Failed to replace env in config: ${NPM_TOKEN}
|
|
6
|
+
[43m[30m WARN [39m[49m Failed to replace env in config: ${NPM_TOKEN}
|
|
7
|
+
[0m[34mChecked 8 files in 37[0m[0m[2m[34mms[0m[0m[34m.[0m[0m[34m No fixes applied.[0m
|
package/CHANGELOG.md
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@evenicanpm/common-core",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.4.0",
|
|
4
4
|
"description": "Common module for Headless Storefront and Admin panel",
|
|
5
5
|
"author": "Evenica",
|
|
6
6
|
"type": "module",
|
|
@@ -30,6 +30,5 @@
|
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/node": "^24.0.13"
|
|
33
|
-
}
|
|
34
|
-
"gitHead": "7552c1e700a0027b8a65506c77cb10dae092fdfb"
|
|
33
|
+
}
|
|
35
34
|
}
|
package/tsconfig.json
CHANGED
|
@@ -11,11 +11,7 @@
|
|
|
11
11
|
"resolveJsonModule": true,
|
|
12
12
|
"outDir": "./dist",
|
|
13
13
|
"baseUrl": "./",
|
|
14
|
-
"jsx": "preserve"
|
|
15
|
-
"typeRoots": ["../../../../storefront/node_modules/@types"],
|
|
16
|
-
"paths": {
|
|
17
|
-
"*": ["../../../../storefront/node_modules/*"]
|
|
18
|
-
}
|
|
14
|
+
"jsx": "preserve"
|
|
19
15
|
},
|
|
20
16
|
"include": ["./"]
|
|
21
17
|
}
|