@twin.org/standards-ld-contexts 0.0.1-next.39 → 0.0.1-next.41

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.
@@ -216854,16 +216854,26 @@ var jws = {
216854
216854
  * Map of all the ld contexts by their URL.
216855
216855
  */
216856
216856
  const LD_CONTEXTS = {
216857
+ // schema.org
216857
216858
  "https://schema.org": schemaOrg,
216858
216859
  "http://schema.org": schemaOrg,
216860
+ "https://schema.org/docs/jsonldcontext.jsonld": schemaOrg,
216861
+ // Gaia-X
216859
216862
  "https://w3id.org/gaia-x/development": gaiaXDevelopment,
216860
216863
  "https://w3id.org/gaia-x/development#": gaiaXDevelopment,
216864
+ // ODRL
216861
216865
  "http://www.w3.org/ns/odrl.jsonld": odrl,
216866
+ // W3C Credentials
216862
216867
  "https://www.w3.org/ns/credentials/v2": vc,
216863
- "https://vocabulary.uncefact.org": unCefact,
216864
216868
  "https://w3id.org/security/suites/jws-2020/v1": jws,
216869
+ // UN/CEFACT
216870
+ "https://vocabulary.uncefact.org": unCefact,
216871
+ // Dublin Core
216865
216872
  "http://purl.org/dc/terms/": dcTerms,
216866
216873
  "http://purl.org/dc/dcmitype/": dcmitype,
216874
+ "https://schema.twindev.org/dublin-core/terms.jsonld": dcTerms,
216875
+ "https://schema.twindev.org/dublin-core/dcmitype.jsonld": dcmitype,
216876
+ // Federated Catalogue
216867
216877
  "https://schema.twindev.org/federated-catalogue/types.jsonld": federatedCatalogueTerms
216868
216878
  };
216869
216879
  /**
@@ -216852,16 +216852,26 @@ var jws = {
216852
216852
  * Map of all the ld contexts by their URL.
216853
216853
  */
216854
216854
  const LD_CONTEXTS = {
216855
+ // schema.org
216855
216856
  "https://schema.org": schemaOrg,
216856
216857
  "http://schema.org": schemaOrg,
216858
+ "https://schema.org/docs/jsonldcontext.jsonld": schemaOrg,
216859
+ // Gaia-X
216857
216860
  "https://w3id.org/gaia-x/development": gaiaXDevelopment,
216858
216861
  "https://w3id.org/gaia-x/development#": gaiaXDevelopment,
216862
+ // ODRL
216859
216863
  "http://www.w3.org/ns/odrl.jsonld": odrl,
216864
+ // W3C Credentials
216860
216865
  "https://www.w3.org/ns/credentials/v2": vc,
216861
- "https://vocabulary.uncefact.org": unCefact,
216862
216866
  "https://w3id.org/security/suites/jws-2020/v1": jws,
216867
+ // UN/CEFACT
216868
+ "https://vocabulary.uncefact.org": unCefact,
216869
+ // Dublin Core
216863
216870
  "http://purl.org/dc/terms/": dcTerms,
216864
216871
  "http://purl.org/dc/dcmitype/": dcmitype,
216872
+ "https://schema.twindev.org/dublin-core/terms.jsonld": dcTerms,
216873
+ "https://schema.twindev.org/dublin-core/dcmitype.jsonld": dcmitype,
216874
+ // Federated Catalogue
216865
216875
  "https://schema.twindev.org/federated-catalogue/types.jsonld": federatedCatalogueTerms
216866
216876
  };
216867
216877
  /**
package/docs/changelog.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @twin.org/standards-ld-contexts - Changelog
2
2
 
3
+ ## [0.0.1-next.41](https://github.com/twinfoundation/standards/compare/standards-ld-contexts-v0.0.1-next.40...standards-ld-contexts-v0.0.1-next.41) (2025-05-08)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **standards-ld-contexts:** Synchronize repo versions
9
+
10
+ ## [0.0.1-next.40](https://github.com/twinfoundation/standards/compare/standards-ld-contexts-v0.0.1-next.39...standards-ld-contexts-v0.0.1-next.40) (2025-05-08)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * add extra ld contexts associated to URLs. cache ([#21](https://github.com/twinfoundation/standards/issues/21)) ([05f7bba](https://github.com/twinfoundation/standards/commit/05f7bbafd0efbff445b878ccc2709975e50a7773))
16
+
3
17
  ## [0.0.1-next.39](https://github.com/twinfoundation/standards/compare/standards-ld-contexts-v0.0.1-next.38...standards-ld-contexts-v0.0.1-next.39) (2025-05-07)
4
18
 
5
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/standards-ld-contexts",
3
- "version": "0.0.1-next.39",
3
+ "version": "0.0.1-next.41",
4
4
  "description": "Local copies of standard LD contexts which can be used for offline development",
5
5
  "repository": {
6
6
  "type": "git",