@adminforth/import-export 1.4.3 → 1.4.5

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.
Files changed (2) hide show
  1. package/build.log +1 -1
  2. package/package.json +4 -2
package/build.log CHANGED
@@ -10,5 +10,5 @@ custom/package-lock.json
10
10
  custom/package.json
11
11
  custom/tsconfig.json
12
12
 
13
- sent 16,773 bytes received 115 bytes 33,776.00 bytes/sec
13
+ sent 16,779 bytes received 115 bytes 33,788.00 bytes/sec
14
14
  total size is 16,359 speedup is 0.97
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/import-export",
3
- "version": "1.4.3",
3
+ "version": "1.4.5",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -25,7 +25,9 @@
25
25
  "author": "devforth",
26
26
  "license": "ISC",
27
27
  "description": "CSV import/export plugin for adminforth",
28
- "dependencies": {},
28
+ "peerDependencies": {
29
+ "adminforth": "^2.13.0-next.51"
30
+ },
29
31
  "devDependencies": {
30
32
  "@types/node": "^22.10.7",
31
33
  "semantic-release": "^24.2.1",