@evenicanpm/common-core 2.0.0 → 2.4.1

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.
@@ -0,0 +1,7 @@
1
+
2
+  WARN  Failed to replace env in config: ${NPM_TOKEN}
3
+ ../../apps/strapi |  WARN  Unsupported engine: wanted: {"node":">=18.0.0 <=22.x.x"} (current: {"node":"v24.16.0","pnpm":"11.0.0"})
4
+ $ pnpm dlx @biomejs/biome check --write .
5
+  WARN  Failed to replace env in config: ${NPM_TOKEN}
6
+  WARN  Failed to replace env in config: ${NPM_TOKEN}
7
+ Checked 8 files in 37ms. No fixes applied.
package/CHANGELOG.md ADDED
@@ -0,0 +1,9 @@
1
+ # @evenicanpm/common-core
2
+
3
+ ## 2.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: republish with resolved workspace dependencies
8
+
9
+ ## 2.4.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evenicanpm/common-core",
3
- "version": "2.0.0",
3
+ "version": "2.4.1",
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
  }