@lindas/trifid-plugin-ckan 5.0.1 → 5.0.2

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/CHANGELOG.md CHANGED
@@ -1,172 +1,178 @@
1
- # @zazuko/trifid-plugin-ckan
2
-
3
- ## 5.0.1
4
-
5
- ### Patch Changes
6
-
7
- - c34d5af: Fix js-yaml vulnerability by upgrading xmlbuilder2 to v4
8
-
9
- ## 5.0.0
10
-
11
- ### Major Changes
12
-
13
- - 732a9b5: Rename packages to LINDAS namespace and remove Zazuko branding
14
-
15
- Remove all references to Zazuko and rebrand all packages under the LINDAS/Swiss Federal Archives namespace. This allows the fork to be published to npm independently and clearly indicates these are the LINDAS customizations of Trifid, not the original Zazuko packages.
16
-
17
- Package name changes:
18
-
19
- - trifid lindas-trifid
20
- - trifid-core → lindas-trifid-core
21
- - trifid-handler-fetch lindas-trifid-handler-fetch
22
- - trifid-plugin-_ → lindas-trifid-plugin-_
23
- - @zazuko/trifid-_ → lindas-trifid-_
24
-
25
- Author updated to: Swiss Federal Archives / Lindas
26
-
27
- ## 4.2.3
28
-
29
- ### Patch Changes
30
-
31
- - 717d3c6: Remove `dotenv` dependency
32
-
33
- ## 4.2.2
34
-
35
- ### Patch Changes
36
-
37
- - 842fad6: The CKAN harvester ignored blank node distributions. All distributions are named nodes now
38
- - f0e3b13: Fix and improve types references
39
-
40
- ## 4.2.1
41
-
42
- ### Patch Changes
43
-
44
- - 724f2ed: Fix `requestPort` value, to handle `null` cases and simplify the logic
45
-
46
- ## 4.2.0
47
-
48
- ### Minor Changes
49
-
50
- - 007e201: Upgrade Fastify to v5.
51
-
52
- ### Patch Changes
53
-
54
- - 080f5d8: Harmonize author and keywords fields
55
- - a97a6a0: Use Apache 2.0 license
56
-
57
- ## 4.1.0
58
-
59
- ### Minor Changes
60
-
61
- - 77fcfd4: Preserve existing objects of `dcat:distribution` (re https://gitlab.ldbar.ch/bafu/visualize/-/issues/560)
62
-
63
- ## 4.0.3
64
-
65
- ### Patch Changes
66
-
67
- - 1cafa55: Return `reply` in the `routeHandler`, in order to be compatible with the support for compression.
68
-
69
- ## 4.0.2
70
-
71
- ### Patch Changes
72
-
73
- - 7442b22: Bump `@zazuko/env` from 2.1.1 to 2.2.0
74
-
75
- ## 4.0.1
76
-
77
- ### Patch Changes
78
-
79
- - ffe692c: Upgrade `@tpluscode/rdf-string` from 1.1.3 to 1.2.1
80
- - 009d545: Upgrade `sparql-http-client` to v3.0.0
81
- - 8345cab: Upgrade `@zazuko/env` to 2.1.0
82
- - 676f284: Fix types
83
-
84
- ## 4.0.0
85
-
86
- ### Major Changes
87
-
88
- - 4b515f8: Use 'plugins' instead of 'middlewares'
89
- - eedaa53: The plugin is now using the new Trifid factory, which is a breaking change.
90
-
91
- ### Minor Changes
92
-
93
- - 0c53ff7: The SPARQL query that is made to get all datasets is now querying all graphs by default
94
-
95
- ### Patch Changes
96
-
97
- - 69d6ad0: Improve included TypeScript types.
98
-
99
- ## 3.0.0
100
-
101
- ### Major Changes
102
-
103
- - e6deaec: Output [europa.eu themes](https://publications.europa.eu/resource/authority/data-theme) explicitly mapped using `schema:sameAs`. Themes without a mapping are not included in the output.
104
- - e84b484: Use new output for the `dcat:Distribution/dcterms:format`, linking to [europa.eu controlled vocabulary](https://publications.europa.eu/resource/authority/file-type)
105
-
106
- ### Minor Changes
107
-
108
- - 4417b94: Export `dcterms:relation` from source cube
109
-
110
- ### Patch Changes
111
-
112
- - e06cf6d: Added `foaf:page` - dataset documentation
113
- - f916d8a: Map old and new category identifiers to the new controled vocabulary required by DCAT-AP handbook
114
-
115
- ## 2.4.3
116
-
117
- ### Patch Changes
118
-
119
- - 5948029: Add type declarations to package
120
- - 0ef3d8f: Correctly serialize `dcat:contactPoint` which have RDF types in addition to `vcard:Individual` or `vcard:Organization`.
121
-
122
- ## 2.4.2
123
-
124
- ### Patch Changes
125
-
126
- - 900e1d3: Upgrade @zazuko/prefixes to 2.1.1.
127
-
128
- ## 2.4.1
129
-
130
- ### Patch Changes
131
-
132
- - 9a55769: Remove rdf:datatype for langString
133
-
134
- ## 2.4.0
135
-
136
- ### Minor Changes
137
-
138
- - a9e92c4: Convert legacy frequency to EU frequency
139
-
140
- ## 2.3.0
141
-
142
- ### Minor Changes
143
-
144
- - 8bc9dfc: Improve the way frequencies are handled.
145
-
146
- ### Patch Changes
147
-
148
- - 2938434: Use `dcterms` prefix instead of `dct`
149
-
150
- ## 2.2.1
151
-
152
- ### Patch Changes
153
-
154
- - 239752a: Use rdf:datatype instead of xml:datatype
155
-
156
- ## 2.2.0
157
-
158
- ### Minor Changes
159
-
160
- - 207db20: Use the `dct` prefix instead of the `dcterms` one
161
-
162
- ### Patch Changes
163
-
164
- - e873b2f: Generated XML documents have a blank line at the end.
165
-
166
- This Trifid plugin will be more robust, as we created a set of tests.
167
-
168
- ## 2.1.0
169
-
170
- ### Minor Changes
171
-
172
- - 578440c: Use Zazuko libraries, by replacing the use of `rdf-ext` with `@zazuko/env` and `@zazuko/prefixes`.
1
+ # @zazuko/trifid-plugin-ckan
2
+
3
+ ## 5.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 48d1042: Republish all lindas-trifid packages to npm with LINDAS namespace
8
+
9
+ ## 5.0.1
10
+
11
+ ### Patch Changes
12
+
13
+ - c34d5af: Fix js-yaml vulnerability by upgrading xmlbuilder2 to v4
14
+
15
+ ## 5.0.0
16
+
17
+ ### Major Changes
18
+
19
+ - 732a9b5: Rename packages to LINDAS namespace and remove Zazuko branding
20
+
21
+ Remove all references to Zazuko and rebrand all packages under the LINDAS/Swiss Federal Archives namespace. This allows the fork to be published to npm independently and clearly indicates these are the LINDAS customizations of Trifid, not the original Zazuko packages.
22
+
23
+ Package name changes:
24
+
25
+ - trifid lindas-trifid
26
+ - trifid-core → lindas-trifid-core
27
+ - trifid-handler-fetch → lindas-trifid-handler-fetch
28
+ - trifid-plugin-_ → lindas-trifid-plugin-_
29
+ - @zazuko/trifid-_ → lindas-trifid-_
30
+
31
+ Author updated to: Swiss Federal Archives / Lindas
32
+
33
+ ## 4.2.3
34
+
35
+ ### Patch Changes
36
+
37
+ - 717d3c6: Remove `dotenv` dependency
38
+
39
+ ## 4.2.2
40
+
41
+ ### Patch Changes
42
+
43
+ - 842fad6: The CKAN harvester ignored blank node distributions. All distributions are named nodes now
44
+ - f0e3b13: Fix and improve types references
45
+
46
+ ## 4.2.1
47
+
48
+ ### Patch Changes
49
+
50
+ - 724f2ed: Fix `requestPort` value, to handle `null` cases and simplify the logic
51
+
52
+ ## 4.2.0
53
+
54
+ ### Minor Changes
55
+
56
+ - 007e201: Upgrade Fastify to v5.
57
+
58
+ ### Patch Changes
59
+
60
+ - 080f5d8: Harmonize author and keywords fields
61
+ - a97a6a0: Use Apache 2.0 license
62
+
63
+ ## 4.1.0
64
+
65
+ ### Minor Changes
66
+
67
+ - 77fcfd4: Preserve existing objects of `dcat:distribution` (re https://gitlab.ldbar.ch/bafu/visualize/-/issues/560)
68
+
69
+ ## 4.0.3
70
+
71
+ ### Patch Changes
72
+
73
+ - 1cafa55: Return `reply` in the `routeHandler`, in order to be compatible with the support for compression.
74
+
75
+ ## 4.0.2
76
+
77
+ ### Patch Changes
78
+
79
+ - 7442b22: Bump `@zazuko/env` from 2.1.1 to 2.2.0
80
+
81
+ ## 4.0.1
82
+
83
+ ### Patch Changes
84
+
85
+ - ffe692c: Upgrade `@tpluscode/rdf-string` from 1.1.3 to 1.2.1
86
+ - 009d545: Upgrade `sparql-http-client` to v3.0.0
87
+ - 8345cab: Upgrade `@zazuko/env` to 2.1.0
88
+ - 676f284: Fix types
89
+
90
+ ## 4.0.0
91
+
92
+ ### Major Changes
93
+
94
+ - 4b515f8: Use 'plugins' instead of 'middlewares'
95
+ - eedaa53: The plugin is now using the new Trifid factory, which is a breaking change.
96
+
97
+ ### Minor Changes
98
+
99
+ - 0c53ff7: The SPARQL query that is made to get all datasets is now querying all graphs by default
100
+
101
+ ### Patch Changes
102
+
103
+ - 69d6ad0: Improve included TypeScript types.
104
+
105
+ ## 3.0.0
106
+
107
+ ### Major Changes
108
+
109
+ - e6deaec: Output [europa.eu themes](https://publications.europa.eu/resource/authority/data-theme) explicitly mapped using `schema:sameAs`. Themes without a mapping are not included in the output.
110
+ - e84b484: Use new output for the `dcat:Distribution/dcterms:format`, linking to [europa.eu controlled vocabulary](https://publications.europa.eu/resource/authority/file-type)
111
+
112
+ ### Minor Changes
113
+
114
+ - 4417b94: Export `dcterms:relation` from source cube
115
+
116
+ ### Patch Changes
117
+
118
+ - e06cf6d: Added `foaf:page` - dataset documentation
119
+ - f916d8a: Map old and new category identifiers to the new controled vocabulary required by DCAT-AP handbook
120
+
121
+ ## 2.4.3
122
+
123
+ ### Patch Changes
124
+
125
+ - 5948029: Add type declarations to package
126
+ - 0ef3d8f: Correctly serialize `dcat:contactPoint` which have RDF types in addition to `vcard:Individual` or `vcard:Organization`.
127
+
128
+ ## 2.4.2
129
+
130
+ ### Patch Changes
131
+
132
+ - 900e1d3: Upgrade @zazuko/prefixes to 2.1.1.
133
+
134
+ ## 2.4.1
135
+
136
+ ### Patch Changes
137
+
138
+ - 9a55769: Remove rdf:datatype for langString
139
+
140
+ ## 2.4.0
141
+
142
+ ### Minor Changes
143
+
144
+ - a9e92c4: Convert legacy frequency to EU frequency
145
+
146
+ ## 2.3.0
147
+
148
+ ### Minor Changes
149
+
150
+ - 8bc9dfc: Improve the way frequencies are handled.
151
+
152
+ ### Patch Changes
153
+
154
+ - 2938434: Use `dcterms` prefix instead of `dct`
155
+
156
+ ## 2.2.1
157
+
158
+ ### Patch Changes
159
+
160
+ - 239752a: Use rdf:datatype instead of xml:datatype
161
+
162
+ ## 2.2.0
163
+
164
+ ### Minor Changes
165
+
166
+ - 207db20: Use the `dct` prefix instead of the `dcterms` one
167
+
168
+ ### Patch Changes
169
+
170
+ - e873b2f: Generated XML documents have a blank line at the end.
171
+
172
+ This Trifid plugin will be more robust, as we created a set of tests.
173
+
174
+ ## 2.1.0
175
+
176
+ ### Minor Changes
177
+
178
+ - 578440c: Use Zazuko libraries, by replacing the use of `rdf-ext` with `@zazuko/env` and `@zazuko/prefixes`.