@evenicanpm/cms 2.3.1 → 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.
@@ -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 19 files in 40ms. No fixes applied.
package/CHANGELOG.md ADDED
@@ -0,0 +1,3 @@
1
+ # @evenicanpm/cms
2
+
3
+ ## 2.4.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evenicanpm/cms",
3
- "version": "2.3.1",
3
+ "version": "2.4.0",
4
4
  "description": "Strapi 5 client and queries for e4 Headless.",
5
5
  "author": "Evenica",
6
6
  "type": "module",
@@ -17,6 +17,5 @@
17
17
  },
18
18
  "devDependencies": {
19
19
  "@types/node": "^24.0.13"
20
- },
21
- "gitHead": "7a5a6a8c3c3dd9efe96fbbb884b21e7681d32550"
20
+ }
22
21
  }