dev-dict 0.9.0 → 0.10.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.
- package/dist/__tests__/tags.test.d.ts +2 -0
- package/dist/__tests__/tags.test.d.ts.map +1 -0
- package/dist/__tests__/terms.test.d.ts +2 -0
- package/dist/__tests__/terms.test.d.ts.map +1 -0
- package/dist/__tests__/types.test.d.ts +2 -0
- package/dist/__tests__/types.test.d.ts.map +1 -0
- package/dist/data/tags/backend.d.ts +1 -1
- package/dist/data/tags/frontend.d.ts +1 -1
- package/dist/data/tags/index.d.ts +76 -12
- package/dist/data/tags/index.d.ts.map +1 -1
- package/dist/data/tags/javascript.d.ts +1 -1
- package/dist/data/tags/kanban.d.ts +10 -0
- package/dist/data/tags/kanban.d.ts.map +1 -0
- package/dist/data/tags/open_source.d.ts +1 -1
- package/dist/data/tags/project_management.d.ts +10 -0
- package/dist/data/tags/project_management.d.ts.map +1 -0
- package/dist/data/tags/qa.d.ts +1 -1
- package/dist/data/tags/scrum.d.ts +10 -0
- package/dist/data/tags/scrum.d.ts.map +1 -0
- package/dist/data/tags/software_development.d.ts +10 -0
- package/dist/data/tags/software_development.d.ts.map +1 -0
- package/dist/data/tags/testing.d.ts +1 -1
- package/dist/data/terms/agile.d.ts +67 -4
- package/dist/data/terms/agile.d.ts.map +1 -1
- package/dist/data/terms/e2e.d.ts +2 -2
- package/dist/data/terms/index.d.ts +162 -64
- package/dist/data/terms/index.d.ts.map +1 -1
- package/dist/data/terms/javascript.d.ts +3 -3
- package/dist/data/terms/node_js.d.ts +1 -1
- package/dist/data/terms/react.d.ts +4 -4
- package/dist/data/terms/typescript.d.ts +4 -4
- package/dist/dev-dict.min.js +1 -1
- package/dist/dev-dict.min.js.map +1 -1
- package/dist/helpers-i56sLJez.js +87 -0
- package/dist/helpers-i56sLJez.js.map +1 -0
- package/dist/index.js +18 -19
- package/dist/index.js.map +1 -1
- package/dist/tags-entry.d.ts +4 -0
- package/dist/tags-entry.d.ts.map +1 -1
- package/dist/tags-entry.js +52 -20
- package/dist/tags-entry.js.map +1 -1
- package/dist/{terms-entry-G_nXhgxN.js → terms-entry-Dj6yLxpt.js} +490 -488
- package/dist/terms-entry-Dj6yLxpt.js.map +1 -0
- package/dist/terms-entry.d.ts +2 -3
- package/dist/terms-entry.d.ts.map +1 -1
- package/dist/terms-entry.js +90 -91
- package/dist/types/index.d.ts +11 -7
- package/dist/types/index.d.ts.map +1 -1
- package/dist/umd.d.ts.map +1 -1
- package/dist/utils/helpers.d.ts.map +1 -1
- package/dist/utils-entry.js +2 -2
- package/package.json +7 -3
- package/dist/data/terms/node.d.ts +0 -16
- package/dist/data/terms/node.d.ts.map +0 -1
- package/dist/helpers-D13_Q8CF.js +0 -80
- package/dist/helpers-D13_Q8CF.js.map +0 -1
- package/dist/terms-entry-G_nXhgxN.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tags.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/tags.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"terms.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/terms.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/types.test.ts"],"names":[],"mappings":""}
|
|
@@ -12,7 +12,7 @@ export declare const RAW_TAGS: {
|
|
|
12
12
|
readonly name: {
|
|
13
13
|
readonly "en-US": "Backend";
|
|
14
14
|
readonly "en-GB": "en-US";
|
|
15
|
-
readonly "de-DE": "
|
|
15
|
+
readonly "de-DE": "en-US";
|
|
16
16
|
};
|
|
17
17
|
};
|
|
18
18
|
readonly cryptography: {
|
|
@@ -36,7 +36,7 @@ export declare const RAW_TAGS: {
|
|
|
36
36
|
readonly name: {
|
|
37
37
|
readonly "en-US": "Frontend";
|
|
38
38
|
readonly "en-GB": "en-US";
|
|
39
|
-
readonly "de-DE": "
|
|
39
|
+
readonly "de-DE": "en-US";
|
|
40
40
|
};
|
|
41
41
|
};
|
|
42
42
|
readonly javascript: {
|
|
@@ -44,7 +44,15 @@ export declare const RAW_TAGS: {
|
|
|
44
44
|
readonly name: {
|
|
45
45
|
readonly "en-US": "JavaScript";
|
|
46
46
|
readonly "en-GB": "en-US";
|
|
47
|
-
readonly "de-DE": "
|
|
47
|
+
readonly "de-DE": "en-US";
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
readonly kanban: {
|
|
51
|
+
readonly id: "kanban";
|
|
52
|
+
readonly name: {
|
|
53
|
+
readonly "en-US": "Kanban";
|
|
54
|
+
readonly "en-GB": "en-US";
|
|
55
|
+
readonly "de-DE": "en-US";
|
|
48
56
|
};
|
|
49
57
|
};
|
|
50
58
|
readonly open_source: {
|
|
@@ -52,7 +60,15 @@ export declare const RAW_TAGS: {
|
|
|
52
60
|
readonly name: {
|
|
53
61
|
readonly "en-US": "Open Source";
|
|
54
62
|
readonly "en-GB": "en-US";
|
|
55
|
-
readonly "de-DE": "
|
|
63
|
+
readonly "de-DE": "en-US";
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
readonly project_management: {
|
|
67
|
+
readonly id: "project_management";
|
|
68
|
+
readonly name: {
|
|
69
|
+
readonly "en-US": "Project Management";
|
|
70
|
+
readonly "en-GB": "en-US";
|
|
71
|
+
readonly "de-DE": "Projektmanagement";
|
|
56
72
|
};
|
|
57
73
|
};
|
|
58
74
|
readonly qa: {
|
|
@@ -60,7 +76,15 @@ export declare const RAW_TAGS: {
|
|
|
60
76
|
readonly name: {
|
|
61
77
|
readonly "en-US": "QA";
|
|
62
78
|
readonly "en-GB": "en-US";
|
|
63
|
-
readonly "de-DE": "
|
|
79
|
+
readonly "de-DE": "en-US";
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
readonly scrum: {
|
|
83
|
+
readonly id: "scrum";
|
|
84
|
+
readonly name: {
|
|
85
|
+
readonly "en-US": "Scrum";
|
|
86
|
+
readonly "en-GB": "en-US";
|
|
87
|
+
readonly "de-DE": "en-US";
|
|
64
88
|
};
|
|
65
89
|
};
|
|
66
90
|
readonly security: {
|
|
@@ -71,12 +95,20 @@ export declare const RAW_TAGS: {
|
|
|
71
95
|
readonly "de-DE": "Sicherheit";
|
|
72
96
|
};
|
|
73
97
|
};
|
|
98
|
+
readonly software_development: {
|
|
99
|
+
readonly id: "software_development";
|
|
100
|
+
readonly name: {
|
|
101
|
+
readonly "en-US": "Software Development";
|
|
102
|
+
readonly "en-GB": "en-US";
|
|
103
|
+
readonly "de-DE": "Softwareentwicklung";
|
|
104
|
+
};
|
|
105
|
+
};
|
|
74
106
|
readonly testing: {
|
|
75
107
|
readonly id: "testing";
|
|
76
108
|
readonly name: {
|
|
77
109
|
readonly "en-US": "Testing";
|
|
78
110
|
readonly "en-GB": "en-US";
|
|
79
|
-
readonly "de-DE": "
|
|
111
|
+
readonly "de-DE": "en-US";
|
|
80
112
|
};
|
|
81
113
|
};
|
|
82
114
|
readonly ui_library: {
|
|
@@ -102,7 +134,7 @@ export declare const TAGS: {
|
|
|
102
134
|
readonly name: {
|
|
103
135
|
readonly "en-US": "Backend";
|
|
104
136
|
readonly "en-GB": "en-US";
|
|
105
|
-
readonly "de-DE": "
|
|
137
|
+
readonly "de-DE": "en-US";
|
|
106
138
|
};
|
|
107
139
|
};
|
|
108
140
|
readonly cryptography: {
|
|
@@ -126,7 +158,7 @@ export declare const TAGS: {
|
|
|
126
158
|
readonly name: {
|
|
127
159
|
readonly "en-US": "Frontend";
|
|
128
160
|
readonly "en-GB": "en-US";
|
|
129
|
-
readonly "de-DE": "
|
|
161
|
+
readonly "de-DE": "en-US";
|
|
130
162
|
};
|
|
131
163
|
};
|
|
132
164
|
readonly javascript: {
|
|
@@ -134,7 +166,15 @@ export declare const TAGS: {
|
|
|
134
166
|
readonly name: {
|
|
135
167
|
readonly "en-US": "JavaScript";
|
|
136
168
|
readonly "en-GB": "en-US";
|
|
137
|
-
readonly "de-DE": "
|
|
169
|
+
readonly "de-DE": "en-US";
|
|
170
|
+
};
|
|
171
|
+
};
|
|
172
|
+
readonly kanban: {
|
|
173
|
+
readonly id: "kanban";
|
|
174
|
+
readonly name: {
|
|
175
|
+
readonly "en-US": "Kanban";
|
|
176
|
+
readonly "en-GB": "en-US";
|
|
177
|
+
readonly "de-DE": "en-US";
|
|
138
178
|
};
|
|
139
179
|
};
|
|
140
180
|
readonly open_source: {
|
|
@@ -142,7 +182,15 @@ export declare const TAGS: {
|
|
|
142
182
|
readonly name: {
|
|
143
183
|
readonly "en-US": "Open Source";
|
|
144
184
|
readonly "en-GB": "en-US";
|
|
145
|
-
readonly "de-DE": "
|
|
185
|
+
readonly "de-DE": "en-US";
|
|
186
|
+
};
|
|
187
|
+
};
|
|
188
|
+
readonly project_management: {
|
|
189
|
+
readonly id: "project_management";
|
|
190
|
+
readonly name: {
|
|
191
|
+
readonly "en-US": "Project Management";
|
|
192
|
+
readonly "en-GB": "en-US";
|
|
193
|
+
readonly "de-DE": "Projektmanagement";
|
|
146
194
|
};
|
|
147
195
|
};
|
|
148
196
|
readonly qa: {
|
|
@@ -150,7 +198,15 @@ export declare const TAGS: {
|
|
|
150
198
|
readonly name: {
|
|
151
199
|
readonly "en-US": "QA";
|
|
152
200
|
readonly "en-GB": "en-US";
|
|
153
|
-
readonly "de-DE": "
|
|
201
|
+
readonly "de-DE": "en-US";
|
|
202
|
+
};
|
|
203
|
+
};
|
|
204
|
+
readonly scrum: {
|
|
205
|
+
readonly id: "scrum";
|
|
206
|
+
readonly name: {
|
|
207
|
+
readonly "en-US": "Scrum";
|
|
208
|
+
readonly "en-GB": "en-US";
|
|
209
|
+
readonly "de-DE": "en-US";
|
|
154
210
|
};
|
|
155
211
|
};
|
|
156
212
|
readonly security: {
|
|
@@ -161,12 +217,20 @@ export declare const TAGS: {
|
|
|
161
217
|
readonly "de-DE": "Sicherheit";
|
|
162
218
|
};
|
|
163
219
|
};
|
|
220
|
+
readonly software_development: {
|
|
221
|
+
readonly id: "software_development";
|
|
222
|
+
readonly name: {
|
|
223
|
+
readonly "en-US": "Software Development";
|
|
224
|
+
readonly "en-GB": "en-US";
|
|
225
|
+
readonly "de-DE": "Softwareentwicklung";
|
|
226
|
+
};
|
|
227
|
+
};
|
|
164
228
|
readonly testing: {
|
|
165
229
|
readonly id: "testing";
|
|
166
230
|
readonly name: {
|
|
167
231
|
readonly "en-US": "Testing";
|
|
168
232
|
readonly "en-GB": "en-US";
|
|
169
|
-
readonly "de-DE": "
|
|
233
|
+
readonly "de-DE": "en-US";
|
|
170
234
|
};
|
|
171
235
|
};
|
|
172
236
|
readonly ui_library: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/data/tags/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/data/tags/index.ts"],"names":[],"mappings":"AAkBA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgBX,CAAA;AAEV,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA6E,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"kanban.d.ts","sourceRoot":"","sources":["../../../src/data/tags/kanban.ts"],"names":[],"mappings":";;;;;;;;AAGA,wBAQ6B"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
readonly id: "project_management";
|
|
3
|
+
readonly name: {
|
|
4
|
+
readonly "en-US": "Project Management";
|
|
5
|
+
readonly "en-GB": "en-US";
|
|
6
|
+
readonly "de-DE": "Projektmanagement";
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
export default _default;
|
|
10
|
+
//# sourceMappingURL=project_management.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"project_management.d.ts","sourceRoot":"","sources":["../../../src/data/tags/project_management.ts"],"names":[],"mappings":";;;;;;;;AAGA,wBAQ6B"}
|
package/dist/data/tags/qa.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scrum.d.ts","sourceRoot":"","sources":["../../../src/data/tags/scrum.ts"],"names":[],"mappings":";;;;;;;;AAGA,wBAQ6B"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
readonly id: "software_development";
|
|
3
|
+
readonly name: {
|
|
4
|
+
readonly "en-US": "Software Development";
|
|
5
|
+
readonly "en-GB": "en-US";
|
|
6
|
+
readonly "de-DE": "Softwareentwicklung";
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
export default _default;
|
|
10
|
+
//# sourceMappingURL=software_development.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"software_development.d.ts","sourceRoot":"","sources":["../../../src/data/tags/software_development.ts"],"names":[],"mappings":";;;;;;;;AAGA,wBAQ6B"}
|
|
@@ -2,15 +2,78 @@ declare const _default: {
|
|
|
2
2
|
readonly id: "agile";
|
|
3
3
|
readonly name: {
|
|
4
4
|
readonly "en-US": "Agile";
|
|
5
|
+
readonly "en-GB": "en-US";
|
|
6
|
+
readonly "de-DE": "en-US";
|
|
5
7
|
};
|
|
6
8
|
readonly label: {
|
|
7
|
-
readonly "en-US": "";
|
|
9
|
+
readonly "en-US": "Methodology";
|
|
10
|
+
readonly "en-GB": "en-US";
|
|
11
|
+
readonly "de-DE": "Methodik";
|
|
8
12
|
};
|
|
9
13
|
readonly definition: {
|
|
10
|
-
readonly "en-US": "";
|
|
14
|
+
readonly "en-US": "Agile is a software development methodology that emphasizes iterative progress, collaboration, and flexibility. It promotes adaptive planning, evolutionary development, early delivery, and continuous improvement, encouraging rapid and flexible response to change through cross-functional teams working in short cycles called sprints.";
|
|
15
|
+
readonly "en-GB": "Agile is a software development methodology that emphasises iterative progress, collaboration, and flexibility. It promotes adaptive planning, evolutionary development, early delivery, and continuous improvement, encouraging rapid and flexible response to change through cross-functional teams working in short cycles called sprints.";
|
|
16
|
+
readonly "de-DE": "Agile ist eine Softwareentwicklungsmethodik, die iterative Fortschritte, Zusammenarbeit und Flexibilität betont. Sie fördert adaptive Planung, evolutionäre Entwicklung, frühzeitige Lieferung und kontinuierliche Verbesserung und ermutigt zu einer schnellen und flexiblen Reaktion auf Veränderungen durch funktionsübergreifende Teams, die in kurzen Zyklen, sogenannten Sprints, arbeiten.";
|
|
17
|
+
};
|
|
18
|
+
readonly type: [{
|
|
19
|
+
readonly id: "methodology";
|
|
20
|
+
readonly name: {
|
|
21
|
+
readonly "en-US": "Methodology";
|
|
22
|
+
readonly "en-GB": "en-US";
|
|
23
|
+
readonly "de-DE": "Methodik";
|
|
24
|
+
};
|
|
25
|
+
}];
|
|
26
|
+
readonly tags: [{
|
|
27
|
+
readonly id: "software_development";
|
|
28
|
+
readonly name: {
|
|
29
|
+
readonly "en-US": "Software Development";
|
|
30
|
+
readonly "en-GB": "en-US";
|
|
31
|
+
readonly "de-DE": "Softwareentwicklung";
|
|
32
|
+
};
|
|
33
|
+
}, {
|
|
34
|
+
readonly id: "project_management";
|
|
35
|
+
readonly name: {
|
|
36
|
+
readonly "en-US": "Project Management";
|
|
37
|
+
readonly "en-GB": "en-US";
|
|
38
|
+
readonly "de-DE": "Projektmanagement";
|
|
39
|
+
};
|
|
40
|
+
}, {
|
|
41
|
+
readonly id: "scrum";
|
|
42
|
+
readonly name: {
|
|
43
|
+
readonly "en-US": "Scrum";
|
|
44
|
+
readonly "en-GB": "en-US";
|
|
45
|
+
readonly "de-DE": "en-US";
|
|
46
|
+
};
|
|
47
|
+
}, {
|
|
48
|
+
readonly id: "kanban";
|
|
49
|
+
readonly name: {
|
|
50
|
+
readonly "en-US": "Kanban";
|
|
51
|
+
readonly "en-GB": "en-US";
|
|
52
|
+
readonly "de-DE": "en-US";
|
|
53
|
+
};
|
|
54
|
+
}];
|
|
55
|
+
readonly links: {
|
|
56
|
+
readonly website: "https://agilemanifesto.org";
|
|
57
|
+
readonly wikipedia: "https://en.wikipedia.org/wiki/Agile_software_development";
|
|
58
|
+
};
|
|
59
|
+
readonly sources: {
|
|
60
|
+
readonly label: [{
|
|
61
|
+
readonly id: "community";
|
|
62
|
+
readonly name: {
|
|
63
|
+
readonly "en-US": "Community";
|
|
64
|
+
readonly "en-GB": "en-US";
|
|
65
|
+
readonly "de-DE": "Gemeinschaft";
|
|
66
|
+
};
|
|
67
|
+
}];
|
|
68
|
+
readonly definition: [{
|
|
69
|
+
readonly id: "ai_generated";
|
|
70
|
+
readonly name: {
|
|
71
|
+
readonly "en-US": "AI Generated";
|
|
72
|
+
readonly "en-GB": "en-US";
|
|
73
|
+
readonly "de-DE": "KI-generiert";
|
|
74
|
+
};
|
|
75
|
+
}];
|
|
11
76
|
};
|
|
12
|
-
readonly type: [];
|
|
13
|
-
readonly tags: [];
|
|
14
77
|
};
|
|
15
78
|
export default _default;
|
|
16
79
|
//# sourceMappingURL=agile.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"agile.d.ts","sourceRoot":"","sources":["../../../src/data/terms/agile.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"agile.d.ts","sourceRoot":"","sources":["../../../src/data/terms/agile.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAMA,wBAgC0B"}
|
package/dist/data/terms/e2e.d.ts
CHANGED
|
@@ -40,7 +40,7 @@ declare const _default: {
|
|
|
40
40
|
readonly name: {
|
|
41
41
|
readonly "en-US": "Testing";
|
|
42
42
|
readonly "en-GB": "en-US";
|
|
43
|
-
readonly "de-DE": "
|
|
43
|
+
readonly "de-DE": "en-US";
|
|
44
44
|
};
|
|
45
45
|
}, {
|
|
46
46
|
readonly id: "automation";
|
|
@@ -54,7 +54,7 @@ declare const _default: {
|
|
|
54
54
|
readonly name: {
|
|
55
55
|
readonly "en-US": "QA";
|
|
56
56
|
readonly "en-GB": "en-US";
|
|
57
|
-
readonly "de-DE": "
|
|
57
|
+
readonly "de-DE": "en-US";
|
|
58
58
|
};
|
|
59
59
|
}, {
|
|
60
60
|
readonly id: "e2e";
|