@adminforth/import-export 1.4.10 → 1.4.11

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
@@ -8,7 +8,8 @@ custom/ExportCsv.vue
8
8
  custom/ImportCsv.vue
9
9
  custom/package-lock.json
10
10
  custom/package.json
11
+ custom/pnpm-lock.yaml
11
12
  custom/tsconfig.json
12
13
 
13
- sent 16,704 bytes received 115 bytes 33,638.00 bytes/sec
14
- total size is 16,284 speedup is 0.97
14
+ sent 17,847 bytes received 134 bytes 35,962.00 bytes/sec
15
+ total size is 17,365 speedup is 0.97
@@ -14,33 +14,33 @@
14
14
  }
15
15
  },
16
16
  "node_modules/@types/node": {
17
- "version": "22.13.10",
18
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.10.tgz",
19
- "integrity": "sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==",
17
+ "version": "25.3.5",
18
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-25.3.5.tgz",
19
+ "integrity": "sha512-oX8xrhvpiyRCQkG1MFchB09f+cXftgIXb3a7UUa4Y3wpmZPw5tyZGTLWhlESOLq1Rq6oDlc8npVU2/9xiCuXMA==",
20
20
  "license": "MIT",
21
21
  "dependencies": {
22
- "undici-types": "~6.20.0"
22
+ "undici-types": "~7.18.0"
23
23
  }
24
24
  },
25
25
  "node_modules/@types/papaparse": {
26
- "version": "5.3.15",
27
- "resolved": "https://registry.npmjs.org/@types/papaparse/-/papaparse-5.3.15.tgz",
28
- "integrity": "sha512-JHe6vF6x/8Z85nCX4yFdDslN11d+1pr12E526X8WAfhadOeaOTx5AuIkvDKIBopfvlzpzkdMx4YyvSKCM9oqtw==",
26
+ "version": "5.5.2",
27
+ "resolved": "https://registry.npmjs.org/@types/papaparse/-/papaparse-5.5.2.tgz",
28
+ "integrity": "sha512-gFnFp/JMzLHCwRf7tQHrNnfhN4eYBVYYI897CGX4MY1tzY9l2aLkVyx2IlKZ/SAqDbB3I1AOZW5gTMGGsqWliA==",
29
29
  "license": "MIT",
30
30
  "dependencies": {
31
31
  "@types/node": "*"
32
32
  }
33
33
  },
34
34
  "node_modules/papaparse": {
35
- "version": "5.5.2",
36
- "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.5.2.tgz",
37
- "integrity": "sha512-PZXg8UuAc4PcVwLosEEDYjPyfWnTEhOrUfdv+3Bx+NuAb+5NhDmXzg5fHWmdCh1mP5p7JAZfFr3IMQfcntNAdA==",
35
+ "version": "5.5.3",
36
+ "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.5.3.tgz",
37
+ "integrity": "sha512-5QvjGxYVjxO59MGU2lHVYpRWBBtKHnlIAcSe1uNFCkkptUh63NFRj0FJQm7nR67puEruUci/ZkjmEFrjCAyP4A==",
38
38
  "license": "MIT"
39
39
  },
40
40
  "node_modules/undici-types": {
41
- "version": "6.20.0",
42
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",
43
- "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==",
41
+ "version": "7.18.2",
42
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz",
43
+ "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==",
44
44
  "license": "MIT"
45
45
  }
46
46
  }
@@ -0,0 +1,44 @@
1
+ lockfileVersion: '9.0'
2
+
3
+ settings:
4
+ autoInstallPeers: true
5
+ excludeLinksFromLockfile: false
6
+
7
+ importers:
8
+
9
+ .:
10
+ dependencies:
11
+ '@types/papaparse':
12
+ specifier: ^5.3.15
13
+ version: 5.5.2
14
+ papaparse:
15
+ specifier: ^5.5.2
16
+ version: 5.5.3
17
+
18
+ packages:
19
+
20
+ '@types/node@25.3.5':
21
+ resolution: {integrity: sha512-oX8xrhvpiyRCQkG1MFchB09f+cXftgIXb3a7UUa4Y3wpmZPw5tyZGTLWhlESOLq1Rq6oDlc8npVU2/9xiCuXMA==}
22
+
23
+ '@types/papaparse@5.5.2':
24
+ resolution: {integrity: sha512-gFnFp/JMzLHCwRf7tQHrNnfhN4eYBVYYI897CGX4MY1tzY9l2aLkVyx2IlKZ/SAqDbB3I1AOZW5gTMGGsqWliA==}
25
+
26
+ papaparse@5.5.3:
27
+ resolution: {integrity: sha512-5QvjGxYVjxO59MGU2lHVYpRWBBtKHnlIAcSe1uNFCkkptUh63NFRj0FJQm7nR67puEruUci/ZkjmEFrjCAyP4A==}
28
+
29
+ undici-types@7.18.2:
30
+ resolution: {integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==}
31
+
32
+ snapshots:
33
+
34
+ '@types/node@25.3.5':
35
+ dependencies:
36
+ undici-types: 7.18.2
37
+
38
+ '@types/papaparse@5.5.2':
39
+ dependencies:
40
+ '@types/node': 25.3.5
41
+
42
+ papaparse@5.5.3: {}
43
+
44
+ undici-types@7.18.2: {}
@@ -14,33 +14,33 @@
14
14
  }
15
15
  },
16
16
  "node_modules/@types/node": {
17
- "version": "22.13.10",
18
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.10.tgz",
19
- "integrity": "sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==",
17
+ "version": "25.3.5",
18
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-25.3.5.tgz",
19
+ "integrity": "sha512-oX8xrhvpiyRCQkG1MFchB09f+cXftgIXb3a7UUa4Y3wpmZPw5tyZGTLWhlESOLq1Rq6oDlc8npVU2/9xiCuXMA==",
20
20
  "license": "MIT",
21
21
  "dependencies": {
22
- "undici-types": "~6.20.0"
22
+ "undici-types": "~7.18.0"
23
23
  }
24
24
  },
25
25
  "node_modules/@types/papaparse": {
26
- "version": "5.3.15",
27
- "resolved": "https://registry.npmjs.org/@types/papaparse/-/papaparse-5.3.15.tgz",
28
- "integrity": "sha512-JHe6vF6x/8Z85nCX4yFdDslN11d+1pr12E526X8WAfhadOeaOTx5AuIkvDKIBopfvlzpzkdMx4YyvSKCM9oqtw==",
26
+ "version": "5.5.2",
27
+ "resolved": "https://registry.npmjs.org/@types/papaparse/-/papaparse-5.5.2.tgz",
28
+ "integrity": "sha512-gFnFp/JMzLHCwRf7tQHrNnfhN4eYBVYYI897CGX4MY1tzY9l2aLkVyx2IlKZ/SAqDbB3I1AOZW5gTMGGsqWliA==",
29
29
  "license": "MIT",
30
30
  "dependencies": {
31
31
  "@types/node": "*"
32
32
  }
33
33
  },
34
34
  "node_modules/papaparse": {
35
- "version": "5.5.2",
36
- "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.5.2.tgz",
37
- "integrity": "sha512-PZXg8UuAc4PcVwLosEEDYjPyfWnTEhOrUfdv+3Bx+NuAb+5NhDmXzg5fHWmdCh1mP5p7JAZfFr3IMQfcntNAdA==",
35
+ "version": "5.5.3",
36
+ "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.5.3.tgz",
37
+ "integrity": "sha512-5QvjGxYVjxO59MGU2lHVYpRWBBtKHnlIAcSe1uNFCkkptUh63NFRj0FJQm7nR67puEruUci/ZkjmEFrjCAyP4A==",
38
38
  "license": "MIT"
39
39
  },
40
40
  "node_modules/undici-types": {
41
- "version": "6.20.0",
42
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",
43
- "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==",
41
+ "version": "7.18.2",
42
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz",
43
+ "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==",
44
44
  "license": "MIT"
45
45
  }
46
46
  }
@@ -0,0 +1,44 @@
1
+ lockfileVersion: '9.0'
2
+
3
+ settings:
4
+ autoInstallPeers: true
5
+ excludeLinksFromLockfile: false
6
+
7
+ importers:
8
+
9
+ .:
10
+ dependencies:
11
+ '@types/papaparse':
12
+ specifier: ^5.3.15
13
+ version: 5.5.2
14
+ papaparse:
15
+ specifier: ^5.5.2
16
+ version: 5.5.3
17
+
18
+ packages:
19
+
20
+ '@types/node@25.3.5':
21
+ resolution: {integrity: sha512-oX8xrhvpiyRCQkG1MFchB09f+cXftgIXb3a7UUa4Y3wpmZPw5tyZGTLWhlESOLq1Rq6oDlc8npVU2/9xiCuXMA==}
22
+
23
+ '@types/papaparse@5.5.2':
24
+ resolution: {integrity: sha512-gFnFp/JMzLHCwRf7tQHrNnfhN4eYBVYYI897CGX4MY1tzY9l2aLkVyx2IlKZ/SAqDbB3I1AOZW5gTMGGsqWliA==}
25
+
26
+ papaparse@5.5.3:
27
+ resolution: {integrity: sha512-5QvjGxYVjxO59MGU2lHVYpRWBBtKHnlIAcSe1uNFCkkptUh63NFRj0FJQm7nR67puEruUci/ZkjmEFrjCAyP4A==}
28
+
29
+ undici-types@7.18.2:
30
+ resolution: {integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==}
31
+
32
+ snapshots:
33
+
34
+ '@types/node@25.3.5':
35
+ dependencies:
36
+ undici-types: 7.18.2
37
+
38
+ '@types/papaparse@5.5.2':
39
+ dependencies:
40
+ '@types/node': 25.3.5
41
+
42
+ papaparse@5.5.3: {}
43
+
44
+ undici-types@7.18.2: {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/import-export",
3
- "version": "1.4.10",
3
+ "version": "1.4.11",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",