Skip to content

Commit 749cb17

Browse files
authored
Merge pull request #126 from kit-data-manager/improved-design
increased version number
2 parents e017bcd + ecab072 commit 749cb17

File tree

4 files changed

+190
-180
lines changed

4 files changed

+190
-180
lines changed

CITATION.cff

Lines changed: 33 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2,40 +2,41 @@ cff-version: 1.2.0
22
message: If you use this software, please cite it using these metadata.
33
type: software
44
title: '@kit-data-manager/mapping-service-input'
5-
abstract: The mapping-service-input provides a minimalistic user interface for
6-
the KIT Data Manager Mapping Service. It allows users to select an existing
7-
mapping schema and use it to map their data.
8-
version: 1.2.1
5+
abstract: The mapping-service-input provides a minimalistic user interface for
6+
the KIT Data Manager Mapping Service. It allows users to select an existing
7+
mapping schema and use it to map their data.
8+
version: 1.2.2
99
keywords:
10-
- metadata
11-
- JSON
12-
- mapping
13-
- form
14-
- kit-data-manager
15-
- typescript
10+
- metadata
11+
- JSON
12+
- mapping
13+
- form
14+
- kit-data-manager
15+
- typescript
1616
authors:
17-
- orcid: https://orcid.org/0009-0005-2800-4833
18-
given-names: Maximilian
19-
affiliation: Karlsruhe Institute of Technology (KIT)
20-
21-
family-names: Inckmann
22-
- orcid: https://orcid.org/0000-0003-2804-688X
23-
affiliation: Karlsruhe Institute of Technology (KIT)
24-
given-names: Thomas
25-
family-names: Jejkal
26-
- orcid: https://orcid.org/0000-0001-6575-1022
27-
affiliation: Karlsruhe Institute of Technology (KIT)
28-
given-names: Andreas
29-
family-names: Pfeil
30-
- given-names: Ajay
31-
orcid: https://orcid.org/0009-0008-3532-7018
32-
family-names: Kirar
17+
- orcid: https://orcid.org/0009-0005-2800-4833
18+
given-names: Maximilian
19+
affiliation: Karlsruhe Institute of Technology (KIT)
20+
21+
family-names: Inckmann
22+
- orcid: https://orcid.org/0000-0003-2804-688X
23+
affiliation: Karlsruhe Institute of Technology (KIT)
24+
given-names: Thomas
25+
family-names: Jejkal
26+
- orcid: https://orcid.org/0000-0001-6575-1022
27+
affiliation: Karlsruhe Institute of Technology (KIT)
28+
given-names: Andreas
29+
family-names: Pfeil
30+
- given-names: Ajay
31+
orcid: https://orcid.org/0009-0008-3532-7018
32+
family-names: Kirar
3333
license: Apache-2.0
3434
url: https://kit-data-manager.github.io/com_mapping-service-input
35-
repository-code: https://github.com/kit-data-manager/com_mapping-service-input.git
35+
repository-code:
36+
https://github.com/kit-data-manager/com_mapping-service-input.git
3637
contact:
37-
- affiliation: Karlsruhe Institute of Technology (KIT)
38-
family-names: Inckmann
39-
40-
given-names: Maximilian
41-
orcid: https://orcid.org/0009-0005-2800-4833
38+
- affiliation: Karlsruhe Institute of Technology (KIT)
39+
family-names: Inckmann
40+
41+
given-names: Maximilian
42+
orcid: https://orcid.org/0009-0005-2800-4833

codemeta.json

Lines changed: 74 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,75 @@
11
{
2-
"@context": [
3-
"https://doi.org/10.5063/schema/codemeta-2.0",
4-
"https://w3id.org/software-iodata",
5-
"https://raw.githubusercontent.com/jantman/repostatus.org/master/badges/latest/ontology.jsonld",
6-
"https://schema.org",
7-
"https://w3id.org/software-types"
8-
],
9-
"@type": "SoftwareSourceCode",
10-
"author": [
11-
{
12-
"@type": "Person",
13-
"givenName": "Thomas",
14-
"familyName": "Jejkal",
15-
"@id": "https://orcid.org/0000-0003-2804-688X",
16-
"identifier": "https://orcid.org/0000-0003-2804-688X",
17-
"affiliation": "Karlsruhe Institute of Technology (KIT)"
18-
},
19-
{
20-
"@type": "Person",
21-
"givenName": "Maximilian",
22-
"familyName": "Inckmann",
23-
"email": "[email protected]",
24-
"@id": "https://orcid.org/0009-0005-2800-4833",
25-
"identifier": "https://orcid.org/0009-0005-2800-4833",
26-
"affiliation": "Karlsruhe Institute of Technology (KIT)"
27-
}
28-
],
29-
"name": "@kit-data-manager/mapping-service-input",
30-
"description": "The mapping-service-input provides a minimalistic user interface for the KIT Data Manager Mapping Service. It allows users to select an existing mapping schema and use it to map their data.",
31-
"version": "1.2.1",
32-
"keywords": ["metadata", "JSON", "mapping", "form", "kit-data-manager", "typescript"],
33-
"maintainer": [
34-
{
35-
"@type": "Person",
36-
"givenName": "Maximilian",
37-
"familyName": "Inckmann",
38-
"email": "[email protected]",
39-
"@id": "https://orcid.org/0009-0005-2800-4833",
40-
"identifier": "https://orcid.org/0009-0005-2800-4833",
41-
"affiliation": "Karlsruhe Institute of Technology (KIT)"
42-
}
43-
],
44-
"license": ["https://spdx.org/licenses/Apache-2.0"],
45-
"softwareHelp": "https://kit-data-manager.github.io/com_mapping-service-input",
46-
"codeRepository": "https://github.com/kit-data-manager/com_mapping-service-input.git",
47-
"buildInstructions": "https://kit-data-manager.github.io/com_mapping-service-input",
48-
"contributor": [
49-
{
50-
"@type": "Person",
51-
"givenName": "Andreas",
52-
"familyName": "Pfeil",
53-
"@id": "https://orcid.org/0000-0001-6575-1022",
54-
"identifier": "https://orcid.org/0000-0001-6575-1022",
55-
"affiliation": "Karlsruhe Institute of Technology (KIT)"
56-
},
57-
{
58-
"@type": "Person",
59-
"givenName": "Ajay",
60-
"familyName": "Kirar",
61-
"@id": "https://orcid.org/0009-0008-3532-7018",
62-
"identifier": "https://orcid.org/0009-0008-3532-7018"
63-
}
64-
],
65-
"url": "https://kit-data-manager.github.io/com_mapping-service-input"
66-
}
2+
"@context": [
3+
"https://doi.org/10.5063/schema/codemeta-2.0",
4+
"https://w3id.org/software-iodata",
5+
"https://raw.githubusercontent.com/jantman/repostatus.org/master/badges/latest/ontology.jsonld",
6+
"https://schema.org",
7+
"https://w3id.org/software-types"
8+
],
9+
"@type": "SoftwareSourceCode",
10+
"author": [
11+
{
12+
"@type": "Person",
13+
"givenName": "Thomas",
14+
"familyName": "Jejkal",
15+
"@id": "https://orcid.org/0000-0003-2804-688X",
16+
"identifier": "https://orcid.org/0000-0003-2804-688X",
17+
"affiliation": "Karlsruhe Institute of Technology (KIT)"
18+
},
19+
{
20+
"@type": "Person",
21+
"givenName": "Maximilian",
22+
"familyName": "Inckmann",
23+
"email": "[email protected]",
24+
"@id": "https://orcid.org/0009-0005-2800-4833",
25+
"identifier": "https://orcid.org/0009-0005-2800-4833",
26+
"affiliation": "Karlsruhe Institute of Technology (KIT)"
27+
}
28+
],
29+
"name": "@kit-data-manager/mapping-service-input",
30+
"description": "The mapping-service-input provides a minimalistic user interface for the KIT Data Manager Mapping Service. It allows users to select an existing mapping schema and use it to map their data.",
31+
"version": "1.2.2",
32+
"keywords": [
33+
"metadata",
34+
"JSON",
35+
"mapping",
36+
"form",
37+
"kit-data-manager",
38+
"typescript"
39+
],
40+
"maintainer": [
41+
{
42+
"@type": "Person",
43+
"givenName": "Maximilian",
44+
"familyName": "Inckmann",
45+
"email": "[email protected]",
46+
"@id": "https://orcid.org/0009-0005-2800-4833",
47+
"identifier": "https://orcid.org/0009-0005-2800-4833",
48+
"affiliation": "Karlsruhe Institute of Technology (KIT)"
49+
}
50+
],
51+
"license": [
52+
"https://spdx.org/licenses/Apache-2.0"
53+
],
54+
"softwareHelp": "https://kit-data-manager.github.io/com_mapping-service-input",
55+
"codeRepository": "https://github.com/kit-data-manager/com_mapping-service-input.git",
56+
"buildInstructions": "https://kit-data-manager.github.io/com_mapping-service-input",
57+
"contributor": [
58+
{
59+
"@type": "Person",
60+
"givenName": "Andreas",
61+
"familyName": "Pfeil",
62+
"@id": "https://orcid.org/0000-0001-6575-1022",
63+
"identifier": "https://orcid.org/0000-0001-6575-1022",
64+
"affiliation": "Karlsruhe Institute of Technology (KIT)"
65+
},
66+
{
67+
"@type": "Person",
68+
"givenName": "Ajay",
69+
"familyName": "Kirar",
70+
"@id": "https://orcid.org/0009-0008-3532-7018",
71+
"identifier": "https://orcid.org/0009-0008-3532-7018"
72+
}
73+
],
74+
"url": "https://kit-data-manager.github.io/com_mapping-service-input"
75+
}

package.json

Lines changed: 82 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -1,86 +1,86 @@
11
{
2-
"name": "@kit-data-manager/mapping-service-input",
3-
"description": "The mapping-service-input provides a minimalistic user interface for the KIT Data Manager Mapping Service. It allows users to select an existing mapping schema and use it to map their data.",
4-
"author": {
5-
"name": "Thomas Jejkal",
6-
"url": "https://orcid.org/0000-0003-2804-688X"
2+
"name": "@kit-data-manager/mapping-service-input",
3+
"description": "The mapping-service-input provides a minimalistic user interface for the KIT Data Manager Mapping Service. It allows users to select an existing mapping schema and use it to map their data.",
4+
"author": {
5+
"name": "Thomas Jejkal",
6+
"url": "https://orcid.org/0000-0003-2804-688X"
7+
},
8+
"license": "Apache-2.0",
9+
"version": "1.2.2",
10+
"private": false,
11+
"keywords": [
12+
"metadata",
13+
"JSON",
14+
"mapping",
15+
"form",
16+
"kit-data-manager",
17+
"typescript"
18+
],
19+
"repository": {
20+
"type": "git",
21+
"url": "https://github.com/kit-data-manager/com_mapping-service-input.git"
22+
},
23+
"bugs": {
24+
"url": "https://github.com/kit-data-manager/com_mapping-service-input/issues"
25+
},
26+
"type": "module",
27+
"main": "./dist/com_mapping-service-input.umd.js",
28+
"module": "./dist/com_mapping-service-input.es.js",
29+
"exports": {
30+
".": {
31+
"import": "./dist/com_mapping-service-input.es.js",
32+
"require": "./dist/com_mapping-service-input.umd.js"
33+
}
34+
},
35+
"files": [
36+
"dist"
37+
],
38+
"scripts": {
39+
"dev": "vite",
40+
"format": "prettier --write .",
41+
"lint": "eslint src --ext .ts,.js",
42+
"build": "tsc && vite build",
43+
"preview": "vite preview"
44+
},
45+
"devDependencies": {
46+
"@typescript-eslint/eslint-plugin": "^8.46.3",
47+
"@typescript-eslint/parser": "^8.46.3",
48+
"typescript-eslint": "^8.46.3",
49+
"eslint": "^9.39.1",
50+
"globals": "^16.5.0",
51+
"prettier": "^3.6.2",
52+
"typescript": "^5.9.3",
53+
"vite": "7.2.2"
54+
},
55+
"dependencies": {
56+
"filepond": "^4.32.10",
57+
"filepond-plugin-file-validate-size": "^2.2.8"
58+
},
59+
"homepage": "https://kit-data-manager.github.io/com_mapping-service-input",
60+
"contributors": [
61+
{
62+
"name": "Maximilian Inckmann",
63+
"url": "https://orcid.org/0009-0005-2800-4833",
64+
"email": "[email protected]"
765
},
8-
"license": "Apache-2.0",
9-
"version": "1.2.1",
10-
"private": false,
11-
"keywords": [
12-
"metadata",
13-
"JSON",
14-
"mapping",
15-
"form",
16-
"kit-data-manager",
17-
"typescript"
18-
],
19-
"repository": {
20-
"type": "git",
21-
"url": "https://github.com/kit-data-manager/com_mapping-service-input.git"
66+
{
67+
"name": "Thomas Jejkal",
68+
"url": "https://orcid.org/0000-0003-2804-688X"
2269
},
23-
"bugs": {
24-
"url": "https://github.com/kit-data-manager/com_mapping-service-input/issues"
70+
{
71+
"name": "Andreas Pfeil",
72+
"url": "https://orcid.org/0000-0001-6575-1022"
2573
},
26-
"type": "module",
27-
"main": "./dist/com_mapping-service-input.umd.js",
28-
"module": "./dist/com_mapping-service-input.es.js",
29-
"exports": {
30-
".": {
31-
"import": "./dist/com_mapping-service-input.es.js",
32-
"require": "./dist/com_mapping-service-input.umd.js"
33-
}
34-
},
35-
"files": [
36-
"dist"
37-
],
38-
"scripts": {
39-
"dev": "vite",
40-
"format": "prettier --write .",
41-
"lint": "eslint src --ext .ts,.js",
42-
"build": "tsc && vite build",
43-
"preview": "vite preview"
44-
},
45-
"devDependencies": {
46-
"@typescript-eslint/eslint-plugin": "^8.46.3",
47-
"@typescript-eslint/parser": "^8.46.3",
48-
"typescript-eslint": "^8.46.3",
49-
"eslint": "^9.39.1",
50-
"globals": "^16.5.0",
51-
"prettier": "^3.6.2",
52-
"typescript": "^5.9.3",
53-
"vite": "7.2.2"
54-
},
55-
"dependencies": {
56-
"filepond": "^4.32.10",
57-
"filepond-plugin-file-validate-size": "^2.2.8"
58-
},
59-
"homepage": "https://kit-data-manager.github.io/com_mapping-service-input",
60-
"contributors": [
61-
{
62-
"name": "Maximilian Inckmann",
63-
"url": "https://orcid.org/0009-0005-2800-4833",
64-
"email": "[email protected]"
65-
},
66-
{
67-
"name": "Thomas Jejkal",
68-
"url": "https://orcid.org/0000-0003-2804-688X"
69-
},
70-
{
71-
"name": "Andreas Pfeil",
72-
"url": "https://orcid.org/0000-0001-6575-1022"
73-
},
74-
{
75-
"name": "Ajay Kirar",
76-
"url": "https://orcid.org/0009-0008-3532-7018"
77-
}
78-
],
79-
"maintainers": [
80-
{
81-
"name": "Maximilian Inckmann",
82-
"url": "https://orcid.org/0009-0005-2800-4833",
83-
"email": "[email protected]"
84-
}
85-
]
86-
}
74+
{
75+
"name": "Ajay Kirar",
76+
"url": "https://orcid.org/0009-0008-3532-7018"
77+
}
78+
],
79+
"maintainers": [
80+
{
81+
"name": "Maximilian Inckmann",
82+
"url": "https://orcid.org/0009-0005-2800-4833",
83+
"email": "[email protected]"
84+
}
85+
]
86+
}

somesy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "@kit-data-manager/mapping-service-input"
3-
version = "1.2.1"
3+
version = "1.2.2"
44
description = "The mapping-service-input provides a minimalistic user interface for the KIT Data Manager Mapping Service. It allows users to select an existing mapping schema and use it to map their data."
55
license = "Apache-2.0"
66
repository = "https://github.com/kit-data-manager/com_mapping-service-input.git"

0 commit comments

Comments
 (0)