@adminforth/import-export 1.4.15 → 1.4.17

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/build.log CHANGED
@@ -11,5 +11,5 @@ custom/package.json
11
11
  custom/pnpm-lock.yaml
12
12
  custom/tsconfig.json
13
13
 
14
- sent 17,847 bytes received 134 bytes 35,962.00 bytes/sec
15
- total size is 17,365 speedup is 0.97
14
+ sent 17,884 bytes received 134 bytes 36,036.00 bytes/sec
15
+ total size is 17,395 speedup is 0.97
@@ -6,7 +6,7 @@
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
7
7
  },
8
8
  "keywords": [],
9
- "author": "",
9
+ "author": "DevForth (https://devforth.io)",
10
10
  "license": "ISC",
11
11
  "description": "",
12
12
  "dependencies": {
@@ -6,7 +6,7 @@
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
7
7
  },
8
8
  "keywords": [],
9
- "author": "",
9
+ "author": "DevForth (https://devforth.io)",
10
10
  "license": "ISC",
11
11
  "description": "",
12
12
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/import-export",
3
- "version": "1.4.15",
3
+ "version": "1.4.17",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -21,15 +21,15 @@
21
21
  "export",
22
22
  "csv"
23
23
  ],
24
- "author": "devforth",
24
+ "author": "DevForth (https://devforth.io)",
25
25
  "license": "MIT",
26
26
  "description": "CSV import/export plugin for adminforth",
27
27
  "peerDependencies": {
28
- "adminforth": "^2.42.0"
28
+ "adminforth": "^2.50.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/node": "^22.10.7",
32
- "adminforth": "^2.42.0",
32
+ "adminforth": "^2.50.0",
33
33
  "semantic-release": "^24.2.1",
34
34
  "semantic-release-slack-bot": "^4.0.2",
35
35
  "typescript": "^5.7.3"