@twin.org/data-json-ld 0.0.1-next.25 → 0.0.1-next.26

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.
@@ -1,6 +1,6 @@
1
1
  import { DataTypeHandlerFactory, DataTypeHelper } from '@twin.org/data-core';
2
2
  import { Is, ObjectHelper, GeneralError } from '@twin.org/core';
3
- import { FetchHelper, HttpMethod, HeaderTypes, MimeTypes } from '@twin.org/web';
3
+ import { FetchHelper, HttpMethod, MimeTypes, HeaderTypes } from '@twin.org/web';
4
4
  import jsonLd from 'jsonld';
5
5
 
6
6
  // Copyright 2024 IOTA Stiftung.
package/docs/changelog.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # @twin.org/data-json-ld - Changelog
2
2
 
3
- ## v0.0.1-next.25
3
+ ## v0.0.1-next.26
4
4
 
5
5
  - Initial Release
@@ -112,7 +112,7 @@ The document to canonize.
112
112
 
113
113
  The options for canonization.
114
114
 
115
- ###### algorithm
115
+ ###### algorithm?
116
116
 
117
117
  `"URDNA2015"` \| `"URGNA2012"`
118
118
 
package/locales/en.json CHANGED
@@ -8,4 +8,4 @@
8
8
  "jsonLdError": "The JSON-LD processing failed due to the following error: \"{code}\""
9
9
  }
10
10
  }
11
- }
11
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/data-json-ld",
3
- "version": "0.0.1-next.25",
3
+ "version": "0.0.1-next.26",
4
4
  "description": "Models which define the structure of JSON LD",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@twin.org/core": "next",
18
- "@twin.org/data-core": "0.0.1-next.25",
18
+ "@twin.org/data-core": "0.0.1-next.26",
19
19
  "@twin.org/entity": "next",
20
20
  "@twin.org/nameof": "next",
21
21
  "@twin.org/web": "next",